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',
SignIn: 'Login',
status: 'Statistiche',
nextzoom: 'Prossimi Zoom (Conferenze)',
requestresetpwd: 'Richiesta Reset Password',
vreg: 'Verifica Reg',
dashboard:'La tua Lavagna',

View File

@@ -123,6 +123,19 @@ const routes_manager: IListRoutes[] = [
level_child: 0.5,
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,
order: 15,
@@ -147,6 +160,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -173,6 +187,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -186,6 +201,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -200,6 +216,7 @@ const routes_manager: IListRoutes[] = [
solotitle: true,
level_parent: 0.5,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -214,7 +231,8 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
infooter: true,
onlyManager: true
onlyManager: true,
onlyAdmin: true,
}
]

View File

@@ -119,11 +119,11 @@ h4 {
}
.landing__hero {
min-height: 50vh
min-height: 20vh
}
.landing__header {
height: 10vh
height: 0
}
.landing__arrow {
@@ -137,8 +137,8 @@ h4 {
}
.landing__logo {
width: 9.40rem;
height: 9.40rem;
width: 4.40rem;
height: 4.40rem;
margin-top: 1.315rem;
//-webkit-animation: logo-rotate 240s linear infinite;
//animation: logo-rotate 240s linear infinite
@@ -333,7 +333,7 @@ body.mobile .landing:before {
}
.clgutter {
margin-top: 1.25rem;
margin-top: 0.25rem;
padding: .62rem;
}
@@ -351,7 +351,7 @@ body.mobile .landing:before {
text-align: center
}
.landing__header {
height: 7vh
height: 0
}
.clgutter {
margin-top: 0;
@@ -475,3 +475,7 @@ body.mobile .landing:before {
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 { Screen } from 'quasar'
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 { static_data } from '@src/db/static_data'
import { INotData } from '@src/model'
@@ -32,7 +32,7 @@ import { INotData } from '@src/model'
@Component({
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 {
public text: string = ''
@@ -56,8 +56,6 @@ export default class Home extends MixinBase {
public arrvideo_yt = []
public arrvideo_mp4 = []
public arrsteps = [
{
label: '1',
@@ -196,7 +194,6 @@ export default class Home extends MixinBase {
}
public beforeDestroy() {
// console.log('beforeDestroy')
clearInterval(this.polling)

View File

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