order todo list based on priority

This commit is contained in:
liamcottle
2024-04-30 15:51:41 +12:00
parent 5bd339fe22
commit 934d9b303d

View File

@@ -78,13 +78,13 @@ python web.py --identity-base64 "GCN6mMhVemdNIK/fw97C1zvU17qjQPFTXRBotVckeGmoOwQ
## TODO
- [ ] make sure web ui can run in offline environment, so host tailwind/vue locally
- [ ] allow passing in a custom Reticulum config file via cli args
- [ ] allow generating identity in python if rnid util is not available
- [ ] make sure web ui can run in offline environment, so host tailwind/vue locally
- [ ] conversations/contacts list ui with unread indicators
- [ ] support saving conversation history across page reloads, maybe an sqlite database
- [ ] send images from web ui
- [ ] send file attachments from web ui
- [ ] support saving conversation history across page reloads, maybe an sqlite database
- [ ] conversations/contacts list ui with unread indicators
- [ ] button to add peer to contacts, and show a tab for contacts
- [ ] allow setting a custom name to show for a contact
- [ ] button to forget peers and contacts