-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
38 lines (22 loc) · 776 Bytes
/
notes.txt
File metadata and controls
38 lines (22 loc) · 776 Bytes
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
DONE:
Delete account not working
- syntax error, changed deleteOne to destroy in User controller.
Fixed Signup function not working properly
- incorporated login request into submission request
Read/unread
- functionality finished in session
Styling Changes:
- fixed image stretching
- set card body height to ensure consistency
- added text truncation to post text as causing card layout issues
Streamlined post/thread/content card components
- removed content cards
- added thread view
Mobile styling started
Fixed same subbed threads displaying for all users
- added id query to thread controller
Thread titles added to thread view
TO DO:
Fix search
User not found for login + prevent state change
QUESTIONS: