Merge branch 'dev'

This commit is contained in:
RemiSaurel
2022-08-21 12:24:56 +02:00
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -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);
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div id="ytb-container">
<div class="ytb" v-show="displayYoutube">
<iframe width="100%" height="360" src="https://www.youtube-nocookie.com/embed/MCkTebktHVc?autoplay=1&mute=1" title="YouTube video player" frameborder="0"
<iframe width="100%" height="360" src="https://www.youtube-nocookie.com/embed/XDh0JcxrbPM?autoplay=1&mute=1" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
id="youtube_video">
</iframe>
+1 -2
View File
@@ -1,11 +1,10 @@
{
"id": [
"XDh0JcxrbPM",
"MCkTebktHVc",
"7NOSDKb0HlU",
"-5KAN9_CzSA",
"jfKfPfyJRdk",
"SIt21jdTYKk",
"XDh0JcxrbPM",
"GDQnA1LVCWA"
]
}