feat: admin edit user - activity panel
This commit is contained in:
@@ -3,25 +3,24 @@
|
||||
nav-header
|
||||
v-navigation-drawer.pb-0(v-model='profileDrawerShown', app, fixed, clipped, left, permanent)
|
||||
v-list(dense, nav)
|
||||
v-list-item(to='/profile')
|
||||
v-list-item(to='/profile', color='primary')
|
||||
v-list-item-action: v-icon mdi-face-profile
|
||||
v-list-item-content
|
||||
v-list-item-title Profile
|
||||
v-list-item-title {{$t('profile:title')}}
|
||||
//- v-list-item(to='/preferences', disabled)
|
||||
//- v-list-item-action: v-icon(color='grey lighten-1') mdi-cog-outline
|
||||
//- v-list-item-content
|
||||
//- v-list-item-title Preferences
|
||||
//- v-list-item-subtitle.caption.grey--text.text--lighten-1 Coming soon
|
||||
v-list-item(to='/pages', disabled)
|
||||
v-list-item-action: v-icon(color='grey lighten-1') mdi-file-document
|
||||
v-list-item(to='/pages', color='primary')
|
||||
v-list-item-action: v-icon mdi-file-document-outline
|
||||
v-list-item-content
|
||||
v-list-item-title Pages
|
||||
v-list-item-subtitle.caption.grey--text.text--lighten-1 Coming soon
|
||||
v-list-item(to='/comments', disabled)
|
||||
v-list-item-action: v-icon(color='grey lighten-1') mdi-message-reply-text
|
||||
v-list-item-content
|
||||
v-list-item-title Comments
|
||||
v-list-item-subtitle.caption.grey--text.text--lighten-1 Coming soon
|
||||
v-list-item-title {{$t('profile:pages.title')}}
|
||||
//- v-list-item(to='/comments', disabled)
|
||||
//- v-list-item-action: v-icon(color='grey lighten-1') mdi-message-reply-text
|
||||
//- v-list-item-content
|
||||
//- v-list-item-title {{$t('profile:comments.title')}}
|
||||
//- v-list-item-subtitle.caption.grey--text.text--lighten-1 Coming soon
|
||||
|
||||
v-content
|
||||
transition(name='profile-router')
|
||||
|
Reference in New Issue
Block a user