Commit graph

7469 commits

Author SHA1 Message Date
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
0e58f2b505
useAccountLookup, useGroupLookup: make lookup case insensitive
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1460
2023-07-06 11:56:27 -05:00
Alex Gleason
39eb76bc18
Fix useGroupLookup test 2023-07-06 11:14:34 -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
da42586ca5 Update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-05 21:49:56 +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
marcin mikołajczak
6337a321d5 Merge branch 'chats-date-year' into 'develop'
Show year for older chat messages

See merge request soapbox-pub/soapbox!2591
2023-07-02 21:01:37 +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
Alex Gleason
bd4ae72248
Fix "0" in place of ProfileFieldsPanel when no fields are set
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1453
2023-07-02 14:02:26 -05: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
174be975c8 Support Mastodon nightly version
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 13:18:52 +02:00
Alex Gleason
6f99396bc4
Fix profile fields panel from not showing up 2023-07-01 23:14:27 -05: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
6326eeb083
Fix mentions 2023-06-30 09:45:11 -05:00
Alex Gleason
bcac58b9c3
Redirect to login when groups or accounts 403 2023-06-29 15:10:45 -05:00
Alex Gleason
5ffaaa4c3a Merge branch 'compose-safe' into 'develop'
Make Compose reducer type-safe

See merge request soapbox-pub/soapbox!2581
2023-06-29 17:12:32 +00:00
Chewbacca
241ef58e88 Add account check 2023-06-29 10:49:37 -04:00
Chewbacca
cadff9b4ab Add test for 'usePendingGroups' 2023-06-29 10:40:15 -04:00
Chewbacca
5eef027ed0 Use new api hook for 'useGroup' 2023-06-29 10:40:15 -04:00
Chewbacca
6f2e0749b6 Refactor 'usePendingGroups' into new api hooks 2023-06-29 10:40:15 -04:00
Alex Gleason
32990fa77b
Merge remote-tracking branch 'origin/develop' into compose-safe 2023-06-28 22:29:39 -05:00
Alex Gleason
3ffc5e054d
Fix performance issue with makeGetAccount 2023-06-28 21:42:56 -05:00
Alex Gleason
de0b05d691
Make Compose reducer type-safe 2023-06-28 17:53:17 -05:00
Alex Gleason
118cbd5994
status.get('x') --> status.x 2023-06-28 16:27:25 -05:00
Alex Gleason
0c83f840fb Merge branch 'fix-follow-relationship' into 'develop'
Fix follow notifications not having relationship

Closes #1446

See merge request soapbox-pub/soapbox!2578
2023-06-28 14:56:09 +00:00
Alex Gleason
c4931d5f6f
Fix follow notifications not having relationship 2023-06-28 09:30:44 -05:00
Alex Gleason
fcae0df1f8
Fix instance favicons
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1447
2023-06-27 20:21:50 -05:00
Alex Gleason
14ad6e6fb2 Merge branch 'oakes/own-account-familiar-followers' into 'develop'
Don't show familiar followers for own account

See merge request soapbox-pub/soapbox!2575
2023-06-27 20:38:49 +00:00
oakes
2cae474547 Don't show familiar followers for own account 2023-06-27 16:05:39 -04:00
Chewbacca
e60a4b5be0 Merge branch 'group-mutes' into 'develop'
Support Group Muting

See merge request soapbox-pub/soapbox!2552
2023-06-27 19:14:11 +00:00
Alex Gleason
9eff8d1e9c Merge branch 'oakes/import-relationships' into 'develop'
Import relationships and fix familiar followers dialog

See merge request soapbox-pub/soapbox!2574
2023-06-27 18:54:45 +00:00
oakes
881e8662af Make fetchRelationships import the data into Entities.RELATIONSHIPS 2023-06-27 13:43:57 -04:00
oakes
985022f857 Fetch relationships after getting familiar followers 2023-06-27 13:42:33 -04:00
oakes
ecdbee271b Fix how familiar followers dialog is rendered 2023-06-27 13:41:05 -04:00
oakes
b8a3083e4d Show username when no display name is set 2023-06-27 12:11:44 -04:00
Chewbacca
f981eaa27e Fix type 2023-06-27 09:34:00 -04:00
Chewbacca
9e27cb06cb Ban User from status action bar 2023-06-27 09:24:29 -04:00
Chewbacca
e3fa58c0da Support Group mutes 2023-06-27 09:24:03 -04:00
Alex Gleason
e58dada03a Merge branch 'modal-scrollable-list' into 'develop'
Fix scrollable list in modals and add pagination

See merge request soapbox-pub/soapbox!2570
2023-06-27 02:52:11 +00:00
Alex Gleason
64df93f5a0
Fix status test 2023-06-26 12:41:42 -05:00
Alex Gleason
a8792f9a02
StatusActionBar: use GroupRelationship from entity store 2023-06-26 12:12:34 -05:00
Alex Gleason
e07412f872
Remove getIn calls in status and status-action-bar components 2023-06-26 11:59:01 -05:00
Alex Gleason
98cfb6fae5
Don't let status.group be a string 2023-06-26 11:50:53 -05:00
Alex Gleason
cb4477185c
Update usages of useGroupRelationships hook 2023-06-26 11:25:03 -05:00
Alex Gleason
242c6026d5
Make account hooks DRY with useAccountList 2023-06-26 11:22:02 -05:00
Alex Gleason
df4975c688
Remove unused makeGetGroup 2023-06-26 11:09:44 -05:00
Alex Gleason
a375159444
useGroupRelationships: switch to useBatchedEntities 2023-06-26 11:05:03 -05:00
Tassoman
a7e85650bf
Translated using Weblate (Italian)
Currently translated at 99.6% (1574 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
2023-06-26 06:25:19 +02:00
abidin toumi
0e95e124cc
Translated using Weblate (Arabic)
Currently translated at 99.8% (1577 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:19 +02:00
marcin mikołajczak
ce32608de4
Translated using Weblate (Polish)
Currently translated at 95.5% (1510 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-06-26 06:25:19 +02:00
jonnysemon
4b2e74905d
Translated using Weblate (Arabic)
Currently translated at 99.5% (1573 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:19 +02:00
Poesty Li
f332111a28
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1580 of 1580 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
Poesty Li
28907ca9b8
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1577 of 1577 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
marcin mikołajczak
d16a56420e
Translated using Weblate (Polish)
Currently translated at 95.9% (1513 of 1577 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-06-26 06:25:18 +02:00
Milo Ivir
0caa92f022
Translated using Weblate (Croatian)
Currently translated at 83.8% (1320 of 1575 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/hr/
2023-06-26 06:25:18 +02:00
Poesty Li
6e71a3e7aa
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1575 of 1575 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
marcin mikołajczak
fcfb87ec4c
Translated using Weblate (Polish)
Currently translated at 85.2% (1340 of 1572 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-06-26 06:25:18 +02:00
Poesty Li
53f062a90e
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1572 of 1572 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
Ahmad Dakhlallah
a9882a2daf
Translated using Weblate (Arabic)
Currently translated at 99.4% (1561 of 1570 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:18 +02:00
Poesty Li
534f6c51bb
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1570 of 1570 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-06-26 06:25:18 +02:00
Hosted Weblate
3f0ae45f8d
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2023-06-26 06:25:18 +02:00
Hosted Weblate
ddc98fe804
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2023-06-26 06:25:18 +02:00
jonnysemon
e1f9832c44
Translated using Weblate (Arabic)
Currently translated at 96.5% (1522 of 1576 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-06-26 06:25:18 +02:00
Alex Gleason
4f7512c782 Merge branch 'change-entity' into 'develop'
Add changeEntity hook, useFollow, remove accounts_counters reducer

See merge request soapbox-pub/soapbox!2568
2023-06-26 00:55:29 +00:00
oakes
03d5be2c5a Add pagination to reblogged_by dialog 2023-06-25 18:50:01 -04:00
Alex Gleason
6f7bb54b19
Add useBlocks hook, switch over blocks and mutes to hooks 2023-06-25 17:48:19 -05:00
oakes
500ac3eefe Add pagination to favourited_by dialog 2023-06-25 18:44:20 -04:00
Alex Gleason
468f763299
Favourites small refactoring 2023-06-25 17:27:02 -05:00
Alex Gleason
45493880cd
Export useFollowing hook 2023-06-25 16:22:47 -05:00
Alex Gleason
9c9c790a5f
Update followers/following pages 2023-06-25 16:21:27 -05:00
Alex Gleason
bfe6ab3c26
Fix useRelationships hook 2023-06-25 16:11:00 -05:00
Alex Gleason
989d99f908
Add useBatchedEntities hook for relationships 2023-06-25 15:57:38 -05:00
Alex Gleason
a5e213eca0
Restore Patron reducer for now 2023-06-25 12:37:37 -05:00
Alex Gleason
d4eaf1e27a
Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
Alex Gleason
a8459ced75
Remove Patron reducer 2023-06-25 12:27:26 -05:00
Alex Gleason
f46374fdac
Simplify makeGetAccount further 2023-06-25 12:26:48 -05:00
Alex Gleason
8955a56c27
Delete findAccountByUsername selector 2023-06-25 12:24:21 -05:00
Alex Gleason
5320f04e6e
Fetch relationship from profile page 2023-06-25 12:04:30 -05:00
Alex Gleason
072014e39e
Add useRelationship hook, disable fetching relationship for account by default 2023-06-25 12:01:34 -05:00
oakes
b96828ad23 Fix scrollable list in modals 2023-06-24 18:47:16 -04:00
Alex Gleason
ec8177d578
Add useAccountLookup hook, fix useRelationships 2023-06-23 21:41:36 -05:00
29c20e6361 Add hideActions to moderation confirmation modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-23 23:11:50 +02:00
Alex Gleason
9f53a81fa1
Add useTransaction hook 2023-06-23 14:12:12 -05:00
Alex Gleason
2657c8f946
Simplify getAccountGallery selector, also fix getGroupGallery 2023-06-23 11:45:12 -05:00
Alex Gleason
1f653b1065
Gate Nostr signing to Ditto 2023-06-23 11:44:07 -05:00
Alex Gleason
448f5c6ab9
Fix media gallery being broken 2023-06-23 11:41:10 -05:00
Alex Gleason
65f8299c1f
EntityStore: change error type from any to unknown 2023-06-23 11:35:16 -05:00
Alex Gleason
ab5c4a4233
Fix useRelationships getting called while logged out 2023-06-23 11:30:10 -05:00
Alex Gleason
7bfde28b0c
useFollow: don't go below 0 2023-06-22 23:47:46 -05:00
Alex Gleason
75dbeb65b6
Remove account_counters reducer and legacy follow actions 2023-06-22 23:38:50 -05:00
Alex Gleason
ad1718b5f9
Add useFollow, useChangeEntity hooks 2023-06-22 23:17:40 -05:00
Alex Gleason
88692b7020
Fix Patron badge in profile info panel 2023-06-21 17:13:29 -05:00
Alex Gleason
3a369f21fa
Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
Alex Gleason
5f61a624c6
Remove legacy useAccount hook 2023-06-21 16:28:51 -05:00
Alex Gleason
69d8817b6d
SidebarMenu: useAccount hook 2023-06-21 16:25:35 -05:00
Alex Gleason
e01ee84ee9
ProfileHoverCard: use useAccount hook, add usePatronUser hook 2023-06-21 16:20:07 -05:00
Alex Gleason
25d3925b76 Merge branch 'zod-accounts' into 'develop'
Create legacy immutable adapter for accounts reducer

See merge request soapbox-pub/soapbox!2563
2023-06-21 16:39:14 +00:00
Alex Gleason
c2c94d0577
Fix crash on aliases page 2023-06-21 11:19:09 -05:00
Alex Gleason
4fc6640c2c
Skip broken tests 2023-06-20 21:44:07 -05:00
Alex Gleason
ced600657b
Fix auth test 2023-06-20 21:36:25 -05:00
Alex Gleason
256d7825ee
Fix timelines test 2023-06-20 21:17:57 -05:00
Alex Gleason
7e83039999
Improve reducer type 2023-06-20 21:09:49 -05:00
Alex Gleason
ade9fa007d Merge branch 'remove-follow-suggestion' into 'develop'
Fix follow suggestion removal

See merge request soapbox-pub/soapbox!2565
2023-06-21 00:56:14 +00:00
oakes
fdd20981e3 Fix field name so follow suggestion is successfully removed 2023-06-20 20:25:15 -04:00
Alex Gleason
c4ad5e5d78
Fix tests that set the store wrong 2023-06-20 17:48:57 -05:00
Alex Gleason
e7217c5c58
Fix reducer in a way that works in tests 2023-06-20 17:33:20 -05:00
Alex Gleason
eb0c499d91
factory: generate account on status if not provided 2023-06-20 16:57:40 -05:00
Alex Gleason
3000f94325
Fix account relationships 2023-06-20 16:02:43 -05:00
Alex Gleason
4258d4b27f
Fix reducer and selector, import accounts into entity store 2023-06-20 15:24:35 -05:00
Alex Gleason
412fe84d13
FIX THE TYPE ERRORS 2023-06-20 14:24:39 -05:00
Alex Gleason
011f2eb298
Merge remote-tracking branch 'origin/develop' into zod-accounts 2023-06-19 20:10:25 -05:00
Alex Gleason
2796726cad
utils: pick only needed fields 2023-06-19 16:49:42 -05:00
Alex Gleason
89c9e32b59
Move legacy functions into separate utils file 2023-06-19 16:02:51 -05:00
Alex Gleason
e789b44792
Improve legacy store types 2023-06-19 13:09:51 -05:00
Alex Gleason
8a4239d153
utils/accounts: pick only needed fields from type 2023-06-19 12:10:29 -05:00
Alex Gleason
060a9b559d
Make accounts reducer an alias to entity store with immutableish methods 2023-06-19 12:07:58 -05:00
Alex Gleason
0cebcc05a5
Use any keys, fixes most errors! 2023-06-19 10:58:07 -05:00
Chewbacca
d5b3853afc Merge branch 'add-suggested-groups-to-search' into 'develop'
Add Suggested Groups panel to Search page

See merge request soapbox-pub/soapbox!2560
2023-06-19 12:17:34 +00:00
Chewbacca
5c41209a67 Merge branch 'fetch-group-data-timeline' into 'develop'
Fetch group relationships from timeline

See merge request soapbox-pub/soapbox!2549
2023-06-19 12:02:40 +00:00
Chewbacca
203b1222f5 Merge branch 'load-group-data' into 'develop'
Fetch group relationship from notifications

See merge request soapbox-pub/soapbox!2540
2023-06-19 12:02:31 +00:00
Alex Gleason
a54b6ee8a3
Create legacy immutable adapter for accounts reducer 2023-06-18 20:10:17 -05:00
Alex Gleason
138ded3904 Merge branch 'link-header' into 'develop'
Use Link header for pagination in more places

See merge request soapbox-pub/soapbox!2562
2023-06-17 12:58:59 +00:00
Chewbacca
ee76ec9bf4 Merge branch 'add-group-to-thumb-navigation' into 'develop'
Add Groups to Thumb Navigation

See merge request soapbox-pub/soapbox!2559
2023-06-16 12:51:26 +00:00
oakes
e1cacb6ee4 Optionally use Link header for pagination in various timelines 2023-06-15 21:40:32 -04:00
oakes
a985348bf1 Optionally use Link header for search pagination 2023-06-15 21:40:28 -04:00
Chewbacca
1d9130f7ac Add Suggested Groups panel to Search page 2023-06-14 08:11:39 -04:00
Chewbacca
e3f92eadac Add Groups to Thumb Navigation 2023-06-14 08:05:25 -04:00
Alex Gleason
60eaf01940
Add Resolve<T> utility type 2023-06-13 22:12:42 -05:00
Alex Gleason
db070150d9
Remove unnecessary as string 2023-06-13 20:59:38 -05:00
Alex Gleason
405dcef4a5
Merge remote-tracking branch 'origin/develop' into schema-improvements 2023-06-13 20:58:49 -05:00
Alex Gleason
0b439b79a1
Upgrade to TypeScript 5.1 2023-06-13 16:26:30 -05:00
Alex Gleason
263db3e1f0
Improve schemas for Account, EmojiReaction, Location, and Status 2023-06-13 14:33:19 -05:00
Chewbacca
ae75c9ac0d Merge branch 'group-admin-fix' into 'develop'
Allow admins to delete Group statuses

See merge request soapbox-pub/soapbox!2533
2023-06-12 12:05:59 +00:00
Alex Gleason
8d8e4f2ee8
Don't call verify_credentials twice when an account fails 2023-06-10 14:19:46 -05:00
Alex Gleason
a2846070c9
Move .invisible styles to Markup CSS 2023-06-07 11:35:41 -05:00
Chewbacca
c82ece5a19 Fetch group relationship from timeline 2023-06-06 09:19:11 -04:00
Chewbacca
c5ec755661 Remove log 2023-06-05 14:21:04 -04:00
Chewbacca
476ae0a68d Fix emoji search test 2023-06-05 13:17:48 -04:00
Chewbacca
1fed96e99e Sort the emojis 2023-06-05 12:39:32 -04:00
Chewbacca
27f831dce9 Improve emoji search 2023-06-05 12:19:59 -04:00
Chewbacca
1a55d926cb Merge branch 'fix-nav-bug' into 'develop'
Fix navigation bug on Group profiles

See merge request soapbox-pub/soapbox!2547
2023-06-05 15:35:43 +00:00
Chewbacca
f1f6373cd7 Merge branch 'redirect' into 'develop'
Add redirect from statuses -> posts

See merge request soapbox-pub/soapbox!2546
2023-06-05 15:18:29 +00:00
Chewbacca
53a012d9bb Fix navigation bug on Group profiles 2023-06-05 11:11:57 -04:00
Chewbacca
f718ca6d90 Add redirect from statuses -> posts 2023-06-05 10:41:21 -04:00
Chewbacca
cae9d9158d Fix typo 2023-06-05 10:25:48 -04:00
Chewbacca
35d9348edd Support Group pins 2023-06-05 09:41:36 -04:00
Chewbacca
45e0726e59 Alphabetize messages 2023-06-05 09:41:36 -04:00
Chewbacca
d75920718f Fix group factory 2023-06-05 09:41:28 -04:00
Chewbacca
60875e5dc2 Add 'owner' to Group fixture 2023-06-05 09:41:28 -04:00
Chewbacca
6cd8e50493 Allow admins to delete Group statuses 2023-06-05 09:41:28 -04:00
marcin mikołajczak
73eedea362 Merge branch 'i18n' into 'develop'
Minor strings improvements

See merge request soapbox-pub/soapbox!2542
2023-06-04 19:04:34 +00:00
2f3311a352 Minor strings improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-04 20:21:22 +02:00
c80633fd9f Media modal: Restore navigationHidden functionality
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-03 20:55:04 +02:00
a2a1bab517 Dropdown menu improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-02 21:40:32 +02:00
Chewbacca
8fa9854016 Merge branch 'fix-useless-call' into 'develop'
Prevent lookup if not enabled

See merge request soapbox-pub/soapbox!2539
2023-06-02 14:56:56 +00:00
Chewbacca
170743d448 Fetch group relationship from notifications 2023-06-02 10:41:07 -04:00
Chewbacca
8de2619ad1 Merge branch 'dark-mode-fixes' into 'develop'
Dark mode improvements

See merge request soapbox-pub/soapbox!2537
2023-06-02 14:28:36 +00:00
Chewbacca
53988e2581 Prevent lookup if not enabled 2023-06-02 10:28:10 -04:00
Alex Gleason
0d8317145d
MediaModal: make clicking the background close the modal
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1434
2023-06-01 12:55:58 -05:00
Alex Gleason
87b279d8ee
MediaModal: hide fullscreen button on mobile 2023-06-01 11:49:36 -05:00
Chewbacca
92f824bb2d Fix dark border color on Tombstones 2023-06-01 12:47:51 -04:00
Chewbacca
e62f292aa8 Use dark-mode badges for Group members 2023-06-01 12:44:11 -04:00
Chewbacca
b45d1ea7fa Fix dark border color 2023-06-01 12:41:23 -04:00
marcin mikołajczak
27a5c533b5 Merge branch 'search-persist-fix' into 'develop'
Fix shouldPersistSearch for Pleroma flake ids

See merge request soapbox-pub/soapbox!2535
2023-06-01 06:47:46 +00:00
Alex Gleason
8731bcee3e
Thread: remove border-radius 2023-05-31 20:04:34 -05:00
Alex Gleason
aca4322526
MediaModal: support not having a status 2023-05-31 20:01:30 -05:00
99e262ab8a Fix shouldPersistSearch for Pleroma flake ids
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-31 20:34:08 +02:00
Chewbacca
a136deb13e Update i18n 2023-05-31 09:22:03 -04:00
Chewbacca
5ff9c1c6ec Fix tests 2023-05-31 08:54:54 -04:00
Chewbacca
866c80d30b Improve the MediaModal with ability to like, comment, reply, etc 2023-05-31 08:50:03 -04:00
Chewbacca
3c00820382 Add 0 to HStack spacing 2023-05-31 08:44:45 -04:00
Chewbacca
d8f698242a Add justify-between to Stack options 2023-05-31 08:44:45 -04:00
Chewbacca
602eaf1ec1 Use AppDispatch 2023-05-31 08:44:45 -04:00
Chewbacca
cbf4878f7f Add 'shift' middleware to DropdownMenu 2023-05-31 08:44:45 -04:00
2829a0097a Fix search expand when searching user' posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-31 10:45:33 +02:00
Chewbacca
02479efc35 Merge branch 'group-improvements' into 'develop'
Group improvements

See merge request soapbox-pub/soapbox!2525
2023-05-30 13:12:21 +00:00
Alex Gleason
d14cad38af
Fix soapbox config page crash 2023-05-28 14:53:23 -05:00
Alex Gleason
27ba796852
Remove greentext support
It uses Pleroma FE's vulnerable HTML parser
2023-05-28 14:45:22 -05:00
5f1bbfb194 Fix open media hotkey
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-27 01:12:20 +02:00
marcin mikołajczak
0a397c1cfe Merge branch 'mfa-form-page' into 'develop'
Proper spacing on MFA page

See merge request soapbox-pub/soapbox!2519
2023-05-23 16:57:45 +00:00
Chewbacca
c8ff9db879 Truncate group name in panels 2023-05-23 12:32:55 -04:00
Chewbacca
5c069b8b93 Make # members clickable to Group Members page 2023-05-23 12:32:44 -04:00
Alex Gleason
917b45bdc5 Merge branch 'status-schema' into 'develop'
Status schema improvements

See merge request soapbox-pub/soapbox!2521
2023-05-23 14:22:44 +00:00
Chewbacca
d18bc015f7 Merge branch 'add-group-context-to-reply-modal' into 'develop'
Add group context to reply modal

See merge request soapbox-pub/soapbox!2524
2023-05-23 14:08:22 +00:00
Chewbacca
092dee0592 Merge branch 'group-fixes' into 'develop'
Multiple Group improvements

See merge request soapbox-pub/soapbox!2523
2023-05-23 13:39:57 +00:00
Chewbacca
d564728117 Add Group context to reply modal 2023-05-23 09:39:37 -04:00
Chewbacca
5d1f168325 Enable groups 2023-05-23 09:39:17 -04:00
Chewbacca
cb6b688efe Normalize 'group_mention' notification into 'mention' 2023-05-23 08:57:36 -04:00
Alex Gleason
36bbef2293
Support quoted tombstone 2023-05-22 11:47:49 -05:00
Alex Gleason
6062a06746
Improve schemas for statuses 2023-05-22 10:30:22 -05:00
Alex Gleason
fa0bf8f5df
Improve statusSchema 2023-05-22 10:30:14 -05:00
Alex Gleason
752f06b925
actions: improve types 2023-05-22 10:30:03 -05:00
Alex Gleason
3341b46dda
statusSchema: add HTML fields 2023-05-22 10:29:54 -05:00