Commit graph

43 commits

Author SHA1 Message Date
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
8d42734e77
fix(web): add warning about groups relaying 2024-06-10 01:46:24 +02:00
afa5bd45d0
feat(web): better tags, fix reply filtering 2024-06-07 05:47:51 +02:00
dfbce8aa38
fix(web): ! looks like error, use ~ for groups 2024-06-07 00:30:32 +02:00
9301d6646a
fix(apb): @ for mentions, use ! for audiences 2024-06-06 21:48:24 +02:00
a7bcea7653
feat(web): added audience badge 2024-06-06 21:47:23 +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
b72851fbfe
chore!: /users/ -> /actors/
sorry! this will break federation but better sooner than later,
everything is called following its AP name except users??? had to be
changed eventually
2024-05-29 20:51:30 +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
c0cebcca96
feat(web): better document view 2024-05-13 18:05:48 +02:00
b904883e15
feat(web): show articles without borders 2024-05-13 17:18:16 +02:00
0badc71c92
fix(web): attachments without media type show if img
nobody uses the type field and just mark everything as Document ughhh
and so those who mark image as Image and avoid a media_type because the
browser doesnt really need it get displayed as links, so added an ugly
special case
2024-05-13 17:09:35 +02:00
13b882d141
fix(web): use external url of objects if provided 2024-05-13 01:21:47 +02:00
987c450312
fix(web): proper sizing of attachments 2024-05-12 01:20:55 +02:00
b9f512a988
fix(web): better view for lemmy objects 2024-05-12 00:52:27 +02:00
227e9c625b
feat(web): filter timelines, loop videos, open cws 2024-05-12 00:12:07 +02:00
a60b5774a1
fix(web): for sensitive video dont preload source 2024-05-11 21:01:16 +02:00
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
11557f5616
fix(web): better spacing for actor and context guide 2024-05-03 03:19:14 +02:00
34ebd9628b
feat(web): proper posts parsing!!! 2024-05-02 14:21:42 +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
f483ea14b4
feat(web): added reply button
not the best way to do it but it works!
2024-05-01 16:46:19 +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
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
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
8969780b29
feat(web): added CWs, better images 2024-04-23 23:28:19 +02:00
73f178462f
fix(web): better activity line, dates, icons 2024-04-23 03:31:42 +02:00
ecaecd3b65
fix(web): show all activities in thread, alt texts 2024-04-22 02:10:27 +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
63bde2b5e0
feat(web): better activity/object display, refactor 2024-04-21 17:43:56 +02:00