Commit Graph

29 Commits

Author SHA1 Message Date
df013731be feat: add user list pagination
UserList now uses useInfiniteQuery with offset pagination (20 per page)
and an IntersectionObserver scroll sentinel for infinite scroll.
Users sorted by username. Follows same pattern as Feed/UserFeed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 20:00:59 -04:00
88e84fcec5 fixed ts compile warnings 2026-04-12 19:19:42 -04:00
0e4e46824c claude refactor of index.tsx so its humanly editable 2026-04-10 19:33:56 -04:00
2130d85be5 claude generated code for adding tweet viewership to users pages 2026-04-09 17:10:05 -04:00
90d7eab7d0 some ai generated code from claude that does not work 2026-04-08 02:03:43 -04:00
109ef398ee paginating comments and letting tweet authors delete comments on their post 2026-04-06 14:15:36 -04:00
faa96d88f5 added comments to tweets 2026-04-06 14:11:10 -04:00
4ec41ad4b3 Added /profile to see your profile 2026-04-05 14:50:50 -04:00
4b36131183 Added following page to see posts from yourself and people you follow 2026-04-05 14:41:29 -04:00
8077e570f4 changed feed page to paginate requests 2026-04-05 14:32:51 -04:00
33c83e188e fixed mobile ui and ux 2026-04-04 13:02:10 -04:00
193ff815a1 Mobile nav and drafting setup 2026-04-04 12:38:40 -04:00
1ed136e637 fixed tweet time display to show when the tweet was actually posted 2026-04-04 12:29:54 -04:00
bd0f5d52c2 fixing auth login flow and making custom login flow 2026-04-03 19:54:18 -04:00
abe10922eb claude fixed up the ui 2026-04-02 21:46:15 -04:00
9c131b98a6 Working follow and unfollow interactions for users 2026-04-02 21:41:27 -04:00
f82bc223bb added right click context menu and did a static deployment test 2026-04-02 03:34:56 -04:00
580265bc51 Added users page and user viewing 2026-04-02 03:28:09 -04:00
0f41e86cf0 Individual tweets are now viewable in their own pages 2026-04-01 12:44:03 -04:00
0ac0b68029 Added timestamps to tweets and they organize by newest on top 2026-04-01 11:58:12 -04:00
1c1830b086 Adding likes to tweets 2026-03-31 15:18:46 -04:00
028d83b9cc Had to swap to minio to let it act as a cdn. Working file uploads. 2026-03-31 13:12:11 -04:00
db57ac843b Made file uploads display in drafts 2026-03-30 14:56:24 -04:00
830ee36f84 Working s3 compatible file uplaods! 2026-03-30 14:28:44 -04:00
6152dcdeea ash.codegen for media 2026-03-30 13:34:32 -04:00
4378a6fb21 Simple landing page and moved css to the app.css 2026-03-30 02:37:57 -04:00
a13f80cf07 Working basic frontend implementation 2026-03-30 02:06:15 -04:00
dcca583461 Setting up Posts and Posts.Tweet 2026-03-30 01:41:36 -04:00
cb179333f0 🔥 initial commit 🔥 2026-03-30 01:02:24 -04:00