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
ae85351b11
fix(web): context and replies root id
2024-11-11 00:40:39 +01:00
67a4c83319
fix(web): must use api url not web url
2024-11-10 22:11:10 +01:00
a4620f60db
fix(web): must include url_base
2024-11-10 22:08:35 +01:00
80940b1880
feat(web): explicit button to fetch replies
2024-11-10 22:06:13 +01:00
187a659608
fix(web): clean tab buttons
2024-11-10 21:53:09 +01:00
e8da3765ad
fix(web): add fetch to feeds too if logged
...
does nothing everywhere except for replies, maybe this is a bad design??
no it's the good sense to be wrong!!
2024-11-10 21:51:26 +01:00
cdb404c344
fix(web): /context is valid too
2024-11-10 21:47:24 +01:00
88d67091c2
fix(web): better tabs for context/replies
2024-11-10 21:47:11 +01:00
129bc217b8
fix(web): oops forgot files
2024-11-10 21:43:11 +01:00
7d14bccdee
feat(web): object replies and context tabs
2024-11-10 21:38:39 +01:00
bae7aab3df
feat(web): add resolve directly to cache
...
should slim down code more down the line
2024-11-10 21:29:52 +01:00
005524201d
fix(web): faster transitions
2024-11-09 13:57:50 +01:00
cc972e1e0b
fix(web): reset now also resets the next url
2024-11-09 13:52:57 +01:00
5e32959c61
feat(web): replies filter changes urls
...
pretty ugly way to do this but ehh im going to refactor this anyway
soon™️
2024-11-09 13:32:53 +01:00
536d8b7618
fix(web): ugh the feature name
2024-09-19 17:06:59 +02:00
349bcb1e4f
fix(web): leptos-use broke stuff with use_cookie
2024-09-19 17:05:53 +02:00
52b93ba539
chore: bump deps, drop async_trait where possible
2024-09-19 15:56:22 +02:00
716a34e637
feat(web): replies imply mention
2024-08-15 17:30:26 +02:00
0c6418586d
fix(web): oops relative favicon
2024-08-15 16:41:40 +02:00
1f412efdd2
feat(web): add link rel for favicon
...
this should fix akkoma favicons
2024-08-15 16:12:11 +02:00