Commit graph

3883 commits

Author SHA1 Message Date
marcin mikołajczak
631c94f771 Merge branch 'links-a11y' into 'develop'
Prefer accessible links

See merge request soapbox-pub/soapbox!2648
2023-08-27 22:34:22 +00:00
marcin mikołajczak
eafb6d318a Merge branch 'events' into 'develop'
Improve event information display

See merge request soapbox-pub/soapbox!2645
2023-08-27 22:06:19 +00:00
Alex Gleason
1011be5333
Nostr: sign events with NIP-46 2023-08-27 10:22:56 -05:00
14e2e07305 Prefer accessible links
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-25 23:19:56 +02:00
d391193a03 Make all profile badges translatable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-25 22:43:21 +02:00
8bd8e60d4a Add keys to fragments
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-20 21:53:03 +02:00
29c9098a91 Improve event information display
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-20 14:51:23 +02:00
marcin mikołajczak
6af776f289 Merge branch 'events' into 'develop'
Add missing margin-bottom to events list heading

See merge request soapbox-pub/soapbox!2641
2023-08-14 21:09:02 +00:00
95829aa289 Add margin-bottom to events list heading
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-14 22:37:42 +02:00
oakes
c384aa6db2 Pass id to useEffect so it runs when id changes 2023-08-02 15:38:50 -04:00
9959b148f0 Use account selector in Search input
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-30 15:45:15 +02:00
Alex Gleason
c6c7f7eb2f
Fix aspect ratio of avatars in audio player
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1345
2023-07-24 14:50:13 -05:00
b5dd668609 Improve focus handlding and focused state styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-23 19:27:11 +02:00
Alex Gleason
53c8858fa6
Add useHashtagStream hook, clean up hashtags timeline (remove unused code for fetching multiple hashtags) 2023-07-22 14:41:50 -05:00
Alex Gleason
4a4a2d1a87
Add useGroupStream hook 2023-07-22 14:06:15 -05:00
Alex Gleason
811a9af670
Add useListStream hook 2023-07-22 14:03:00 -05:00
Alex Gleason
4090d6ab51
Add useDirectStream hook 2023-07-22 14:00:00 -05:00
Alex Gleason
9b1352f0ad
Add useRemoteStream hook 2023-07-22 13:16:01 -05:00
Alex Gleason
d99e266008
Add usePublicStream hook 2023-07-22 13:09:45 -05:00
Alex Gleason
3cef200a44
Add useCommunityStream hook, refresh socket when timelineId or path changes 2023-07-22 13:05:41 -05:00
Alex Gleason
77f0f4d377
Add Streaming hooks 2023-07-22 12:49:02 -05:00
marcin mikołajczak
e6dcf3557a Merge branch 'develop' into 'preserve-spoilers'
# Conflicts:
#   app/soapbox/actions/compose.ts
2023-07-21 22:09:37 +00:00
Alex Gleason
40af1d91a4
suggest and verify by account IDs, simplify hooks 2023-07-21 12:59:31 -05:00
Alex Gleason
d0a97c8c52
Export admin API hooks from an index.ts 2023-07-21 12:49:54 -05:00
Alex Gleason
99e8f6912d
Add useVerify hook 2023-07-21 12:48:47 -05:00
Alex Gleason
31e5f860d9
Add useSuggest hook
https://gitlab.com/soapbox-pub/soapbox/-/issues/1483
2023-07-21 12:36:02 -05:00
Alex Gleason
c014b84a2b
Comment out failing feed-carousel test 2023-07-20 16:41:45 -05:00
Alex Gleason
709b985ab0
Remove intermittently failing test 2023-07-20 16:26:54 -05:00
Alex Gleason
90664dd5c6
Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
74155432cd Add option to preserve spoilers text when replying
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-19 00:34:06 +02:00
d01f86af22 Make Compose hotkey open Compose modal when required
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-18 01:08:06 +02:00
Alex Gleason
36083fe1b8 Merge branch 'fix-scheduled-posts' into 'develop'
Fix scheduled posts

Closes #1445

See merge request soapbox-pub/soapbox!2606
2023-07-17 16:13:00 +00:00
Alex Gleason
04659a74a4 Merge branch 'truncate-bio' into 'develop'
ProfileInfoPanel: truncate bio

Closes #1456

See merge request soapbox-pub/soapbox!2598
2023-07-17 15:21:34 +00:00
Alex Gleason
6b8be7af3c
Fix scheduled posts
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1445
2023-07-17 10:19:27 -05:00
Alex Gleason
f456cb4086
Fix account.url tests 2023-07-15 21:07:48 -05:00
13cd0b726e Add AvatarStack component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-10 12:43:18 +02:00
Alex Gleason
8da8f18a45
ProfileInfoPanel: truncate bio
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1456
2023-07-06 12:21:52 -05:00
Alex Gleason
6f83b7748e
Merge remote-tracking branch 'origin/develop' into redirect-unauth 2023-07-06 11:10:34 -05:00
7c38f751f2 Fix HeaderPicker/AvatarPicker for missing images
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-06 13:22:15 +02:00
a9db41de89 Use AvatarPicker/HeaderPicker on Edit Profile page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-05 21:39:50 +02:00
marcin mikołajczak
aca9c51924 Merge branch 'media-modal-focus-status' into 'develop'
Focus the correct status in media modal

See merge request soapbox-pub/soapbox!2592
2023-07-03 20:33:02 +00:00
bf6bf879a0 Move GlobalHotkeys back to features/ui for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-03 13:53:41 +02:00
55b1f9be67 Focus the correct status in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-03 13:39:11 +02:00
marcin mikołajczak
42e9d31a3e Merge branch 'hotkeys-statuses' into 'develop'
Fix hotkey navigation in media modal

See merge request soapbox-pub/soapbox!2589
2023-07-02 21:27:10 +00:00
32c8a94267 Move Hotkeys to a new component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 22:39:10 +02:00
702d8a843e Show year for older chat messages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 22:30:23 +02:00
b0bdb78543 Fix hotkey navigation in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 18:41:39 +02:00
8646aa5572 Add Followed hashtags page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 13:54:02 +02:00
Alex Gleason
b8c42c9371
Fix edit profile
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1451
2023-06-30 11:52:37 -05:00
Alex Gleason
bcac58b9c3
Redirect to login when groups or accounts 403 2023-06-29 15:10:45 -05:00