86a45d6082
fix(web): items are responsive to filters changes
...
is this excessive? having everything in a closure...
2024-06-06 21:46:47 +02:00
456ca2d8b1
fix(web): fixes for apb node changes
2024-06-01 01:49:10 +02:00
1dac83f52c
fix(web): updated apb usage
2024-06-01 01:13:49 +02:00
6469dbe85e
feat(web): filter updated, more readable filter code
2024-05-31 15:54:22 +02:00
69cff08b5b
fix(uriproxy): users -> actors
2024-05-29 21:36:55 +02:00
40dc245680
feat(web): show activity ids too
2024-05-29 18:06:34 +02:00
1cc41cced3
fix(web): force replies display in thread view
2024-05-29 05:34:51 +02:00
892637db04
feat(web): allow filtering replies
2024-05-23 22:35:34 +02:00
af3a3fbbb8
feat: way smarter way to represent remote ids
...
base64 em basically. big commit because touches basically everything!!
2024-05-20 06:29:44 +02:00
227e9c625b
feat(web): filter timelines, loop videos, open cws
2024-05-12 00:12:07 +02:00
99d613a1e8
fix(web): more consistent object rendering
2024-05-11 21:49:55 +02:00
b6cac77bf2
fix(web): prefetch users when as object, fix links
2024-05-02 02:07:54 +02:00
102414e1a3
chore(web): separated ActorStrip component
2024-05-01 16:45:27 +02:00
9fe3cb3bda
feat(web): use reference counting rather than clones
...
before, cache would clone the underlying object every time it was
accessed. this was definitely incredibly wasteful! now it clones the
Arc, which is super cheap. the extra work necessary while fetching
things is most likely more than compensated by saved clones every time
we render stuff. there is some dumb arc creation here and there (like
for the debug page), but it's mostly my lazyness, they can probably go
and should not be that much of a big deal anyway.
TLDR things were already fast but should be EVEN FASTER!!!
2024-05-01 16:06:46 +02:00
73f178462f
fix(web): better activity line, dates, icons
2024-04-23 03:31:42 +02:00
a51a70da0a
fix(web): img max width, slim activity header
2024-04-22 03:31:51 +02:00
abed664f0a
feat(web): better timeline, idk
...
cant think read the diff bad day
2024-04-21 18:56:25 +02:00
63bde2b5e0
feat(web): better activity/object display, refactor
2024-04-21 17:43:56 +02:00