Alessio
62500d69dd
Add header section to DM chat views
2024-05-03 15:10:14 -07:00
Alessio
b919f4e976
Add copy link button to tweets and 'Go Online' button to nav sidebar
2024-05-03 13:51:02 -07:00
Alessio
28267a802a
Add UI support for GIFs; make both gifs and regular videos have rounded corners
2024-04-19 21:45:54 -07:00
Alessio
8410182129
Big front-end refactor to make CSS management more tractable
...
- Convert most CSS class names to BEM style
- Improve a significant amount of layouts / UI bugs
- Probably add a bunch of UI bugs
2024-04-05 15:49:19 -07:00
e6471b65f0
Add PWA boilerplate and width/height attrs for all <img> tags
2024-03-22 21:37:34 -07:00
9fa0cbf6d6
Add on-click image carousel
2024-03-09 13:44:14 -08:00
ea7492d96b
Add spinner for fetching a tweet; show error messages on server errors (i.e., panics)
2023-12-31 22:27:35 -06:00
a039b4b320
Get rid of dropdown menu on tweets, just put the two buttons next to each other
2023-12-20 11:55:50 -08:00
fee47205ec
Move content downloading to the background when scraping
2023-11-26 22:13:47 -08:00
694a8e0bc5
Change "scrape" from a URL param to a query param
...
- create generic "refresh" button for User Feed that refreshes whichever tab you're on
- refactor TweetDetail view into multiple pieces for easier maintenance
- on "Already liked this tweet" error, save the Like instead of discarding it
2023-11-05 15:27:40 -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
9bb751afa5
BUGFIX: Fix retweeted-by button trying to open 2 pages simultaneously (user feed and the retweeted tweet)
2023-10-12 10:08:22 -07:00
4c81846d15
BUGFIX: fix embedded links not being clickable
...
- also improve the display to show the domain name when other info is missing
2023-09-13 23:52:04 -07:00
0113e86a00
Show filled-in 'like' icon when tweet is liked
2023-09-04 13:29:10 -03:00
bf147a1313
Fix weird scrolling issues by specifying width and height for image/video elements
2023-08-29 14:04:57 -03:00
b2df94f041
Show tombstones
2023-08-29 12:27:53 -03:00
8aca7d4ebe
Add manual re-scrape for user feeds and quote-tweets stat on tweets
2023-08-27 22:55:40 -03:00
47d206666b
Add entity recognition in user bios as well
2023-08-27 15:46:57 -03:00
f8cd326440
Add clickable entities to tweet text
2023-08-27 15:09:35 -03:00
f245054fe6
Enable pasting links in the search bar
2023-08-26 19:56:26 -03:00
bde911b56d
Fix long tweets rendering paragraphs in the wrong order
2023-08-26 12:48:25 -03:00
7f0056f2a0
Add buttons to trigger re-scrape a tweet and to open on twitter.com
...
- also fix link preview image sizing a bit
2023-08-22 13:52:58 -03:00
2078eb8026
Add rendering of Spaces
2023-08-18 19:01:58 -03:00
b805b3d1c4
Add lock icon for privated users; also make embedded links display better
2023-08-18 16:45:54 -03:00
ff11fdf1af
Make quoted tweets not suck anymore
2023-08-18 16:41:12 -03:00
0f9ba6b19b
Add polls and urls
2023-08-18 15:18:31 -03:00
0c533c632b
Add videos
2023-08-17 18:45:55 -03:00
107d21b7e6
Add retweet indicator on tweets
2023-08-13 15:57:58 -03:00
cd1043215c
Improve a bunch of styles, formatting and layout
2023-08-13 05:19:13 -03:00
5c17546c7b
Fix tweets being rendered without paragraph breaks
2023-08-12 11:14:06 -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