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:
f91e076
)
Show only 5 recently modified
author
Adam Dullage
<redacted>
Wed, 15 Jun 2022 12:26:28 +0000
(13:26 +0100)
committer
Adam Dullage
<redacted>
Wed, 15 Jun 2022 12:26:28 +0000
(13:26 +0100)
flatnotes/src/components/App.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/App.vue
b/flatnotes/src/components/App.vue
index 4c7fb32f36c68beedab7acb941c91574e0247f6a..2cf3146aac059b87914f08caa59494508ceffe8e 100644
(file)
--- a/
flatnotes/src/components/App.vue
+++ b/
flatnotes/src/components/App.vue
@@
-230,7
+230,7
@@
<!-- Notes Loaded -->
<div v-else>
<p
- v-for="note in notes
ByLastModifiedDesc
"
+ v-for="note in notes"
class="text-center clickable-link mb-2"
:key="note.filename"
>
git clone https://git.99rst.org/PROJECT