agateblue / tempo

Your personal diary and mood tracker
GNU Affero General Public License v3.0
106 stars 12 forks source link

Journal entries are ordered by creation order and not by entry timestamp #66

Closed mirandablue closed 1 year ago

mirandablue commented 1 year ago

Description

In the default diary view, notes are displayed in the order they were created (the most recently created first), instead of being ordered by timestamp. This means, for example, that notes created with a timestamp in the past are listed at the top of the list, above notes with a more recent timestamp.

Refreshing the window does not work. Even starting with a fresh browser and setting up CouchDB sync to pull the content results in the entries being listed in the incorrect order. The GIF below shows that. wrongorder

Steps to reproduce

  1. Create multiple notes with various dates in the past
  2. The notes are listed in the (reverse) order they were created and not according to their date

Workaround

None that I could find.

Extra info

Tested and found to occur on Firefox 116.0 (officially packaged versions) on a Debian Sid system.