Commit graph

9419 commits

Author SHA1 Message Date
Chewbacca
18be78475c Fix bug trying to switch accounts
In the profile dropdown, you couldn't click the avatar or the user's name
because we had the `to` attribute on the LinkEl. This fixes that by
only adding the link props when we render a Link.
2023-07-24 11:27:52 -04:00
marcin mikołajczak
7944de8305 Merge branch 'compose-hotkey' into 'develop'
Make Compose hotkey open Compose modal when required

See merge request soapbox-pub/soapbox!2607
2023-07-17 23:35:23 +00: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
59ee3b102d
Fix FE_SUBDIRECTORY lint error 2023-07-17 10:55:08 -05:00
Alex Gleason
768b5d9c41 Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2577
2023-07-17 15:22:18 +00:00
PUFF1N
ded43c54ab
Translated using Weblate (Turkish)
Currently translated at 99.8% (1591 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
PUFF1N
2321493abd
Translated using Weblate (Turkish)
Currently translated at 99.8% (1591 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
Alexander Minkin
1b75721233
Translated using Weblate (Russian)
Currently translated at 76.0% (1212 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ru/
2023-07-17 17:21:43 +02:00
PUFF1N
adaa096aea
Translated using Weblate (Turkish)
Currently translated at 95.7% (1527 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/tr/
2023-07-17 17:21:43 +02:00
Alexander Minkin
3297b263a7
Translated using Weblate (Russian)
Currently translated at 72.8% (1161 of 1594 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ru/
2023-07-17 17:21:43 +02:00
Hosted Weblate
fe40bc47db
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-07-17 17:21:43 +02:00
abidin toumi
19fe1748ae
Translated using Weblate (Arabic)
Currently translated at 98.9% (1579 of 1596 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-07-17 17:21:42 +02:00
Poesty Li
5f9b58e2c1
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1596 of 1596 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-07-17 17:21:42 +02:00
Poesty Li
ceb83716f3
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1593 of 1593 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-07-17 17:21:42 +02: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
77cf9e9d1e Merge branch 'fix-issue-1472' into 'develop'
Update Webpack configuration to fix builds on Windows.

Closes #1472

See merge request soapbox-pub/soapbox!2605
2023-07-16 15:23:25 +00:00
Elaine Jackson
155012b332 Move changes to shared.ts 2023-07-16 15:21:41 +00:00
Elaine Jackson
2546c986a6 Update publicPath output to either use environment variable provided by developer building or default to '/' to avoid broken builds on Windows. 2023-07-16 15:14:28 +00:00
Alex Gleason
b4791144f2 Merge branch 'account-url' into 'develop'
Actually, account.url is not optional

See merge request soapbox-pub/soapbox!2604
2023-07-16 02:37:43 +00:00
Alex Gleason
f456cb4086
Fix account.url tests 2023-07-15 21:07:48 -05:00
Alex Gleason
06b1688130
Actually, account.url is not optional 2023-07-15 19:47:59 -05:00
Alex Gleason
2dfad76cdd Merge branch 'ff-skipalert' into 'develop'
FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true

See merge request soapbox-pub/soapbox!2603
2023-07-14 00:21:34 +00:00
Alex Gleason
f3fbc5055f
FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true 2023-07-13 19:20:27 -05:00
marcin mikołajczak
fe08f06e5e Merge branch 'avatar-stack' into 'develop'
Add AvatarStack component

See merge request soapbox-pub/soapbox!2602
2023-07-10 12:57:24 +00:00
13cd0b726e Add AvatarStack component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-10 12:43:18 +02:00
marcin mikołajczak
0ba4a63106 Merge branch 'familiar-followers' into 'develop'
Fix features.ts

See merge request soapbox-pub/soapbox!2601
2023-07-10 08:49:21 +00:00
becb80611a Fix features.ts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-10 10:24:48 +02:00
marcin mikołajczak
e616045f60 Merge branch 'mkljczk-develop-patch-54530' into 'develop'
Enable familiar followers on Rebased

See merge request soapbox-pub/soapbox!2600
2023-07-10 07:24:10 +00:00
marcin mikołajczak
34acc019f7 Enable familiar followers on Rebased 2023-07-10 06:51:20 +00:00
marcin mikołajczak
84d7ce1b67 Merge branch 'calckey' into 'develop'
Support Calckey, maybe

See merge request soapbox-pub/soapbox!2599
2023-07-09 20:06:58 +00:00
07a8df4b61 Support Calckey, maybe
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-09 19:54:44 +02:00
Alex Gleason
23247802b3 Merge branch 'fix-username-lookup-case' into 'develop'
useAccountLookup, useGroupLookup: make lookup case insensitive

Closes #1460

See merge request soapbox-pub/soapbox!2597
2023-07-06 17:33:56 +00: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
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
c73cf80d26 Merge branch 'redirect-unauth' into 'develop'
Redirect to login when groups or accounts 403

See merge request soapbox-pub/soapbox!2583
2023-07-06 16:41:06 +00: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
marcin mikołajczak
0aecc2fb57 Merge branch 'edit-profile-pickers' into 'develop'
Fix HeaderPicker/AvatarPicker for missing images

See merge request soapbox-pub/soapbox!2596
2023-07-06 13:58:43 +00: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
marcin mikołajczak
542924fab0 Merge branch 'edit-profile-pickers' into 'develop'
Use AvatarPicker/HeaderPicker on Edit Profile page

See merge request soapbox-pub/soapbox!2594
2023-07-06 06:23:19 +00: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
marcin mikołajczak
72de8fb90f Merge branch 'hotkeys-statuses' into 'develop'
Move GlobalHotkeys back to features/ui for now

See merge request soapbox-pub/soapbox!2593
2023-07-03 12:32:07 +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