Update TODO.md
This commit is contained in:
parent
10ea48080e
commit
3d474502e7
28
TODO.md
28
TODO.md
|
@ -1,18 +1,5 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- timer fix thing
|
|
||||||
- highlight messages being responded to
|
|
||||||
- highlight messages with mention
|
|
||||||
- add room members loading indicator
|
|
||||||
|
|
||||||
- fix lag when clicking accounts in the AccountBar with a very long room list
|
|
||||||
- fix: on startup, if a room's last event is a membership change,
|
|
||||||
it won't be visible in timeline no matter what the user config is
|
|
||||||
- fix: there are rooms without messages on first sync
|
|
||||||
|
|
||||||
- update flatpak nio required version
|
|
||||||
- final test
|
|
||||||
|
|
||||||
## Refactoring
|
## Refactoring
|
||||||
|
|
||||||
- Rewrite account settings using `HTabbedContainer`
|
- Rewrite account settings using `HTabbedContainer`
|
||||||
|
@ -28,6 +15,13 @@
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
|
- Jumping between accounts (clicking in account bar or alt+(Shift+)N) is
|
||||||
|
laggy with hundreds of rooms in between
|
||||||
|
- On startup, if a room's last event is a membership change,
|
||||||
|
it won't be visible in timeline no matter what the user config is
|
||||||
|
- There are rooms without messages to show as last message subtitle after
|
||||||
|
initial sync
|
||||||
|
|
||||||
- Drag-scrolling in room pane a tiny bit activates the delegates
|
- Drag-scrolling in room pane a tiny bit activates the delegates
|
||||||
|
|
||||||
- Catch server 5xx errors when sending message and retry
|
- Catch server 5xx errors when sending message and retry
|
||||||
|
@ -51,6 +45,10 @@
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
|
|
||||||
|
- When responding to a message, highlight that message in the timeline
|
||||||
|
- Highlight timeline messages that mentions our user
|
||||||
|
- Add room members loading indicator, similar to the "Loading past messages..."
|
||||||
|
|
||||||
- Long-press-drag to select multiple messages on touch
|
- Long-press-drag to select multiple messages on touch
|
||||||
- Drag to select multiple messages on non-touch
|
- Drag to select multiple messages on non-touch
|
||||||
|
|
||||||
|
@ -199,7 +197,9 @@
|
||||||
|
|
||||||
## Distribution and dependencies
|
## Distribution and dependencies
|
||||||
|
|
||||||
- Add AppImage metadata file
|
- Remove unused Python dependencies in AppImage & Flatpak (attrs, uvloop)
|
||||||
|
- Use Qt 5.14 for AppImage & Flatpak
|
||||||
|
- Add AppImage & Flatpak metadata file
|
||||||
- Pillow now bundle image libraries?
|
- Pillow now bundle image libraries?
|
||||||
Update AppImage building script and INSTALL.md
|
Update AppImage building script and INSTALL.md
|
||||||
- Publish on Flathub and AppImageHub
|
- Publish on Flathub and AppImageHub
|
||||||
|
|
Loading…
Reference in New Issue
Block a user