Zoom Calendar

This commit is contained in:
Paolo Arena
2020-01-21 01:37:27 +01:00
parent 3442b5b45a
commit ffded7f9b1
5 changed files with 38 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ const msg_website = {
SignUp2: 'Registrazione', SignUp2: 'Registrazione',
SignIn: 'Login', SignIn: 'Login',
status: 'Statistiche', status: 'Statistiche',
nextzoom: 'Prossimi Zoom (Conferenze)',
requestresetpwd: 'Richiesta Reset Password', requestresetpwd: 'Richiesta Reset Password',
vreg: 'Verifica Reg', vreg: 'Verifica Reg',
dashboard:'La tua Lavagna', dashboard:'La tua Lavagna',

View File

@@ -123,6 +123,19 @@ const routes_manager: IListRoutes[] = [
level_child: 0.5, level_child: 0.5,
onlyManager: true onlyManager: true
}, },
{
active: true,
order: 10,
path: '/admin/zoomlist',
materialIcon: 'fas fa-users',
name: 'otherpages.admin.zoomlist',
component: () => import('@/rootgen/admin/zoomList/zoomList.vue'),
inmenu: true,
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyManager: true
},
{ {
active: true, active: true,
order: 15, order: 15,
@@ -147,6 +160,7 @@ const routes_manager: IListRoutes[] = [
submenu: true, submenu: true,
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true,
onlyManager: true onlyManager: true
}, },
{ {
@@ -173,6 +187,7 @@ const routes_manager: IListRoutes[] = [
submenu: true, submenu: true,
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true,
onlyManager: true onlyManager: true
}, },
{ {
@@ -186,6 +201,7 @@ const routes_manager: IListRoutes[] = [
submenu: true, submenu: true,
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true,
onlyManager: true onlyManager: true
}, },
{ {
@@ -200,6 +216,7 @@ const routes_manager: IListRoutes[] = [
solotitle: true, solotitle: true,
level_parent: 0.5, level_parent: 0.5,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true,
onlyManager: true onlyManager: true
}, },
{ {
@@ -214,7 +231,8 @@ const routes_manager: IListRoutes[] = [
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
infooter: true, infooter: true,
onlyManager: true onlyManager: true,
onlyAdmin: true,
} }
] ]

View File

@@ -119,11 +119,11 @@ h4 {
} }
.landing__hero { .landing__hero {
min-height: 50vh min-height: 20vh
} }
.landing__header { .landing__header {
height: 10vh height: 0
} }
.landing__arrow { .landing__arrow {
@@ -137,8 +137,8 @@ h4 {
} }
.landing__logo { .landing__logo {
width: 9.40rem; width: 4.40rem;
height: 9.40rem; height: 4.40rem;
margin-top: 1.315rem; margin-top: 1.315rem;
//-webkit-animation: logo-rotate 240s linear infinite; //-webkit-animation: logo-rotate 240s linear infinite;
//animation: logo-rotate 240s linear infinite //animation: logo-rotate 240s linear infinite
@@ -333,7 +333,7 @@ body.mobile .landing:before {
} }
.clgutter { .clgutter {
margin-top: 1.25rem; margin-top: 0.25rem;
padding: .62rem; padding: .62rem;
} }
@@ -351,7 +351,7 @@ body.mobile .landing:before {
text-align: center text-align: center
} }
.landing__header { .landing__header {
height: 7vh height: 0
} }
.clgutter { .clgutter {
margin-top: 0; margin-top: 0;
@@ -475,3 +475,7 @@ body.mobile .landing:before {
font-size: 1rem; font-size: 1rem;
} }
.q-carousel__slide{
background-size: auto;
}

View File

@@ -12,7 +12,7 @@ import { tools } from '@src/store/Modules/tools'
import { func_tools, toolsext } from '@src/store/Modules/toolsext' import { func_tools, toolsext } from '@src/store/Modules/toolsext'
import { Screen } from 'quasar' import { Screen } from 'quasar'
import MixinMetaTags from '@src/mixins/mixin-metatags' import MixinMetaTags from '@src/mixins/mixin-metatags'
import { CCardCarousel, CImgText, CTitleBanner, CStatus, CStatusReg } from '@components' import { CCardCarousel, CImgText, CTitleBanner, CStatus, CStatusReg, CNextZoom } from '@components'
import MixinBase from '@src/mixins/mixin-base' import MixinBase from '@src/mixins/mixin-base'
import { static_data } from '@src/db/static_data' import { static_data } from '@src/db/static_data'
import { INotData } from '@src/model' import { INotData } from '@src/model'
@@ -32,7 +32,7 @@ import { INotData } from '@src/model'
@Component({ @Component({
mixins: [MixinBase], mixins: [MixinBase],
components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText, CStatus, CStatusReg } components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText, CStatus, CStatusReg, CNextZoom }
}) })
export default class Home extends MixinBase { export default class Home extends MixinBase {
public text: string = '' public text: string = ''
@@ -56,8 +56,6 @@ export default class Home extends MixinBase {
public arrvideo_yt = [] public arrvideo_yt = []
public arrvideo_mp4 = [] public arrvideo_mp4 = []
public arrsteps = [ public arrsteps = [
{ {
label: '1', label: '1',
@@ -196,7 +194,6 @@ export default class Home extends MixinBase {
} }
public beforeDestroy() { public beforeDestroy() {
// console.log('beforeDestroy') // console.log('beforeDestroy')
clearInterval(this.polling) clearInterval(this.polling)

View File

@@ -18,7 +18,8 @@
transition-next="slide-left" transition-next="slide-left"
transition-prev="slide-right" transition-prev="slide-right"
v-model="slide" v-model="slide"
height="400px" height="180px"
width="180px"
> >
<q-carousel-slide name="first" <q-carousel-slide name="first"
:img-src="getsrcbyimg('../../statics/images/background.jpg')"> :img-src="getsrcbyimg('../../statics/images/background.jpg')">
@@ -87,6 +88,10 @@
</div> </div>
</section> </section>
<CNextZoom>
</CNextZoom>
<CStatusReg> <CStatusReg>
</CStatusReg> </CStatusReg>