mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-19 10:53:19 +00:00
fix playlist id and new alert box when session done
This commit is contained in:
@@ -131,7 +131,9 @@ export default {
|
||||
if (this.isRestingTime) {
|
||||
this.isRestingTime = false;
|
||||
this.resetSession();
|
||||
alert("PAUSE TERMINÉE 📚");
|
||||
} else {
|
||||
alert("SESSION TERMINÉE 👏");
|
||||
this.nbSessionsFinished++;
|
||||
if (this.nbSessionsFinished === 4) {
|
||||
this.setupPauseTimer(LONG_PAUSE);
|
||||
|
||||
Reference in New Issue
Block a user