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
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
14b9143f76
Compound db queries now fetch whether the tweet is liked by the current logged-in user
2023-09-04 13:11:58 -03:00
8349ca4ae3
Add background scraping of the logged-in user's home timeline
2023-08-27 21:05:09 -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
addcf0ea52
Break the HTTP handlers into separate files for maintainability
2023-08-19 22:54:44 -03:00