Integrate Paskia auth UI flows, hide delete for empty pages.
This commit is contained in:
@@ -142,6 +142,7 @@ function onEnd() {
|
||||
<span class="acts">
|
||||
<span v-if="!element.published" class="draft">draft</span>
|
||||
<button
|
||||
v-if="element.has_content || !element.children.length"
|
||||
type="button"
|
||||
class="act del"
|
||||
:class="{ armed: handlers.arming() === element.path }"
|
||||
|
||||
Reference in New Issue
Block a user