c30a674522
Remove outdated test
2023-11-19 21:13:04 -08:00
c471ae3c65
Fix lint error
2023-11-19 20:52:54 -08:00
b73ee1f5d2
Add support for group DMs; also make UI highlight which chat is currently active
2023-11-19 20:37:22 -08:00
6e9a370073
Various improvements to Messages UI
...
- Chat list previews look a bit nicer, and display the time of last message
- Chat messages show sent_at time
- Messages with line breaks will actually display as paragraphs now
- Misc spacing improvements
- BUGFIX: fix preview DB query crashing if there's no messages in a chat
2023-11-19 15:31:59 -08:00
c6d0bbce65
Add polling for DM updates while webserver is running
2023-11-19 13:51:16 -08:00
0fe65f99d5
Add test for previous commit
2023-11-14 11:32:27 -08:00
f67fc443f6
Add Messages page
2023-11-14 11:12:23 -08:00
99f6de9d45
Add UI queries for DMs
2023-11-12 13:04:02 -08:00
186cea5f1c
REFACTOR: a bunch of miscellaneous spacing and formatting improvements
2023-11-12 12:53:56 -08:00
93059f8a61
Make user feed buttons less ugly
2023-11-07 12:48:59 -04:00
cefe8fc939
Add background scraping of logged-in user's Likes
2023-11-07 12:28:56 -04:00
6f66f68a15
Add test for users search page
2023-11-07 12:26:01 -04: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
33c8ef30ec
Fix lint error
2023-11-05 18:38:38 -04: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
2b5db51fc1
Fix UI bug with extremely long words with no spaces screwing up the layout because they won't wrap
2023-11-02 17:52:30 +00:00
2e0e307b93
Change '.focused-tweet' to '#focused-tweet'; tidy up 'tests.sh'
2023-10-14 20:08:58 -03:00
535f28c278
Enable search sort-orders
2023-10-14 15:06:50 -03:00
72df452401
Add "with replies", "without replies", "media" and "likes" tab to User Feed
...
- Also add UI option to scrape a user's Likes from their user profile
2023-10-13 17:47:13 -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
f4ccc075f6
Show threads in the UI
2023-10-12 09:47:02 -07:00
cf41786843
Fix previous commit
2023-10-09 20:00:34 -07:00
392e836689
Update URL parser to handle 'x.com' links
2023-10-09 19:40:34 -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
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
fc5096997c
Update CHANGELOG.txt for v0.4.2
2023-08-31 18:39:44 -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
8349ca4ae3
Add background scraping of the logged-in user's home timeline
2023-08-27 21:05:09 -03:00
09356ecc04
Add template file for previous commit
2023-08-27 15:49:26 -03:00
47d206666b
Add entity recognition in user bios as well
2023-08-27 15:46:57 -03:00
8608f06bca
Fix entity recognition to avoid matching email
2023-08-27 15:33:22 -03:00
f8cd326440
Add clickable entities to tweet text
2023-08-27 15:09:35 -03:00
11c94511d5
Add support for pasting 'with_replies' links
2023-08-27 13:30:02 -03:00
f245054fe6
Enable pasting links in the search bar
2023-08-26 19:56:26 -03:00
e3928cc92f
Search bar redirects to user feed if you search '@somehandle'
2023-08-26 16:50:15 -03:00
bde911b56d
Fix long tweets rendering paragraphs in the wrong order
2023-08-26 12:48:25 -03:00
efae882c96
Add missing SVG assets from a previous commit
2023-08-22 20:11:06 -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
72110e6558
Enable searching through the search bar
2023-08-20 15:02:47 -03:00
addcf0ea52
Break the HTTP handlers into separate files for maintainability
2023-08-19 22:54:44 -03:00
930af3455f
Fix gray connector line showing up on quoted tweets
2023-08-19 22:36:50 -03:00
4cabae45dd
Fix embedding in production build
2023-08-19 02:14:23 -03:00
ff3dba9980
Add build option to embed static files in the built binary
2023-08-19 01:58:31 -03:00
189fb3c2c1
Fix lint error
2023-08-18 19:15:55 -03:00
2ec44d7415
Temporarily remove the to_json debugging func
2023-08-18 19:15:21 -03:00