964b45e50b
feat(web): per-user timeline, proper scrollboxes
2024-04-16 08:02:03 +02:00
5de3e6622f
fix(web): show summary row only if present
...
quite jank way to do it but im tired
2024-04-16 07:51:22 +02:00
764f810ff9
feat(web): show posts inline, better activity ui
2024-04-16 07:34:16 +02:00
3fde41eb97
feat(web): optimized fetching more
2024-04-16 06:42:16 +02:00
1e6d11b5dc
chore(web): component for tl nav
2024-04-16 06:42:02 +02:00
f8b135d242
feat: reworked timelines to be persistent
...
a lot of work on uris, fetching, concurrency and caching. now timelines
persist and should behave appropriately with your logins! there are
still some weird edge cases but all around i think it's pretty solid and
also quite nice!!
2024-04-16 06:34:50 +02:00
0d2c279f93
docs(web): documented web_uri and api_uri
2024-04-15 23:11:52 +02:00
920ef598f5
fix(web): proper caching of users
2024-04-15 23:11:36 +02:00
1cf170c16a
feat(web): get my username from login
2024-04-15 22:32:05 +02:00
3cf401467e
feat: login tells you who you are
2024-04-15 22:29:55 +02:00
2dabd308cc
fix: oops broke fetch uris, fixed
2024-04-15 22:20:33 +02:00
d5a83a5c7c
fix: attempt to select only one addressing
2024-04-15 22:10:49 +02:00
c28b5fd49c
feat(web): object page and some initial routing
2024-04-15 22:03:32 +02:00
ee26596568
feat: allow to resolve local views of remote things
...
basically any id prefixed with + will be:
* prefixed with 'https://'
* have all '@' replaced with '/'
* not be normalized with local domain patterns
thus allowing to look up kind of any url in our db
this is kinda reinventing the wheel, but i really don't want to have
local-only ids and would much rather have a local-only way to display
them, because at least everyone can understand it and look up anything
remote easily
2024-04-15 21:36:31 +02:00
f1ff946245
fix: also store public addrs for remote activities
...
oopsss thank you @prefetcher
2024-04-15 21:29:30 +02:00
cf7322dabb
fix: title is also link
2024-04-15 18:22:16 +02:00
eb99317e4a
feat: bigger main column
2024-04-15 17:54:39 +02:00
5f46de0fc9
feat: show post box only after login
2024-04-15 17:54:28 +02:00
f733d42af7
feat: fallback view in router
2024-04-15 17:53:54 +02:00
22f5ccf886
fix: add redirect for dev builds
2024-04-15 17:12:06 +02:00
e1176c7ec1
feat: global users cache for faster resolution
...
not the fanciest way to do it (with lazy_static) but whatevs it works
2024-04-15 05:28:23 +02:00
268265e34a
feat: routing under /web, scroll only tl
2024-04-15 05:00:23 +02:00
639a982bd0
feat: stupid simple routing to view users
2024-04-15 03:38:16 +02:00
3808d09976
feat: error boundary for fetching
2024-04-15 03:03:01 +02:00
a5454af7a3
chore: skeleton routes for likes&co and context
2024-04-15 01:56:54 +02:00
acda0768d2
feat: added leptos-router, picker inside timeline
2024-04-15 01:56:33 +02:00
8ce4803db1
ci: fix trunk compile jobs (must use env var)
2024-04-14 17:35:41 +02:00
473cf641fb
ci: proper way of passing job limit to trunk
2024-04-14 17:28:08 +02:00
c948bfb888
chore: gitignored trunk dist
2024-04-14 17:23:48 +02:00
c8267afb5f
ci: limit parallelism
2024-04-14 17:23:40 +02:00
e51aff88be
feat: meta tags and responsive for mobile
2024-04-14 17:14:00 +02:00
586f8d3f97
chore: unused imports
2024-04-14 16:57:36 +02:00
4978b8ca57
ci: also rebuild web frontend
2024-04-14 16:57:21 +02:00
ebdf73555b
ci: don't eat all threads
2024-04-14 16:52:44 +02:00
b0f9089ca1
docs: updated roadmap a little
2024-04-14 16:49:48 +02:00
fd98864606
chore: some work on mastodon statuses route
2024-04-14 16:49:38 +02:00
b1b0aee2f9
feat: process some Undo activities, small refactor
2024-04-14 16:47:36 +02:00
b99ca9fa7e
feat: ignore deletions for GONE users
...
mastodon is quite spammy omg
2024-04-14 16:05:44 +02:00
919d7167fc
docs: mention we wanna support many frontends
2024-04-14 07:44:56 +02:00
6660cda72e
fix: screenshot above isn't as fancy as i hoped
2024-04-14 07:43:35 +02:00
83b1ce413a
docs: fancier readme
2024-04-14 07:40:25 +02:00
acf783bd9f
feat(web): added simple leptos frontend
2024-04-14 06:46:23 +02:00
19598aaffd
fix: order
...
was it just me being silly displaying it??? lol
2024-04-14 06:43:21 +02:00
8a14600311
fix: proper addressing creation for likes
2024-04-14 05:53:36 +02:00
b11da7f3c0
fix: oops i mixed up some fields
2024-04-14 03:48:37 +02:00
a735e16f73
fix: image and icon live under url
2024-04-14 03:39:52 +02:00
8b10bde544
feat: more consistent way to view remote users
2024-04-14 02:36:59 +02:00
6613f337ce
feat: cors and tracing layers
2024-04-13 22:31:46 +02:00
85375ba1fb
fix(apb): added Service actor type
...
forgot about bots! :(
2024-04-13 22:20:29 +02:00
4d44688564
feat: dump json to stdout after fetching
2024-04-13 22:17:35 +02:00