flask/flaskr
Neo 890ee95d28 Add collapsible posts feature
Implemented functionality to collapse and expand posts in the
main blog view. Users can now toggle the visibility of a post's
body by clicking on the post header. Additionally, clicking on
the "Posts" header at the top of the page will toggle the
visibility of all posts simultaneously. This enhancement improves
the user experience by allowing users to manage the display of
content more efficiently.

Fixes #FLAS-32
2024-09-09 22:12:43 +00:00
..
static Add collapsible posts feature 2024-09-09 22:12:43 +00:00
templates Add collapsible posts feature 2024-09-09 22:12:43 +00:00
__init__.py Add dark mode support 2024-09-06 12:35:40 +01:00
auth.py I just want the tutorial 2024-09-06 00:18:20 +01:00
blog.py I just want the tutorial 2024-09-06 00:18:20 +01:00
db.py I just want the tutorial 2024-09-06 00:18:20 +01:00
schema.sql I just want the tutorial 2024-09-06 00:18:20 +01:00