5e32959c61
feat(web): replies filter changes urls
...
pretty ugly way to do this but ehh im going to refactor this anyway
soon™️
2024-11-09 13:32:53 +01:00
0efe1a3301
fix(web): ignore filters for search results
2024-08-11 15:30:46 +02:00
c7139fa39e
fix(web): signal::derive to update tags list
2024-08-11 15:28:52 +02:00
a0394ca94e
fix(web): show hashtags in compressable list
2024-08-11 15:25:15 +02:00
a4e807fc3b
feat(web): compressable results for text search too
2024-08-11 15:23:21 +02:00
01de917bdb
fix(web): properly process and display search results
2024-08-11 15:21:25 +02:00
86b0569cd2
feat(web): add hashtags link in search
2024-08-11 15:14:12 +02:00
89b2b598f4
feat(web): jank search page
...
should actually store the results in cache and do the same thing i do
for timelines... oh well!
2024-08-11 14:57:41 +02:00
2cbf7aff9f
fix: ap proxy is now on /fetch?uri=...
...
to avoid nginx proxy conflicts
2024-07-16 02:07:58 +02:00
9714b002e7
fix(web): hide infinite scroll setting
...
it doesnt do anything for now, maybe will come back later
2024-07-06 05:10:51 +02:00
b23a85aca2
fix(web): tell that user may need to be approved
2024-07-03 06:07:54 +02:00
9c47a15ca6
feat(web): allow hiding deletes (default on)
2024-07-03 06:02:39 +02:00
29d783ffd5
chore(web): moved caches under cache:: scope
2024-07-03 03:21:11 +02:00
8f65740c14
fix(web): email not needed, show register feedback
2024-06-24 02:53:20 +02:00
523cb8b90f
fix(web): registration page should work now
2024-06-23 17:12:52 +02:00
9785b9856c
fix(web): profile update form correctly creates obj
2024-06-19 17:55:19 +02:00
85c739d6b7
fix(web): devtools moved
2024-06-12 15:26:41 +02:00
014da01982
chore(web): warns
2024-06-12 15:21:10 +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
0fec18582d
feat(web): rework actors page
2024-06-10 21:44:28 +02:00
7badc1eab5
feat(web): add super simple page to edit profile
...
it seems to work but backend doesnt apply update... what??
2024-06-10 06:44:47 +02:00
e7acc420f1
fix(web): move devtools link in footer
2024-06-10 05:24:49 +02:00
81d8ee9cdf
feat(web): followers/following pages on actors
2024-06-10 04:45:17 +02:00
f75f0cc209
feat(web): followers/following pages
2024-06-10 03:14:56 +02:00
d275ce7f04
feat(web): better timelines, add use obj, add notifs
2024-06-08 03:39:38 +02:00
43aea48816
feat: proxy should work for anything, more options
2024-06-07 06:20:25 +02:00
ad7c643762
fix(web): leptos warnings
2024-06-07 05:03:12 +02:00
a7bcea7653
feat(web): added audience badge
2024-06-06 21:47:23 +02:00
da68423a47
fix(web): no fetch query for context
2024-06-06 16:54:09 +02:00
e63433b77b
fix: context is now under /objects/{id}/context
...
just like /objects/{id}/replies, makes easier composing urls, and also
more correct: context is not something we serve, but instead some
reference associated to objects
2024-06-06 16:41:39 +02:00
677cab1871
fix(web): thread page uses obj context, not id
2024-06-06 16:23:02 +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
a3a1338c28
fix(web): clippy stop being annoying
2024-05-31 19:08:44 +02:00
ea595b39a7
fix(web): option to toggle on/off update filtering
2024-05-31 18:50:10 +02:00
17c1765295
fix(web): refresh user and thread tl on url change
2024-05-30 22:58:31 +02:00
7019671f93
fix(web): user page responds to url again
2024-05-29 22:14:15 +02:00
69cff08b5b
fix(uriproxy): users -> actors
2024-05-29 21:36:55 +02:00
6397647511
fix(web): only load tl after refresh
...
also improved tl.more()
2024-05-27 16:50:42 +02:00
fea7c1ecdf
fix: no more errors! no more warnings!!
...
finished upgrading inbox to new schema, there's ton of space for
improvement but lets first see if it works
2024-05-27 05:38:51 +02:00
2442872b5f
fix(web): break <br> too
2024-05-23 23:09:11 +02:00
892637db04
feat(web): allow filtering replies
2024-05-23 22:35:34 +02:00
06413322a3
fix(web): get_untracked for config color
2024-05-23 16:16:12 +02:00
a899c48127
fix(web): clear errored status on cached fetch too
2024-05-23 16:15:39 +02:00
a194aaaa35
fix(web): avatar css, centered devtools link
2024-05-23 15:07:59 +02:00
9b64503c02
feat(web): infinite scroll (optional) in timelines
2024-05-23 05:52:37 +02:00
90ae05c5d1
feat(web): loading blinking dots
2024-05-23 04:07:43 +02:00
467cf3c92c
feat(web): better debug error displays
2024-05-23 03:37:50 +02:00
f10b6974f4
fix(web): plain -> raw
2024-05-23 02:32:52 +02:00
a2812ebf15
fix(web): controls below searchbar, not at side
2024-05-23 01:45:34 +02:00