-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES
48 lines (39 loc) · 1.58 KB
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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)