16 Commits

Author SHA1 Message Date
f67fc443f6 Add Messages page 2023-11-14 11:12:23 -08:00
ae749a19d2 Add users search page 2023-11-07 12:21:53 -04:00
723b7e4fa1 Add Lists page 2023-11-06 14:47:46 -04:00
2e0e307b93 Change '.focused-tweet' to '#focused-tweet'; tidy up 'tests.sh' 2023-10-14 20:08:58 -03:00
d1edcbf363 Add tweet detail "/like" and "/unlike" URLs
- refactor TweetDetail to determine a bit more systematically whether scraping is required
2023-10-13 00:18:31 -03:00
bf147a1313 Fix weird scrolling issues by specifying width and height for image/video elements 2023-08-29 14:04:57 -03:00
72110e6558 Enable searching through the search bar 2023-08-20 15:02:47 -03:00
b805b3d1c4 Add lock icon for privated users; also make embedded links display better 2023-08-18 16:45:54 -03:00
901e4dce0e Add following and unfollowing 2023-08-17 18:09:01 -03:00
2f7ee34b98 Add Timeline 2023-08-17 14:14:32 -03:00
2c8ef0b476 Fix user profile images 2023-08-13 15:55:04 -03:00
cd1043215c Improve a bunch of styles, formatting and layout 2023-08-13 05:19:13 -03:00
b0a44063e4 Vendor the static assets (font, HTMX script) 2023-08-12 18:57:23 -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
dcdec91d62 Add a ton of stuff to make everything look way better (no major behavior differences though) 2023-08-05 19:00:33 -03:00
17423b34c1 Add the 'webserver' internal package with UserFeed and TweetDetail routes and templates 2023-08-03 12:43:17 -03:00