12 Commits

Author SHA1 Message Date
addcf0ea52 Break the HTTP handlers into separate files for maintainability 2023-08-19 22:54:44 -03:00
2078eb8026 Add rendering of Spaces 2023-08-18 19:01:58 -03:00
77f0db2e11 Fix test 2023-08-18 16:44:23 -03:00
ff11fdf1af Make quoted tweets not suck anymore 2023-08-18 16:41:12 -03:00
8c3823eea3 Add tests for tweet content rendering 2023-08-18 15:29:51 -03:00
cb6a4b08e2 Fix lint error 2023-08-17 18:15:38 -03:00
901e4dce0e Add following and unfollowing 2023-08-17 18:09:01 -03:00
99abd69c08 Fix lint error 2023-08-17 14:17:09 -03:00
2f7ee34b98 Add Timeline 2023-08-17 14:14:32 -03:00
a8955a3b5e Add pagination for user feed; add 'SetActiveUser' helper function for login handlers 2023-08-17 13:21:31 -03:00
02bc365add Add session management routes and pages ("/login", "/change-session")
- Also enable tweet fetching in TweetDetail handler if tweet is missing or not scraped
- Improve some UI stuff w/ more styles
- Enable HTMX page swapping in some places instead of full page loads
2023-08-10 12:36:28 -03:00
17423b34c1 Add the 'webserver' internal package with UserFeed and TweetDetail routes and templates 2023-08-03 12:43:17 -03:00