Commit Graph

11918 Commits

Author SHA1 Message Date
danidfra dd23fb9d03 Merge branch 'main' into add-nip-05-modal 2024-11-15 17:36:15 -03:00
danidfra cf0148101c Fix eslint errors 2024-11-15 17:33:29 -03:00
Alex Gleason dd9d171ade Merge branch 'fix-204' into 'main'
MastodonClient: fix HTTP 204 responses

See merge request soapbox-pub/soapbox!3252
2024-11-15 20:16:40 +00:00
Alex Gleason 07c98a21e0
MastodonClient: fix HTTP 204 responses 2024-11-15 14:11:39 -06:00
Alex Gleason b07bcd3ead Merge branch 'emoji-selector-recent' into 'main'
EmojiSelector: track chosen emojis in frequentlyUsedEmojis

Closes #1786

See merge request soapbox-pub/soapbox!3251
2024-11-15 17:21:39 +00:00
Alex Gleason b9528d2bb0
EmojiSelector: track chosen emojis in frequentlyUsedEmojis
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1786
2024-11-15 11:15:06 -06:00
danidfra c8187918d3 Remove loading.scss 2024-11-15 12:27:01 -03:00
Alex Gleason fb4eef11d3
Merge remote-tracking branch 'origin/main' into add-nip-05-modal 2024-11-14 22:53:39 -06:00
Alex Gleason 5725cc4a80 Merge branch 'fix-classnames' into 'main'
Fix classnames warnings

Closes #1761

See merge request soapbox-pub/soapbox!3210
2024-11-15 03:47:39 +00:00
Alex Gleason a16cb85964 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!3240
2024-11-15 03:46:49 +00:00
danidfra edd93fc6b0 Add 'eslint-disable' comment into fork-awesome-icon.tsx 2024-11-14 21:28:02 -03:00
danidfra 65c25cd16e Merge remote-tracking branch 'origin/main' into fix-classnames 2024-11-14 20:18:45 -03:00
danidfra a339cb8f8b Move table config for "rtl" into "tailwind.css" and remove "rtl.scss" 2024-11-14 17:32:09 -03:00
danidfra ee0ed09468 Remove "application.scss" 2024-11-14 17:27:54 -03:00
danidfra 834f8305df Adjust chat-message mb 2024-11-14 17:27:10 -03:00
danidfra b7dcd4df8a Merge branch main into fix-classnames 2024-11-14 16:25:11 -03:00
Hosted Weblate 0a88d5104f
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2024-11-14 03:03:05 +01:00
Hendra Wahyu fab4e1c71b
Translated using Weblate (Indonesian)
Currently translated at 87.7% (1488 of 1695 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/id/
2024-11-14 03:03:04 +01:00
Alex Gleason bb12f843f5 Merge branch 'fix-black' into 'main'
Fix black mode

See merge request soapbox-pub/soapbox!3250
2024-11-14 02:02:33 +00:00
Alex Gleason 1211f217b1
Fix black mode 2024-11-13 19:57:31 -06:00
Alex Gleason 4e283d2edd Merge branch 'emoji-quick' into 'main'
Display recently used emojis first in chooser

See merge request soapbox-pub/soapbox!3249
2024-11-14 01:03:05 +00:00
Alex Gleason a1ce938295
Display recently used emojis first in chooser 2024-11-13 18:58:03 -06:00
Alex Gleason e81bfb2701 Merge branch 'emoji-picker-mobile' into 'main'
Emoji picker mobile

See merge request soapbox-pub/soapbox!3248
2024-11-14 00:43:45 +00:00
Alex Gleason 75e2e11b16
EmojiPickerDropdown: remove unnecessary bare React import 2024-11-13 18:38:19 -06:00
Alex Gleason ad24779343
Use an emoji picker modal on mobile 2024-11-13 18:35:49 -06:00
Alex Gleason 5380922d4e
vscode: fix auto-imports not having file extension 2024-11-13 18:35:12 -06:00
Alex Gleason e0c4ef5ea7
EmojiPickerDropdown: put RenderAfter inside of Suspense (instead of the other way around) 2024-11-13 16:28:22 -06:00
Alex Gleason eb5dd57439 Merge branch 'follow-icon' into 'main'
Fix plus icon in Follow button

See merge request soapbox-pub/soapbox!3247
2024-11-13 22:06:28 +00:00
Alex Gleason f80b96c898
Fix plus icon in Follow button 2024-11-13 16:00:49 -06:00
danidfra a3e52a15cc Remove "basics.scss" and organize "tailwind.css" 2024-11-13 17:40:07 -03:00
danidfra 7dba54bafa Remove "aliases.scss" and style of "empty-column-indicator" from "aliases/index.tsx" 2024-11-13 17:06:58 -03:00
danidfra f8a8b580ad Fix querySelector to "privacy-dropdown" 2024-11-13 16:50:54 -03:00
Alex Gleason 15483208ee Merge branch 'rm-subdirectory' into 'main'
Remove subdirectory build support, FE_SUBDIRECTORY variable

See merge request soapbox-pub/soapbox!3246
2024-11-13 19:43:32 +00:00
Alex Gleason 28bbaae793
Remove staticClient 2024-11-13 13:38:40 -06:00
Alex Gleason d861890488
Remove subdirectory build support, FE_SUBDIRECTORY variable 2024-11-13 13:32:50 -06:00
Alex Gleason a80238275f Merge branch 'mastodon-response' into 'main'
MastodonClient: return a MastodonResponse object with `.pagination()` convenience method

See merge request soapbox-pub/soapbox!3245
2024-11-13 18:59:29 +00:00
Alex Gleason 9b6173c9e5
MastodonClient: return a MastodonResponse object with `.pagination()` convenience method 2024-11-13 12:18:55 -06:00
danidfra a92a427654 Remove "variables.scss" 2024-11-13 14:22:19 -03:00
danidfra 70c98a0e89 Remove "modal.scss" 2024-11-13 13:21:30 -03:00
danidfra a9e8c57979 Remove "fonts.scss" 2024-11-13 13:02:24 -03:00
Alex Gleason 6bff6037d6 Merge branch 'error-msg' into 'main'
ErrorBoundary: always display error messages

See merge request soapbox-pub/soapbox!3242
2024-11-13 03:54:46 +00:00
Alex Gleason aceaa90b96
ErrorBoundary: always display error messages 2024-11-12 21:50:05 -06:00
danidfra 2cc5994e61 Fix "external-video" from preview-card 2024-11-12 20:22:40 -03:00
danidfra 5545a2432b Remove "columns.scss" 2024-11-12 18:38:26 -03:00
danidfra 787bfae75e Remove "forms.scss" 2024-11-12 18:33:30 -03:00
danidfra 388eeee9db Remove "notification.scss" 2024-11-12 15:44:12 -03:00
danidfra 3e63432284 Remove "reply-mentions" styles 2024-11-12 15:26:23 -03:00
danidfra 9cbe0cc41e Remove "media-gallery.scss" 2024-11-12 15:17:53 -03:00
danidfra e80e996d9c Remove "navigation.scss" 2024-11-12 14:54:04 -03:00
danidfra 51bd1c0d73 Remove "display-name.scss" 2024-11-12 14:47:53 -03:00