Notes/db/TODO.txt

12 lines
550 B
Plaintext
Raw Normal View History

- drop branches.utcDateCreated - not used for anything
- drop options.utcDateCreated - not used for anything
2021-05-02 22:47:57 +02:00
- isDeleted = 0 by default
2021-05-22 12:26:45 +02:00
- rename openTabs to openNoteContexts
2021-06-02 21:39:18 +02:00
- migrate black theme to dark theme
2021-06-27 12:53:05 +02:00
- unify readOnly handling to a single attribute:
* readOnly - like now
* readOnly=auto - like without readOnly (used to override inherited readOnly)
* readOnly=never - like autoReadOnlyDisabled
- remove focusOnAttributesKeyboardShortcut
2021-07-24 11:28:47 +02:00
- rename white theme to "light" theme (it's not completely white and matches well to dark theme)