Commit graph

328 commits

Author SHA1 Message Date
8284130890
feat(uriproxy)!: renamed fns, added expand fn 2024-06-07 06:15:38 +02:00
afa5bd45d0
feat(web): better tags, fix reply filtering 2024-06-07 05:47:51 +02:00
be46c5ed7c
fix(web): oops 2024-06-07 05:30:39 +02:00
4d2906bf78
feat(web): refresh token every hour, small refactor 2024-06-07 05:26:22 +02:00
ad7c643762
fix(web): leptos warnings 2024-06-07 05:03:12 +02:00
116c8fe6b0
fix(web): oof mixed up reply id and object id 2024-06-07 05:02:53 +02:00
e783ca2276
fix(web): replies filtering now should catch all cases 2024-06-07 02:16:38 +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
86a45d6082
fix(web): items are responsive to filters changes
is this excessive? having everything in a closure...
2024-06-06 21:46:47 +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
6469dbe85e feat(web): filter updated, more readable filter code 2024-05-31 15:54:22 +02:00
5b592874cb
chore: BIG refactor into smaller crates
hopefully this makes lsp more responsive? because it wont need to
recompile everything every time, but idk really
2024-05-31 04:07:39 +02:00
8c91b6c87a
feat!: merge branch 'betterdb' into dev
reworked and improved db structure, more reliable inbox processing
2024-05-31 01:57:21 +02:00
17c1765295
fix(web): refresh user and thread tl on url change 2024-05-30 22:58:31 +02:00
31d536d3d5
fix(web): oops public posts get sent to followers 2024-05-29 22:38:37 +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
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
32ce9391a4
fix(web): preload even on first load, stop if over 2024-05-29 18:06:47 +02:00
40dc245680
feat(web): show activity ids too 2024-05-29 18:06:34 +02:00
4bb0b6b4da
fix(web): don't redraw router when logging in 2024-05-29 18:04:47 +02:00
91316c99af
fix(web): preload local, preload if logged out 2024-05-29 18:04:27 +02:00
1cc41cced3
fix(web): force replies display in thread view 2024-05-29 05:34:51 +02:00
3e7d6adeb8
feat(web): added local timeline 2024-05-29 04:47:26 +02:00
6397647511
fix(web): only load tl after refresh
also improved tl.more()
2024-05-27 16:50:42 +02:00
399fdecee7
fix(web): only refresh if logged in 2024-05-27 07:37:46 +02:00
dfbac324f5
feat(web): try to refresh credentials login upon start 2024-05-27 07:36:38 +02:00
a3fe45d36b
fix: more rebrandinggg 2024-05-27 06:54:57 +02:00
2ee3bf67f6
fix(web): oops really need to make this configurable 2024-05-27 06:53:06 +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
d59f48aa1d
fix(web): maybe fix initial infiniscroll when short 2024-05-25 07:03:38 +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
b9a25bc3d7
feat(web): mentions, dynamically resolved and shown 2024-05-23 16:41:45 +02:00
b700e06d10
feat(web): webfinger cache 2024-05-23 16:16:42 +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
cd67863a47
fix(web): tracing in web too 2024-05-23 05:53:05 +02:00
9b64503c02
feat(web): infinite scroll (optional) in timelines 2024-05-23 05:52:37 +02:00
c2f4f24586
fix(web): preallocate space for dots 2024-05-23 04:16:09 +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
a536655396
fix(web): better addressing and mention on reply 2024-05-23 02:30:42 +02:00
a2812ebf15
fix(web): controls below searchbar, not at side 2024-05-23 01:45:34 +02:00
c19cc19a90
fix(web): update on cached toggled, tweak strings 2024-05-23 01:26:38 +02:00
61fce5c9c6
feat(web): better debug, plain, link and copy 2024-05-23 01:05:59 +02:00
dd16279003
feat(web): very improved debug page 2024-05-22 23:54:00 +02:00
e1ef98f763
chore(web): leftovers 2024-05-21 15:28:48 +02:00
ff966a8a0e
fix(web): temporarily hardcode abuse email just in case 2024-05-21 15:28:22 +02:00
22ad304417
fix(web): better footer 2024-05-21 15:25:47 +02:00
1a236589ed
fix(web): short uri helper logic 2024-05-20 08:45:41 +02:00
bf86e44b00
feat(web): allow customizing accent color 2024-05-20 08:18:15 +02:00
b8e03fe3c5
fix(apb): double 2024-05-20 07:53:07 +02:00
a3a8b9e8c0
fix(web): oops 2024-05-20 07:50:36 +02:00
20c17da207
fix(web): use css vars for easy theming 2024-05-20 07:49:00 +02:00
aca757a266
fix(web): /dbg is now /proxy 2024-05-20 07:19:00 +02:00
f9e021a37a
fix: undo previous, add replace ~ and use uriproxy 2024-05-20 06:59:16 +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
9efdc36042
fix(web): enable litepub feature to show reacts
also include them in likes filter
2024-05-14 19:06:24 +02:00
d6bafb8518
feat(web): nicer register page (but still broken) 2024-05-14 04:09:25 +02:00
4d7f99dfaa
chore(web): restructured project a little
less messy i think
2024-05-13 19:13:40 +02:00
c0cebcca96
feat(web): better document view 2024-05-13 18:05:48 +02:00
6841691910
fix(web): limit all images max width 2024-05-13 17:18:31 +02:00
b904883e15
feat(web): show articles without borders 2024-05-13 17:18:16 +02:00
a4ba93c5d0
fix(web): lock avatar size in tl 2024-05-13 17:11:07 +02:00
5dc2674955
fix(web): descr for server tl, title for home tl 2024-05-13 17:10:46 +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
aba8c14cf4
chore(web): remove "wip by alemi" 2024-05-13 04:52:08 +02:00
634fc2c7c1
fix(web): breadcrumb on 404, field placeholders 2024-05-13 04:03:29 +02:00
78d6f425e3
fix(web): textarea font size
why is it 10 here but 11 elsewhere yet same size???
2024-05-13 04:03:03 +02:00
eaf780efb3
feat(web): mock register page
doesnt work yet but its a work in progress
2024-05-13 04:02:43 +02:00
672ff178c7
chore(web): more info on about page 2024-05-13 03:04:50 +02:00
6bb9ee9570
fix(web): search bar is now a form: enter to submit 2024-05-13 02:53:45 +02:00
8ef6dca52b
fix(web): better spacing for search 2024-05-13 02:53:34 +02:00
917ea19147
fix(web): better menu 2024-05-13 01:22:12 +02:00
13b882d141
fix(web): use external url of objects if provided 2024-05-13 01:21:47 +02:00
8f91b91ebe
fix(web): invert navigator and login, fix r padding 2024-05-13 01:21:20 +02:00
01beeeca5c
fix(web): better config page, debug under config 2024-05-13 01:20:48 +02:00
26f94cb0de
fix(web): also cache user when viewing object
not the cleanest way to do it but eh works
2024-05-12 02:44:27 +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
c068822b3c
feat(web): added simple config page with filters 2024-05-12 00:11:54 +02:00
ef97000c23
fix(web): blockquotes are different than tl ones 2024-05-11 22:06:02 +02:00
99d613a1e8
fix(web): more consistent object rendering 2024-05-11 21:49:55 +02:00
a60b5774a1
fix(web): for sensitive video dont preload source 2024-05-11 21:01:16 +02:00
1d19b8c2a6
feat(web): debug fetch shows error text from remote 2024-05-11 17:58:01 +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
3ed82a7192
fix(web): indentation line for activities too 2024-05-08 02:46:26 +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
a16b20f6fa
chore(web): get_untracked when needed 2024-05-03 03:55:26 +02:00
11557f5616
fix(web): better spacing for actor and context guide 2024-05-03 03:19:14 +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
539f3fe6ac
fix(web): text too dark ew 2024-05-03 00:52:44 +02:00
505bdfa234
fix(web): dont include summary if empty 2024-05-02 16:20:41 +02:00
fc206cc715
fix(web): oops don't send back accept to self 2024-05-02 14:51:48 +02:00
34ebd9628b
feat(web): proper posts parsing!!! 2024-05-02 14:21:42 +02:00
95ad0d92b7
fix(web): smaller textarea font size 2024-05-02 12:47:48 +02:00
0b07979244
feat(web): thread guides 2024-05-02 03:25:59 +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
b2717223b3
feat(web): add accept/reject buttons under folreqs
they never disappear so there's quite some potential for spam but ehh
better than nothing for now
2024-05-02 02:08:34 +02:00
b6cac77bf2
fix(web): prefetch users when as object, fix links 2024-05-02 02:07:54 +02:00
4f477fd072
fix(web)!: store full user id in auth 2024-05-02 02:07:11 +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
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
a3d649d17b
chore(web): more wildcard imports for components 2024-05-01 16:46:36 +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
102414e1a3
chore(web): separated ActorStrip component 2024-05-01 16:45:27 +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
85d0a9e69d
fix(web): smooth scroll to top 2024-04-30 15:26:27 +02:00
6b44f9b084
fix(web): followers/following/statuses counts 2024-04-30 04:31:17 +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
f6ba30a43f
feat(web): show when tl is loading, disable btn 2024-04-29 03:26:45 +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
08b53bf416
fix: also hide more button in thread view 2024-04-25 03:20:54 +02:00
1a3cc5e2ff
fix(web): don't insert activities already seen
this happens because we're paginating with just an offset, meaning that
when new activities get inserted that offset "gets shifted forward" and
we receive again some activities we saw already. this should get fixed
for good on the backend, but for now discarding them here makes it
usable
2024-04-24 05:48:41 +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
d71510595d
fix(web): don't embed all activities
only create and announce, also show actor for follows
2024-04-24 04:50:17 +02:00
66f36ce71b
fix(web): show stray objects too 2024-04-24 04:07:45 +02:00
e9c765b555
feat(web): remove more button when tl is over 2024-04-23 23:37:39 +02:00
8969780b29
feat(web): added CWs, better images 2024-04-23 23:28:19 +02:00
1741837bd0
fix(web): prefetch also users from attributed_to 2024-04-23 17:35:03 +02:00
83b545649f
fix(web): dont use two object_id fields 2024-04-23 03:59:12 +02:00
7c5b3fca1f
fix(web): input spacings, allow setting obj id
because even when posting embedded objects we may be doing an update
2024-04-23 03:46:14 +02:00
73f178462f
fix(web): better activity line, dates, icons 2024-04-23 03:31:42 +02:00