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
99a3f9d4b0
Add icons for the previous GIF related commit
2024-05-01 14:39:48 -07:00
Alessio
b0a0c36141
Make sidebar poll for notifications every 10s
2024-04-28 15:41:47 -07:00
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
b6aa6d1a4f
Add pinned-tweet quoted tweet info if needed
2024-03-26 20:09:08 -07:00
4cc490df6a
BUGFIX: Fix quoted tweets in pinned tweets
2024-03-24 16:13:56 -07:00
6a9d8becba
Add pin icon file
2024-03-23 11:37:19 -07:00
6e283d9ef4
BUGFIX: fix user feed breaking for users without a pinned tweet
2024-03-23 11:32:57 -07:00
e6471b65f0
Add PWA boilerplate and width/height attrs for all <img> tags
2024-03-22 21:37:34 -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
73c5803a47
Add downloading of DM embedded images, videos and links
2024-03-11 21:12:38 -07:00
9fa0cbf6d6
Add on-click image carousel
2024-03-09 13:44:14 -08:00
3718b152b6
Fix lint error
2024-03-08 14:11:06 -08:00
42ab53fb73
Remove 'go-playground/form' dependency; just use JSON and 'hx-ext="json-enc"' in all forms
2024-03-08 14:07:25 -08:00
c6ec9be562
Update CHANGELOG.txt for v0.6.4
2024-03-03 15:31:58 -08:00
8255c4f65e
Improve login flow
...
- on successful login, kick off scraping of logged-in user, their followees, and only-followed home timeline
- `--auto-open` flag now opens `/login` instead of home page
- add HTMX spinner for login page
- provide toast error notification if login is challenged (e.g., 2FA)
2024-03-03 15:04:19 -08:00
c19d36d053
Split Timeline (Home page) into 2 feeds: offline feed and logged-in user follows feed
2024-03-02 23:42:07 -08:00
113858c9e4
Add template file for second-previous commit
2024-03-02 15:43:58 -08:00
12d10d4355
Make 'show more' button look nicer
2024-03-02 13:39:25 -08:00
a65937d6e4
Add a button to Search page to scrape search results
2024-03-01 17:25:00 -08:00
38495e8591
Add button and query to delete a List
2024-02-25 21:58:56 -08:00
66b32e4c6f
Fix lint errors
2024-02-25 21:32:33 -08:00
26a18592fa
Add button to create a new List
2024-02-25 21:31:49 -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
677eb0c8a4
Add template files for List pages
2024-02-25 17:30:30 -08:00
333e4bb553
List Detail 404s if list ID doesn't exist
2024-02-25 17:28:48 -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
8d61aec316
REFACTOR: split Follows into its own template instead of piggybacking on Lists
2024-02-25 16:48:54 -08:00
900e0e417e
Fix some tests
2024-02-23 18:56:39 -08:00
b146cd9bb5
Make scrolling a lot better in DMs
2024-02-23 18:08:55 -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
1317d44b52
BUGFIX: fix focused tweets being clickable
2024-02-18 15:23:16 -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
018df0d6a4
Rename 'for you' timeline to 'following only' to match Twitter's upstream changes
...
- Also add 'get_user_likes_all' cmd subcommand to get all users likes
2024-02-18 14:47:12 -08:00
84ff6c12b7
Change all timestamps to use milliseconds instead of seconds
2024-01-07 15:15:43 -06:00
e300a882e4
Make end-of-feed indicator look better
2024-01-03 21:18:00 -06:00
f636883396
Fix lint error
2023-12-31 22:28:07 -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
60ac688dbc
Add refreshing for user followers/followees
2023-12-31 18:12:38 -06:00