95da6d419c
chore(web): unused import
2025-01-29 15:26:45 +01:00
ae4459f5bb
fix(web): allow fetching more search pages
2025-01-29 15:25:08 +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
c49a8928d4
fix(web): hashtags feed
2025-01-23 12:10:23 +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
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
03dfb36b17
fix(web): use Http util for requests
2025-01-22 01:16:09 +01:00
5ae2ebd1c6
feat(web): very crude way to collapse thread replies
2025-01-20 03:19:41 +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
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
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
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