Commit graph

22 commits

Author SHA1 Message Date
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
80940b1880
feat(web): explicit button to fetch replies 2024-11-10 22:06:13 +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
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
100c738336
fix(web): refresh does it even with no auto scroll 2024-08-13 20:27:35 +02:00
01de917bdb
fix(web): properly process and display search results 2024-08-11 15:21:25 +02:00
93f61ea0de
fix(web): notifications ignore filters 2024-07-23 14:50:53 +02:00
68effabbd6
fix(web): ew no go back 2024-07-06 05:02:52 +02:00
4af69caa52
fix(web): hr also in thread 2024-07-06 04:58:50 +02:00
fb02be2f44
fix(web): use create_effect rather than signal.track 2024-07-06 04:54:22 +02:00
29e9901583
feat(web): pre-populate webfinger cache
when i put an actor in cache, put its pretty url in webfinger cache too
2024-07-05 17:17:26 +02:00
ca1b3079d4
fix(web): hashtags timeline needs ending /page 2024-07-04 03:24:18 +02:00
8ab39bfb2b
feat(web): hashtags timeline page
rather jank, literally hotglued on other feeds but eh it works for now
ig?
2024-07-04 03:14:26 +02:00
9b4fa37e52
feat(uriproxy): new hashtag url type 2024-07-04 02:36:20 +02:00
1605557329
chore(web): unified caches under trait 2024-07-03 04:05:49 +02:00
29d783ffd5
chore(web): moved caches under cache:: scope 2024-07-03 03:21:11 +02:00
a614f7c35b
fix(web): don't show activities in threads 2024-06-29 04:32:55 +02:00
e79061c294
feat(web): button to refresh feeds 2024-06-22 06:00:01 +02:00
42ae2633f2
fix(web): more reliable infinite scroll
since there's no button anymore it really needs to work always
2024-06-12 15:21:37 +02:00
ea655be121
fix(web): huge refactor but basically nothing changed
... yet! this fixes the weird bug that resets timeline scroll when
coming back from users (annoying!). also slightly better spacing for
things and more consistent loading buttons. its a big refactor and its
underway but there's so much in progress that ill commit this big chunk
as is and i totally wont regret it later when i need to remember what i
was moving where aha
2024-06-12 06:02:36 +02:00