-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
35 lines (34 loc) · 1.18 KB
/
TODO
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
[X] Update scss files to be modular
[X] Post Options
[X] Dark Mode
[X] Set up colors for light and dark themes
[X] Twitter-like Loading DOM
[X] Home page
[X] Profile page
[X] Create page
[X] Register page
[X] Login page
[X] Search page
[R] Delete Post update cache // Refresh page on delete
[X] Edit Profile
[X] Block NSFW Posts
[X] Delete comments
[X] Follow Profile
[X] Add posts on upload dynamically
[X] Upload public chat images
[X] Update public chat details // chat name
[X] Leave public chat
[O] Make bottom nav buttons wider to touch // Couldnt do without breaking even spacing
[X] Messages page
[X] Apollo Client
[R] Socket.io Connection // Used graphql subscriptions instead to handle WebSocket connections
[X] Form limit handling
[X] Add settings page link to personal profile (dark mode, sounds, logout) // Need to add sounds slider && global settings state
[ ] Remove posts from cache on delete
[ ] Show info messages (null usernames)
[ ] Use image canvas to upload pfp and public chat images
[ ] Skeleton UI Loading to stop severe layout shifts (Youtube & Twitter do this well)
[ ] Notifications page
[ ] Notification Sounds
[ ] Use serviceWorker for offline mode
[ ] implement system dark mode