- Aggiunto Step: i 7 Requisiti degli invitati.

- Aggiornata la Lavagna (anche sul BOT).
 - Zoom solo 3 visibili.
This commit is contained in:
Paolo Arena
2020-02-12 20:41:57 +01:00
parent ba21d228b3
commit ffb660e157
32 changed files with 766 additions and 418 deletions

View File

@@ -3,7 +3,6 @@
font-size: 0.75rem;
}
.step{
font-size: 1.15rem;
font-weight: bold;

View File

@@ -21,16 +21,21 @@ export default class CVideoPromo extends MixinBase {
public $t: any
public $q
public msg: string = ''
public accetta_saw_video: boolean = false
get static_data() {
return static_data
}
get accetta_saw_video() {
return tools.isBitActive(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
public created() {
this.aggiorna()
}
set accetta_saw_video(value) {
public aggiorna() {
this.accetta_saw_video = tools.isBitActive(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
}
public changeval(value) {
if (value)
UserStore.state.my.profile.saw_and_accepted = tools.SetBit(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
else

View File

@@ -8,7 +8,7 @@
clcolor="text-white"
myclass="myshad" canopen="true" :visible="true">
<CVideo myvideokey="dbscY8jWDMM">
<CVideo myvideokey="85zU-2A-Rxs">
</CVideo>
</CTitleBanner>
@@ -42,6 +42,7 @@
<q-checkbox
class="bg-grey-4"
v-model="accetta_saw_video"
@input="changeval"
color="primary"
:label="$t('steps.saw_video_intro')">