6dd140a413
fix(web): big, padded table for pages
2024-05-08 02:49:26 +02:00
c97e5406ef
feat(web): show more kind of objects
2024-05-08 02:46:47 +02:00
3ed82a7192
fix(web): indentation line for activities too
2024-05-08 02:46:26 +02:00
f8473a5ce1
feat(web): refresh button for context and user
...
i really dont like this tho it shifts the breadcrumb a lot and its weird
that it appears also implemented kinda jankily idkkkk
2024-05-03 04:52:49 +02:00
a16b20f6fa
chore(web): get_untracked when needed
2024-05-03 03:55:26 +02:00
11557f5616
fix(web): better spacing for actor and context guide
2024-05-03 03:19:14 +02:00
1182cb589f
feat(web): fallback avatar url
2024-05-03 01:00:37 +02:00
fc206cc715
fix(web): oops don't send back accept to self
2024-05-02 14:51:48 +02:00
34ebd9628b
feat(web): proper posts parsing!!!
2024-05-02 14:21:42 +02:00
0b07979244
feat(web): thread guides
2024-05-02 03:25:59 +02:00
f833875c65
chore(web): imports
2024-05-02 02:58:06 +02:00
b2717223b3
feat(web): add accept/reject buttons under folreqs
...
they never disappear so there's quite some potential for spam but ehh
better than nothing for now
2024-05-02 02:08:34 +02:00
b6cac77bf2
fix(web): prefetch users when as object, fix links
2024-05-02 02:07:54 +02:00
0435c779c5
fix(web): updated apb fields
2024-05-02 00:59:47 +02:00
62b426acc1
feat(web): combine token and username in auth ctx
2024-05-01 18:24:27 +02:00
d1760f2637
fix(web): buttons are not reactive until logged in
2024-05-01 16:55:02 +02:00
c059f664ac
fix(web): CWs are always closed
...
should do a frontend config option eventually, rather than using
`sensitive` to decide
2024-05-01 16:46:51 +02:00
a3d649d17b
chore(web): more wildcard imports for components
2024-05-01 16:46:36 +02:00
f483ea14b4
feat(web): added reply button
...
not the best way to do it but it works!
2024-05-01 16:46:19 +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
be1c379477
feat(web): repost button, fixed like button to/cc
2024-04-30 04:29:14 +02:00
2c302b4fbf
feat(web): like button (without undo)
2024-04-30 02:09:23 +02:00
394c7a487b
fix(web): centered CW text
2024-04-29 22:01:49 +02:00
ee6120190d
feat(web): show replies/likes/shares counters
...
soon to be buttons!
2024-04-29 21:02:13 +02:00
f6ba30a43f
feat(web): show when tl is loading, disable btn
2024-04-29 03:26:45 +02:00
a664a0372f
fix(web): video max sizing, cursor
2024-04-29 02:42:59 +02:00
9faae6f627
feat(web): show audio, video and generic attachments
...
not only images anymore!!!
2024-04-29 02:33:21 +02:00
08b53bf416
fix: also hide more button in thread view
2024-04-25 03:20:54 +02:00
1a3cc5e2ff
fix(web): don't insert activities already seen
...
this happens because we're paginating with just an offset, meaning that
when new activities get inserted that offset "gets shifted forward" and
we receive again some activities we saw already. this should get fixed
for good on the backend, but for now discarding them here makes it
usable
2024-04-24 05:48:41 +02:00
6c92328b8d
feat(web): hide sensitive posts, add posting option
2024-04-24 05:38:09 +02:00
7617170206
feat(web): expandable images
...
is it sustainable to create a signal for each image? we'll find out!
2024-04-24 04:58:46 +02:00
1ce364276b
fix(web): attachment padding
2024-04-24 04:50:50 +02:00
d71510595d
fix(web): don't embed all activities
...
only create and announce, also show actor for follows
2024-04-24 04:50:17 +02:00
66f36ce71b
fix(web): show stray objects too
2024-04-24 04:07:45 +02:00
e9c765b555
feat(web): remove more button when tl is over
2024-04-23 23:37:39 +02:00
8969780b29
feat(web): added CWs, better images
2024-04-23 23:28:19 +02:00
1741837bd0
fix(web): prefetch also users from attributed_to
2024-04-23 17:35:03 +02:00
73f178462f
fix(web): better activity line, dates, icons
2024-04-23 03:31:42 +02:00
fc4840dc5d
feat(web): more human times
2024-04-23 03:15:37 +02:00
53dcfcb993
feat(web): advanced post composer
2024-04-23 02:48:30 +02:00
b543610ed3
fix(web): object.object.id damn its late
2024-04-22 04:49:24 +02:00
64774b976d
fix(web): kinda jank way to handle activity+object
2024-04-22 04:47:26 +02:00
9c7f3f121a
fix(web): proper filtering for activity replies
2024-04-22 04:43:23 +02:00
460f801136
fix(web): slightly better spacings for mobile
2024-04-22 03:45:30 +02:00
a51a70da0a
fix(web): img max width, slim activity header
2024-04-22 03:31:51 +02:00
ecaecd3b65
fix(web): show all activities in thread, alt texts
2024-04-22 02:10:27 +02:00
4997be5a72
fix(web): thread view shows all types of objects
2024-04-22 01:44:00 +02:00
1171d4cd06
feat: show attachments, initial work on threads
2024-04-22 01:01:20 +02:00
abed664f0a
feat(web): better timeline, idk
...
cant think read the diff bad day
2024-04-21 18:56:25 +02:00