Commit graph

10097 commits

Author SHA1 Message Date
Alex Gleason
20a63d2915
Force use of latn numberingSystem throughout the UI
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1580
2023-10-15 13:11:37 -05:00
Alex Gleason
374f99405e Merge branch 'scrolltop-fix' into 'main'
Fix ScrollTopButton not loading new posts when scrolled to the top

Closes #871

See merge request soapbox-pub/soapbox!2816
2023-10-14 18:34:42 +00:00
Alex Gleason
2959dc5bae
Fix ScrollTopButton not loading new posts when scrolled to the top 2023-10-14 13:18:30 -05:00
Alex Gleason
fcc8250e5b Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2815
2023-10-14 15:15:44 +00:00
Ahmad Dakhlallah
18d4c89099
Translated using Weblate (Arabic)
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-14 15:01:01 +00:00
Alex Gleason
0206316acd Merge branch 'html-parse' into 'main'
StatusContent: parse links into components

See merge request soapbox-pub/soapbox!2812
2023-10-14 04:05:22 +00:00
Alex Gleason
7534be05ae Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2813
2023-10-14 04:04:38 +00:00
Ahmad Dakhlallah
34df1e3118
Translated using Weblate (Hebrew)
Currently translated at 70.3% (1070 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-14 06:00:36 +02:00
Ahmad Dakhlallah
da84b0a4ee
Translated using Weblate (Arabic)
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-14 06:00:35 +02:00
Alex Gleason
f5a6b85ed9
Move HashtagLink to separate component 2023-10-13 22:23:18 -05:00
Alex Gleason
e0c11fbfd1
Rework MentionNode to take a whole Mention entity 2023-10-13 22:14:55 -05:00
Alex Gleason
70dc4caeb9
StatusContent: render links with html-react-parser 2023-10-13 22:07:57 -05:00
Alex Gleason
a37fa8bb85
Mention: allow it to link to the profile. disabled for MentionNode 2023-10-13 22:07:43 -05:00
Alex Gleason
dde8322c7d
MentionNode: move Mention into a separate component 2023-10-13 21:09:52 -05:00
Alex Gleason
75179cc0b1 Merge branch 'nostr-mention' into 'main'
Lexical: display only the username in mentions, trim Nostr mentions

See merge request soapbox-pub/soapbox!2811
2023-10-13 22:59:09 +00:00
Alex Gleason
622692fe4d
MentionNode: truncate Nostr usernames 2023-10-13 17:37:11 -05:00
Alex Gleason
f6d60c243a
MentionNode: add Tooltip 2023-10-13 17:29:52 -05:00
Alex Gleason
5aacfe299a
MentionNode: show the username, not the full acct 2023-10-13 17:22:45 -05:00
Alex Gleason
964ba8c758
Make MentionNode a DecoratorNode instead of a TextNode 2023-10-13 17:19:55 -05:00
Alex Gleason
1ba1584da8 Merge branch 'unchunk' into 'main'
Unchunk init

Closes #1570

See merge request soapbox-pub/soapbox!2810
2023-10-13 20:59:41 +00:00
Alex Gleason
dfe8f84ae1 Merge branch 'compose-clear' into 'main'
Compose clear

See merge request soapbox-pub/soapbox!2809
2023-10-13 20:29:28 +00:00
Alex Gleason
c3cfd5764d
Unchunk init 2023-10-13 15:25:59 -05:00
Alex Gleason
7c16efcc1a Merge branch 'renovate/fake-indexeddb-5.x' into 'main'
Update dependency fake-indexeddb to v5

See merge request soapbox-pub/soapbox!2808
2023-10-13 20:17:48 +00:00
Alex Gleason
8f55b6d5c2
Split SubmitPlugin out of StatePlugin 2023-10-13 15:16:39 -05:00
Soapbox Bot
b95c7d7c14 Update dependency fake-indexeddb to v5 2023-10-13 20:05:18 +00:00
Alex Gleason
8edd1a830d
submitCompose: make it an async function 2023-10-13 13:31:39 -05:00
Alex Gleason
e0b1d022e3 Merge branch 'fix-i1567' into 'main'
adding case insensitive match during status composition

Closes #1567

See merge request soapbox-pub/soapbox!2807
2023-10-13 17:20:01 +00:00
Tassoman
2876252ac0 adding case insensitive match during status composition 2023-10-13 17:20:00 +00:00
Alex Gleason
181df09039
submitCompose: accept an options object 2023-10-13 11:47:24 -05:00
Alex Gleason
7863e6225e Merge branch 'upload-ctrl-enter' into 'main'
Composer: fix Ctrl+Enter deleting text when the cursor is inside an upload input

Closes #1554

See merge request soapbox-pub/soapbox!2806
2023-10-13 16:29:25 +00:00
Alex Gleason
d71bb8a673
ComposeForm: pass onSubmit through UploadForm to ComposeUpload 2023-10-13 11:16:43 -05:00
Alex Gleason
629258613e
Upload: swap out deprecated Icon for UI Icon 2023-10-13 11:12:49 -05:00
Alex Gleason
39de868383
Upload: switch requires to imports 2023-10-13 11:09:04 -05:00
Alex Gleason
558d19e244 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2805
2023-10-13 13:00:59 +00:00
Poesty Li
18595f8254
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-10-13 04:14:06 +00:00
Ahmad Dakhlallah
0659ebfd20
Translated using Weblate (Arabic)
Currently translated at 99.0% (1507 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-13 04:14:05 +00:00
Alex Gleason
5acdca6d75 Merge branch 'sentry-context' into 'main'
Sentry: add Soapbox context

See merge request soapbox-pub/soapbox!2804
2023-10-13 03:06:12 +00:00
Alex Gleason
b2c766c8ce
Sentry: unset the Sentry account when appropriate 2023-10-12 21:56:14 -05:00
Alex Gleason
e2b8a74e91
Sentry: add Soapbox context 2023-10-12 21:51:06 -05:00
Alex Gleason
a158b4dcf5 Merge branch 'sentry-user' into 'main'
Send username/id to Sentry

See merge request soapbox-pub/soapbox!2803
2023-10-13 02:05:30 +00:00
Alex Gleason
626b377371
Fix type in compose.test.ts 2023-10-12 20:09:58 -05:00
Alex Gleason
a98dfd8c11
Send username/id to Sentry 2023-10-12 20:07:48 -05:00
Alex Gleason
2cdfaf4871
Remove useSentry hook, reorganize in SoapboxHead 2023-10-12 19:52:28 -05:00
Alex Gleason
c3673638d7 Merge branch 'site-banner-rtl' into 'main'
SiteBanner: support RTL

Closes #1560

See merge request soapbox-pub/soapbox!2802
2023-10-12 21:58:07 +00:00
Alex Gleason
95ec398268
LogoText: fix text getting cut-off vertically 2023-10-12 16:46:06 -05:00
Alex Gleason
d2421b3df4 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2801
2023-10-12 21:24:01 +00:00
Alex Gleason
301ba68842
SiteBanner: support RTL 2023-10-12 16:22:47 -05:00
Hosted Weblate
20088bd6fb
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-10-12 07:38:13 +02:00
Alex Gleason
dadd896a0d Merge branch 'sidebar-suspense' into 'main'
UI: wrap SidebarMenu with Suspense

Closes #1562

See merge request soapbox-pub/soapbox!2800
2023-10-12 05:38:05 +00:00
Alex Gleason
645aa494f5
UI: wrap SidebarMenu with Suspense
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1562
2023-10-12 00:29:02 -05:00