Peter Stockings
808143f92b
Improve badge performance
2026-03-10 19:23:56 +11:00
Peter Stockings
dcef99c3bf
perf: massive reduction in application bundle size
...
- Replaced Alpine.js and Turbolinks with lightweight vanilla JS event listeners
- Swapped HTMX CDN import for a custom 15-line native JS polyfill
- Removed Google Fonts ('Inter') in favor of the native system font stack
- Extracted repeated SVGs in list views into a `<defs>` block to shrink HTML
- Reduced dashboard pagination PAGE_SIZE from 50 to 25
- Minified Tailwind CSS output and enabled Gzip/Brotli via Flask-Compress
2026-03-10 19:10:47 +11:00
Peter Stockings
a0abf41ff6
Load dashboard displays using htmx
2026-03-10 16:25:52 +11:00
Peter Stockings
4f1add9154
Add ability to move forward/back on week/month view and improve UI
2026-03-09 22:13:56 +11:00
Peter Stockings
de66dc5fd8
Improve styling of app
2026-03-09 21:50:53 +11:00
Peter Stockings
ab23bf6a9e
Make sessions permanent
2026-03-09 21:34:26 +11:00
Peter Stockings
7b36a6795d
Add indexes and pagination to improve app performance
2026-03-09 21:29:16 +11:00
Peter Stockings
acad2def92
Attempt to resolve filter omitting recent entries
2025-01-06 23:14:21 +11:00
Peter Stockings
b51f204d8d
Update references to login/signup templates
2025-01-02 22:43:07 +11:00
Peter Stockings
cfc61ca43b
Fix error with date in dashboard template
2024-12-31 00:15:48 +11:00
Peter Stockings
164b23e913
Add tests
2024-12-31 00:08:08 +11:00
Peter Stockings
d3eba9ba5b
Refactor reading logic
2024-12-30 23:30:22 +11:00
Peter Stockings
68c8059466
Fixc weekly graph
2024-12-30 23:29:30 +11:00
Peter Stockings
ea0ad126ab
Clean up main route
2024-12-29 23:21:16 +11:00
Peter Stockings
6291c37820
Move nested functions
2024-12-29 22:59:08 +11:00
Peter Stockings
91b3ef0e7e
Restructure tempates directory
2024-12-29 22:54:43 +11:00
Peter Stockings
049e845d5b
Refactor routes.py
2024-12-29 22:51:01 +11:00