git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
79e8478
)
Hide delete button on new notes until saved
author
Adam Dullage
<redacted>
Thu, 4 Jul 2024 16:13:55 +0000
(17:13 +0100)
committer
Adam Dullage
<redacted>
Thu, 4 Jul 2024 16:13:55 +0000
(17:13 +0100)
client/views/Note.vue
patch
|
blob
|
history
diff --git
a/client/views/Note.vue
b/client/views/Note.vue
index f0a94e518d71b7fd509a5e5b86fe176084d98751..d249945eca8530b8b8b8236e0ac91d6445862114 100644
(file)
--- a/
client/views/Note.vue
+++ b/
client/views/Note.vue
@@
-70,7
+70,7
@@
</CustomButton>
<!-- Delete Button -->
<CustomButton
- v-show="canModify"
+ v-show="canModify
&& !isNewNote
"
label="Delete"
:iconPath="mdilDelete"
@click="deleteHandler"
git clone https://git.99rst.org/PROJECT