* Added more version icons
* Added working sign to notes when archived or tagged
* Big sexy marketing update
* Clicking Tags now opens them in their tag category
This commit is contained in:
Max G
2020-07-03 03:25:38 +00:00
parent 8b711ab508
commit 2ae84ab73e
5 changed files with 204 additions and 98 deletions

View File

@@ -111,6 +111,7 @@
<div class="note-card-display-area">
<note-title-display-card
v-on:tagClick="tagId => toggleTagFilter(tagId)"
v-for="note in section"
:ref="'note-'+note.id"
:onClick="openNote"