Commit 427e5359 authored by Nick's avatar Nick

feat: page recycle bin ui (wip)

parent 006fd59e
......@@ -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
......@@ -137,7 +140,8 @@ export default {
},
newpage() {
this.pageSelectorShown = true
}
},
recyclebin () { }
},
apollo: {
pages: {
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment