mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
order todo list based on priority
This commit is contained in:
parent
5bd339fe22
commit
934d9b303d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue