Commit graph

413 commits

Author SHA1 Message Date
c37c0ac58c
chore(web): default online trunk build 2025-01-24 02:00:35 +01:00
b7a290dc22
fix(web): better check to avoid attachment padding 2025-01-24 01:16:59 +01:00
e71fe89e12
fix(web): use Either 2025-01-24 01:16:38 +01:00
5e98ff6bf7
fix(web): undo <p> styling, looks too weird 2025-01-24 01:15:26 +01:00
1762764862
docs(web): fix command for running dev 2025-01-23 13:40:45 +01:00
9cf2f3314f
fix(web): restyled paragraphs a bit 2025-01-23 13:40:31 +01:00
c49a8928d4
fix(web): hashtags feed 2025-01-23 12:10:23 +01:00
edd23be385
chore: remove unused file 2025-01-23 03:37:32 +01:00
3c7d535bfd
docs(web): add frontend screenshot 2025-01-23 03:23:37 +01:00
908662628b
docs(web): document a bit how to deal with frontend 2025-01-23 00:14:01 +01:00
3ad0376940
feat(web): better thread compression
probably will be hard to use on mobile, but better than what we had
before which would toggle stuff when trying to scroll
2025-01-22 21:19:01 +01:00
55c50a92cc
chore: bump versions 2025-01-22 04:20:02 +01:00
eba399abe5
fix(web): rely on user_id from server
this way we don't have to construct it ourselves every time with
URL_BASE. i think it's a bit weaker this way tho
2025-01-22 02:07:16 +01:00
883523e99a
fix(web): fetch url without base
basically get the base from js window stuff (once!) and add it before
our base-less url, so that it works. this is ugly but ehh getting rid of
reqwest is a hassle...
2025-01-22 01:20:11 +01:00
0adf0d85d5
fix(web): fetch notifications only if logged in 2025-01-22 01:19:34 +01:00
ad65f86360
chore(web): trunk index file
oops this should have been part of commit fbbb635
2025-01-22 01:19:08 +01:00
03dfb36b17
fix(web): use Http util for requests 2025-01-22 01:16:09 +01:00
fbbb6350b8
feat(web): build CSR with trunk and bundle
used some build.rs magic to find my assets, trunk build must be run
manually
2025-01-22 01:14:14 +01:00
61472e0fe9
chore: moved out of upub folder
it was just weird
2025-01-20 23:52:36 +01:00
5ae2ebd1c6
feat(web): very crude way to collapse thread replies 2025-01-20 03:19:41 +01:00
5825ab9233
chore(web): bump version 2025-01-20 03:07:50 +01:00
3329952a12
feat(web): big refactor, way better tl caching
this moves quite a lot of stuff around, and there's probably more work
to do (app.rs is HUGE and those routes with inline views are pretty
ugly), but it should work and most importantly it should work BETTER
than before: _every_ timeline now remembers state and scroll depth, not
just those we manually choose! no longer huge global "Timelines" object
yayyy!! i think this opens room for much more improvements, but for now
i'm content this way
2025-01-20 03:05:27 +01:00
9548b4bb44
feat(web): add group list page 2025-01-19 05:35:28 +01:00
c8f42f8ec8
feat(web): Loadable prefetches 2025-01-19 05:29:22 +01:00
2149b717fc
fix(web): explore loading spinner 2025-01-19 05:28:26 +01:00
4e667e9309
chore(web): rename alias to Doc
now doesn't clash anymore
2025-01-19 05:28:17 +01:00
2d1ae0f425
fix(web): followers/following load again 2025-01-19 02:59:02 +01:00
2f19d6800d
feat(web): generic infinite-scroll thingy 2025-01-19 02:58:17 +01:00
1f716e6f13
fix(web): infinite scroll works again 2025-01-19 02:57:57 +01:00
b10cf6a320
fix(web): its all local resources 2025-01-17 02:35:56 +01:00
fab8742bc1
chore(web): update to leptos 0.7
it was painful, but hopefully worth it
everything seems ok, lmk if stuff broke
things will need further improving.....
2025-01-17 02:19:52 +01:00
eb42391063
fix(web): labels hidden on mobile
not great but hey tempfix
2025-01-15 03:10:06 +01:00
443be5d836
fix(web): ignore filters in likes view 2025-01-15 03:05:47 +01:00
d3987680d8
feat(web): super crude way to see emoji reacts 2025-01-15 02:43:38 +01:00
0fba4d6838
feat(web): botched object likes 2025-01-15 01:47:58 +01:00
58fe884578
feat(web): fetch outbox button for actors too 2025-01-09 20:28:27 +01:00
caf0ae5ab0
fix(web): must also lock leptos_use 2025-01-09 18:47:39 +01:00
f06dc7e663
chore: bump versions, update comrak options 2025-01-09 18:10:27 +01:00
6541a39223
fix(web): turbo ghetto way to mark notifs as seen
this is really bad but i got soooo annoyed by how notifications work rn
2025-01-09 17:06:49 +01:00
025c80f6e2
fix(web): ghetto way to decrease notified counter 2025-01-09 17:03:08 +01:00
b510c592bb
chore(web): no longer bundle contact mail 2024-12-29 03:40:12 +01:00
68b217e648
chore(web): slimmer footer, explore as page 2024-12-29 01:33:05 +01:00
62311ed089
chore(web): clippy 2024-12-29 01:16:18 +01:00
c1c06e3111
chore(web): footer separators 2024-12-29 01:15:44 +01:00
f445148b9e
fix(web): less outdated stuff just link to site 2024-12-28 20:19:00 +01:00
ea4bd1e4c2
fix(web): no controls in quoted post 2024-12-28 20:18:49 +01:00
d28019fb18
fix(web): quotes have a solid border, less weird 2024-12-28 20:18:32 +01:00
c56e69aa20
fix(web): properly fetch attributed_to/quote_url
also use cache::resolve so we centralize fetching a bit
2024-12-28 20:18:01 +01:00
b1830e68f4
fix(web): now should really prefetch quote posts 2024-12-28 19:19:50 +01:00
99abc2e71a
feat(web): prefetch and inline quote posts
finally!!!
2024-12-28 19:07:48 +01:00