Move readme todos

This commit is contained in:
Joscha 2025-04-29 01:57:13 +02:00
parent a8599ee05c
commit b922af9283
2 changed files with 5 additions and 10 deletions

View file

@ -10,12 +10,3 @@ In places where the _proper name_ — "GedächtNAS", including the umlaut and
capitalization — can't be used, the _technical name_ — "gedaechtnas", always capitalization — can't be used, the _technical name_ — "gedaechtnas", always
lowercase — or the _abbreviated name_ — "gdn" — shall be used instead. Other lowercase — or the _abbreviated name_ — "gdn" — shall be used instead. Other
variations or spellings are incorrect. variations or spellings are incorrect.
## Todos
- TODO Add history widget to top of screen
- TODO Show pinned message at bottom of screen
- TODO Gray out unusable sibling buttons when hovering over anchor note
- TODO Tooltips for note actions
- TODO Clickable parents
- TODO Logging (using `tracing`)

View file

@ -6,7 +6,6 @@ takes a short time to implement and represents an incremental improvement.
Once an idea has been implemented, it should be deleted from this file. Once an idea has been implemented, it should be deleted from this file.
- cli: `status` command
- cli: `repo list` command - cli: `repo list` command
- cli: `repo add` command - cli: `repo add` command
- cli: `repo rename` command - cli: `repo rename` command
@ -21,3 +20,8 @@ Once an idea has been implemented, it should be deleted from this file.
- app: Save button - app: Save button
- Try out `snafu` - Try out `snafu`
- Set up Android app building in CI (should be included in first release) - Set up Android app building in CI (should be included in first release)
- app: Path/history widget at the top of the screen
- app: Show pinned message at bottom of screen
- app: Gray out unusable sibling buttons when hovering over anchor note
- app: Tooltips for note actions
- app: Clickable parents