Implement the option to sort the notes. Issue #85

This commit is contained in:
Matias De lellis
2023-06-14 22:42:06 -03:00
parent 8bff0fb364
commit 47a9bdacf2
4 changed files with 56 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<div class="note-grid-item">
<div class="quicknote noselect {{#if sharedBy.length}}shared{{/if}} {{#if sharedWith.length}}shareowner{{/if}}" style="background-color: {{color}}" data-id="{{ id }}" data-timestamp="{{ timestamp }}" >
<div class="quicknote noselect {{#if sharedBy.length}}shared{{/if}} {{#if sharedWith.length}}shareowner{{/if}}" style="background-color: {{color}}" data-id="{{ id }}" data-pinned={{#if isPinned}}1{{else}}0{{/if}} data-timestamp="{{ timestamp }}" >
<div class='note-header'>
<div class='note-attachts'>
{{#each attachments}}