fix: hide unfinished features

This commit is contained in:
NGPixel
2026-01-03 02:30:55 -05:00
parent 077ac97b2d
commit f68d1f60ca
6 changed files with 109 additions and 109 deletions
+16 -16
View File
@@ -39,14 +39,14 @@
v-list-item-icon
v-icon(color='indigo') mdi-pencil
v-list-item-title Edit
v-list-item(@click='', disabled)
v-list-item-icon
v-icon(color='grey') mdi-cube-scan
v-list-item-title Re-Render
v-list-item(@click='', disabled)
v-list-item-icon
v-icon(color='grey') mdi-earth-remove
v-list-item-title Unpublish
//- v-list-item(@click='', disabled)
//- v-list-item-icon
//- v-icon(color='grey') mdi-cube-scan
//- v-list-item-title Re-Render
//- v-list-item(@click='', disabled)
//- v-list-item-icon
//- v-icon(color='grey') mdi-earth-remove
//- v-list-item-title Unpublish
v-list-item(:href='`/s/` + page.locale + `/` + page.path')
v-list-item-icon
v-icon(color='indigo') mdi-code-tags
@@ -55,14 +55,14 @@
v-list-item-icon
v-icon(color='indigo') mdi-history
v-list-item-title View History
v-list-item(@click='', disabled)
v-list-item-icon
v-icon(color='grey') mdi-content-duplicate
v-list-item-title Duplicate
v-list-item(@click='', disabled)
v-list-item-icon
v-icon(color='grey') mdi-content-save-move-outline
v-list-item-title Move / Rename
//- v-list-item(@click='', disabled)
//- v-list-item-icon
//- v-icon(color='grey') mdi-content-duplicate
//- v-list-item-title Duplicate
//- v-list-item(@click='', disabled)
//- v-list-item-icon
//- v-icon(color='grey') mdi-content-save-move-outline
//- v-list-item-title Move / Rename
v-dialog(v-model='deletePageDialog', max-width='500')
template(v-slot:activator='{ on }')
v-list-item(v-on='on')
+3 -3
View File
@@ -10,9 +10,9 @@
v-spacer
v-btn.animated.fadeInDown.wait-p1s(icon, color='grey', outlined, @click='refresh')
v-icon.grey--text mdi-refresh
v-btn.animated.fadeInDown.mx-3(color='primary', outlined, @click='recyclebin', disabled)
v-icon(left) mdi-delete-outline
span Recycle Bin
//- v-btn.animated.fadeInDown.mx-3(color='primary', outlined, @click='recyclebin', disabled)
//- v-icon(left) mdi-delete-outline
//- span Recycle Bin
v-btn.animated.fadeInDown(color='primary', depressed, large, to='pages/visualize')
v-icon(left) mdi-graph
span Visualize
@@ -70,13 +70,13 @@
v-model='mustChangePwd'
hide-details
)
v-checkbox(
color='primary'
label='Send a welcome email'
hide-details
v-model='sendWelcomeEmail'
disabled
)
//- v-checkbox(
//- color='primary'
//- label='Send a welcome email'
//- hide-details
//- v-model='sendWelcomeEmail'
//- disabled
//- )
v-card-chin
v-spacer
v-btn(text, @click='isShown = false') Cancel
+6 -6
View File
@@ -337,12 +337,12 @@
.caption.grey--text.mt-3 {{$t('profile:activity.lastLoginOn')}}
.body-2: strong {{ user.lastLoginAt | moment('LLLL') }}
v-card.mt-3.animated.fadeInUp.wait-p6s
v-toolbar(color='teal', dense, dark, flat)
v-icon.mr-2 mdi-file-document-box-multiple-outline
span Content
v-card-text
em.caption.grey--text Coming soon
//- v-card.mt-3.animated.fadeInUp.wait-p6s
//- v-toolbar(color='teal', dense, dark, flat)
//- v-icon.mr-2 mdi-file-document-box-multiple-outline
//- span Content
//- v-card-text
//- em.caption.grey--text Coming soon
v-dialog(v-model='deleteUserDialog', max-width='500')
v-card