1d19b8c2a6
feat(web): debug fetch shows error text from remote
2024-05-11 17:58:01 +02:00
dd0c354aed
chore(web): retabbed
2024-05-03 06:14:55 +02:00
188dd7ee81
feat(web): bad search bar and page
2024-05-03 06:14:46 +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
f4c74addd6
fix(web): center align bios
2024-05-03 01:00:48 +02:00
1182cb589f
feat(web): fallback avatar url
2024-05-03 01:00:37 +02:00
dc5d9a32d4
fix(web): don't overdo it with blockquotes
2024-05-03 00:52:56 +02:00
34ebd9628b
feat(web): proper posts parsing!!!
2024-05-02 14:21:42 +02:00
f833875c65
chore(web): imports
2024-05-02 02:58:06 +02:00
8f4c1a6313
fix(web): hide follow btns if my id or logged out
2024-05-02 02:29:29 +02:00
0435c779c5
fix(web): updated apb fields
2024-05-02 00:59:47 +02:00
693687dce2
feat(web): show follow button when not following
2024-05-01 18:24:32 +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
6b44f9b084
fix(web): followers/following/statuses counts
2024-04-30 04:31:17 +02:00
460f801136
fix(web): slightly better spacings for mobile
2024-04-22 03:45:30 +02:00
870e46ba31
feat(web): error pages have direct link to debug
2024-04-22 02:48:33 +02:00
5a8887c690
feat(web): links to debug user and obj pages
2024-04-22 02:32:09 +02:00
1171d4cd06
feat: show attachments, initial work on threads
2024-04-22 01:01:20 +02:00
41b9ee4044
feat(web): use forms for login and dbg
2024-04-21 23:41:30 +02:00
cff4c827ca
feat(web): AP debug page to see remote objects
2024-04-21 19:37:20 +02:00
abed664f0a
feat(web): better timeline, idk
...
cant think read the diff bad day
2024-04-21 18:56:25 +02:00
6edda7236e
feat(web): basic context view for posts
2024-04-19 06:59:34 +02:00
fc2a62239b
feat(web): user timeline persists too
...
it will reset every time you view another user, but at least won't reset
if you go into a thread and then back to your user
2024-04-19 06:58:54 +02:00
d10376529e
fix(web): show statuses count
2024-04-18 05:31:04 +02:00
59ebee71a8
feat(web): individual views will request fetches
2024-04-18 05:00:44 +02:00
60cf700b95
feat(web): completely overhauled user profile page
2024-04-18 03:34:41 +02:00
17d746071b
fix(web): scroll to top, refactor, title url, about
2024-04-17 23:07:56 +02:00
75db004a20
chore(web): refactor
...
very much past due time...
2024-04-17 22:07:47 +02:00