Commit graph

393 commits

Author SHA1 Message Date
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
44232ede58
feat(web): show BE and FE versions differently
BE version must be fetched from BE nodeinfo but I think we can afford an
extra request :p
2024-12-28 19:06:43 +01:00
f77733ad94
chore: bumping a lot of versions 2024-12-27 16:43:49 +01:00
b350e4d9bb
fix: compact public target
fedify sets `to` as `as:Public` rather than the full IRI.......
2024-12-27 14:44:39 +01:00
40b9f68aef
feat(web): jank hashtags
better than nothing!
2024-12-27 03:29:43 +01:00
9a4d23de08
fix(web): replies/context buttons now update 2024-12-27 03:04:10 +01:00
408f760672
feat(web): rudimentary likes tab 2024-12-27 02:06:47 +01:00
43de8334e2
feat(web): better follow/following/follows tags
still lot to do but better than previous misaligned bs!
2024-12-27 02:04:30 +01:00
5c0577b00c
fix(web): even more reliable actor header 2024-12-27 01:21:15 +01:00
d6756ef44d
chore(web): remove unused stuff 2024-12-26 22:17:43 +01:00
a09795246b
feat(web): use tabs on actors page too
rather than weird good-luck-finding-it button next to their name
2024-12-26 22:10:29 +01:00
d2477339e7
fix(web): actor header with flexbox
bye bye table jank, hello properly sized header which stays the same on
all display sizes and name lengths yayyyy
2024-12-26 22:10:01 +01:00
bb6957e638
chore(web): clippy lints 2024-12-26 15:36:01 +01:00
0b6091e764
fix(web): disallow sending empty posts 2024-12-10 23:37:38 +01:00
870c781cf7
feat(web): global privacy control, 4 privacies 2024-11-23 04:39:31 +01:00
d7d450e942
chore(web): unused stuff 2024-11-21 03:23:18 +01:00
d8af116667
feat(web): way better fetch button
it changes and automatically refreshes!!! to achieve this a lot of
refactor happened...
2024-11-21 02:41:19 +01:00
5c94e37937
fix(web): change tl url not root id 2024-11-20 23:18:13 +01:00
284f1023a4
fix(web): context should work in replies too 2024-11-20 23:05:09 +01:00
5f998e9773
chore: update apb usage
it should become a bit faster which makes no sense but before refs were
made from strings created on demand and then cloned again so this should
at least make sense
2024-11-20 19:55:29 +01:00
4b632faf2a
fix(apb): remove ambiguous Iterator impl for node 2024-11-11 01:19:33 +01:00