mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-15 07:15:54 -04:00
f9a4734e5c
fix: don't re-render messages when highlighting them
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
# Notes
|
|
|
|
Wherever we are using "menu generator", chances are we should just move the component into interface.
|
|
Context menu needs to be more broadly available (in interface package?)
|
|
|
|
# Good to do but not necessary
|
|
|
|
- separate invite background
|
|
- check what we are missing from competitors in ctx menus
|
|
- Image preview modal prolly (this will be annoying to not have to users)
|
|
- Store unsent messages in Draft (keep files around until send)
|
|
- report menu should say it goes to team
|
|
- confirm reports
|
|
- Redesign login page
|
|
|
|
# To-do (less urgent)
|
|
|
|
- move zindex into theme
|
|
- style the user card
|
|
- not sure whether to polish up all message components
|
|
- fix all the auth flows
|
|
- shift + click mention user
|
|
|
|
# Done
|
|
|
|
- Style the message "bars": last read message
|
|
- Style the message "bars": reply
|
|
- Style the message "bars": attached
|
|
- Style the message "bars": auto complete
|
|
- Style the message "bars": typing, jump to last
|
|
- Modals "edit identity" (no avatar)
|
|
- design at least login "home" & "login"
|
|
- right side padding on messages
|
|
- right click mention user
|
|
- Modals "kick member", "ban member", "report user"
|
|
- pressing enter in modal does not close it [BUG]
|
|
- [BUG] deleting server has weird behaviour
|
|
- [BUG] missing user for new members joining server
|
|
- Modals "delete X", "leave server", "delete channel"
|
|
- Fix colours for offline members in list
|
|
- Fix colours for hovering / mentions messages in chat
|
|
|
|
BUGS:
|
|
|
|
- [x] scroll to bottom on ESC
|
|
- [x] highlighting a message re-renders it (bad!)
|
|
- [x] jumping to bottom doesnt jump to the very bottom
|
|
- [FIXED?] scrolling down through history is buggy (up is good)
|