Xevion
f8e8d0fbaf
Add likes/comment counts + like button to individual post viewer
...
- Only render in jQuery and likes script when a user is logged in
- Possibly we should show the like button but redirect to login page?
2022-03-30 16:49:59 -05:00
Xevion
66715ecc72
Improve edit profile and add comment styling
2022-03-29 21:14:42 -05:00
Xevion
fd35443a9a
Revamp all model relationships to use backref attributes properly
...
- Fix new post form not including a CSRF token
- Removed some old leftover comment profanity validation, changed to validate_on_submit() for first time
- Include rest of pluralize macro work with this commit + used pluralizing logic where there once was none
2022-03-29 18:12:07 -05:00
Xevion
2e8688f59b
Revamp all form submissions with Flask-WTF forms
...
- Rename blueprint route 'main.user' to 'main.view_user' for clarity
- Rename 'forms.py' to 'route_forms.py'
2022-03-29 02:00:43 -05:00
Xevion
040e505561
Improve/add error messages to look better visually
...
- Have not tested everywhere, but should work okayish
2022-03-28 18:54:17 -05:00
Xevion
96b4dba73c
Add comment posting form
2022-03-27 11:50:53 -05:00
Xevion
b70e39acfa
Complete feed view, post view, and post form
2022-03-27 11:02:58 -05:00