Commit graph

18 commits

Author SHA1 Message Date
35d19fbde0
fix(web): typo 2024-07-15 01:06:44 +02:00
f26d537114
feat(web): added a simple RE tag for quotes
not great but better than nothing
2024-07-15 00:50:31 +02:00
63cfa7c2c8
fix(web): oops need top spacing too 2024-07-06 05:32:30 +02:00
05738cccf7
feat(web): better audience tag (well sorta) 2024-07-06 05:17:30 +02:00
a901ae7656
fix(web): little spacing between posts 2024-07-06 04:37:09 +02:00
2b4fb3bd62
fix(apb): actually link href is not guaranteed 2024-07-06 04:25:06 +02:00
c3e319d5a9
fix(web): iter nodes and links not objects 2024-07-06 04:09:35 +02:00
268b90af58
fix(web): show tags even in replies
it's a bit annoying in lemmy threads because every reply has audience
tag but we cant assume every post will have it, so its still interesting
to show (for example, to distinguish replies from mastodon which may not
get broadcasted)
2024-07-06 03:48:04 +02:00
f4f6bfc8d2
fix(web): give up on parsing inline mentions
just add trailing tags just for hashtags, whatever...
2024-07-06 03:45:02 +02:00
b2d23b7c4c
fix(web): multiple mentions should not nest 2024-07-04 04:42:34 +02:00
c173064627
fix(web): small posts shouldn't break or overflow 2024-07-04 04:17:48 +02:00
46873b2f4c
fix(web): better wrapping 2024-07-04 03:43:58 +02:00
f97845d81e
chore(web): imports 2024-07-04 03:21:11 +02:00
0e3d97ae97
feat(web): show hastag badges on posts 2024-07-04 02:36:31 +02:00
5e7b2354e2
feat(web): better layout for lemmy posts
image on the side that expands on click, text that "reflows" under the
image, attachments don't overflow etc. also mentions. also refactored a
bit. since i refactored its hard to split these 3 changes so have one
big commit aha
2024-07-04 02:14:50 +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
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