WhspBrd/docs/TODO.md
copilot-swe-agent[bot] 6ed07fd093 Improve code quality and update TODO
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 10:01:54 +00:00

73 lines
2.1 KiB
Markdown

# Tasks to be done
## TUI
- [ ] Initial configuration setup
- [ ] Solve colors issue
- [ ] No chat handling and no chat selected on the startup of the application
- [ ] Complete chat loading and sending messages to contacts so it is written to the file
- [ ] Create systray
- [ ] Share what music am i listening using mpris
- [ ] Colors and themes
### Chat
- [x] Add scrolling capability (J/K keys)
- [ ] Solve multiline messages and resizing the window
- [x] Implement calculating positions of images and profile pictures
- [x] Add rendering image previews
- [x] Render image in chat
- [x] Render image in chat with scroll
- [x] Add rendering profile pictures
- [ ] Solve too long message history problem - render only first 100 messages?
- [ ] Check chat without images, if kitty image protocol is not used
- [ ] Check chat on windows
- [ ] Create timestamps like today yesterday etc...
### Sidebar
- [ ] Profile pictures next to the username
- [ ] Ability to scroll through users and rerender profile images
- [ ] Colors maybe?
- [ ] Solve too long names and window width
### Input
- [ ] Add emoji internal selector
- [ ] Add button to add attachement
- [ ] Add correct parsing of input to correct chat
### Profile Sidebar
- [ ] Profile image
- [ ] Mpris integration
## CMD
- [ ] Create basic commands template to use chat from commandline
## Configuration
- [ ] Keybindings for application
- [ ] IDs instead of usernames
- [ ] Load and Write new messages to the files
- [ ] Change preloading of Contacts from list to complex structure
- [ ] Change preloading of messages from list to complex structure
- [ ] Add new contact
- [ ] Choose server to use when running TUI
- [ ] Create colorthemes
- [ ] Add reactions to messages and replies
## Server
## Communication
## Application integration with the system
- [ ] Systray and how to manage to not have multiple instances of the application running
- [ ] Create simple cmd commands that would be intuitive and simple to use
## IDEAS
- just set window size of the box to be even, so there should not be need in rendering half of the profile picture