Alessio
3fedde7aa5
Add unread messages notification indicator bubble in the nav sidebar
2024-04-28 15:21:39 -07:00
Alessio
0196cb681b
Improve DM chat list previews
...
- add "unread" indicators
- message preview should now always say something, e.g., "So-and-so sent a Tweet" instead of being empty
2024-04-27 23:10:07 -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
a7d2b78a18
Fix some buggy styling around the pin icon on pinned tweets
2024-04-13 16:57:51 -07:00
Alessio
39c2cc0d3d
Fix the error toasts
2024-04-12 17:33:00 -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
Alessio
aeb2782356
Reorganize styles.css a bit, moving common / utility / layout styles to top of file
2024-03-30 20:19:58 -07:00
125445671d
Fix HTMX spinner background overflowing rounded edges inside quoted tweets
2024-03-22 21:25:39 -07:00
41e525d223
Show pinned tweets in the web UI
2024-03-18 21:30:01 -07:00
d288d4893b
UI: fix DM embedded images from being full-size all the time; fix aspect ratios on embedded link preview thumbnails
2024-03-17 20:36:44 -07:00
9fa0cbf6d6
Add on-click image carousel
2024-03-09 13:44:14 -08:00
12d10d4355
Make 'show more' button look nicer
2024-03-02 13:39:25 -08:00
38495e8591
Add button and query to delete a List
2024-02-25 21:58:56 -08:00
e2952d0fda
UI: visually indicate the hovered Tweet with a background color change
2024-02-25 20:42:31 -08:00
7330dfe05f
Add button to remove user from List
2024-02-25 20:39:46 -08:00
3f66daef68
Add Lists pages
...
- List index page
- List detail pages: Feed and Users
- Improve styling for page headings (e.g., Search, Follows, list title, etc)
2024-02-25 17:14:09 -08:00
6bfc7f78e1
Fix user feed HTMX spinner being underneath the searchbar (looks weird)
2024-02-19 23:09:59 -08:00
69543e872e
Add HTMX spinner to user feeds
2024-02-19 18:04:57 -08:00
90b9df15e5
Several visual improvements
...
- make spacing around a tweet's reply-mentions container grow and shrink more appropriately
- fix double HTMX-spinner when a tweet has a quoted tweet
- add favicon
2024-02-18 15:07:56 -08:00
e300a882e4
Make end-of-feed indicator look better
2024-01-03 21:18:00 -06: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
45f3fd199f
Preserve search bar text during search
2023-12-31 16:37:26 -06:00
17c9ab77ea
Make Followers/Followees pages show the user header at the top
...
- also make the followees/followers count indicators in a user header link to their respective pages
2023-12-31 16:32:43 -06:00
482238abe0
Poll for DM updates every 3s instead of 7s; fix scrolling on new DMs sent and received; clear composer box after sending message
2023-12-24 21:53:03 -06:00
e1bc6bba98
Enable sending DM messages
2023-12-24 14:21:57 -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
aaab11b1d0
Add DM message replying-to indicators/previews and render embedded tweets
2023-11-25 14:21:09 -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
f67fc443f6
Add Messages page
2023-11-14 11:12:23 -08:00
93059f8a61
Make user feed buttons less ugly
2023-11-07 12:48:59 -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
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
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
0113e86a00
Show filled-in 'like' icon when tweet is liked
2023-09-04 13:29:10 -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
47d206666b
Add entity recognition in user bios as well
2023-08-27 15:46:57 -03:00
f245054fe6
Enable pasting links in the search bar
2023-08-26 19:56:26 -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
930af3455f
Fix gray connector line showing up on quoted tweets
2023-08-19 22:36:50 -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