Skip to content

Commit

Permalink
feat: page recycle bin ui (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jul 21, 2019
1 parent 006fd59 commit 427e535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion client/components/admin/admin-pages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
v-spacer
v-btn.animated.fadeInDown.wait-p1s(color='grey', outline, @click='refresh', large)
v-icon.grey--text refresh
v-btn.animated.fadeInDown(color='primary', outline, large, @click='recyclebin', disabled)
v-icon(left) delete_outline
span Recycle Bin
v-btn.animated.fadeInDown(color='primary', depressed, large, @click='newpage', disabled)
v-icon(left) add
span New Page
Expand Down Expand Up @@ -137,7 +140,8 @@ export default {
},
newpage() {
this.pageSelectorShown = true
}
},
recyclebin () { }
},
apollo: {
pages: {
Expand Down
2 changes: 1 addition & 1 deletion client/components/admin/admin-users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
v-spacer
v-btn.animated.fadeInDown.wait-p2s(outline, color='grey', large, @click='refresh')
v-icon refresh
v-btn.animated.fadeInDown(color='primary', large, depressed, @click='createUser')
v-btn.animated.fadeInDown(color='primary', large, depressed, @click='createUser', disabled)
v-icon(left) add
span New User
v-card.wiki-form.mt-3.animated.fadeInUp
Expand Down

0 comments on commit 427e535

Please sign in to comment.