mirror of
https://github.com/requarks/wiki.git
synced 2026-08-19 01:04:45 -05:00
fix: hide unfinished features
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user