Commit graph

4755 commits

Author SHA1 Message Date
Alex Gleason
ea0146400c
Merge remote-tracking branch 'origin/develop' into sensitive-video-fix 2022-11-23 11:49:27 -06:00
Alex Gleason
85b8d09d68
ProfilePreview: fix display of header image, code cleanup 2022-11-23 11:45:52 -06:00
Alex Gleason
41dd2bfcef Merge branch 'stillimage-tw' into 'develop'
Make StillImage Tailwind friendly

See merge request soapbox-pub/soapbox!1925
2022-11-22 23:31:38 +00:00
Alex Gleason
47613dde56
Simplify StillImage component, fix header images 2022-11-22 11:33:47 -06:00
Alex Gleason
dce26a6600
ProfileHoverCard: fix account bio on Mastodon 2022-11-22 11:33:00 -06:00
Alex Gleason
0111d4f179
Fix StillImage in Safari 2022-11-22 11:04:35 -06:00
Chewbacca
e14230678d Add emoji autocomplete to Chats 2022-11-22 09:55:31 -05:00
Chewbacca
f2e7cf4e5c Remove avatar from chat messages 2022-11-22 08:23:18 -05:00
Alex Gleason
82c00fdfb2 Merge branch 'custom-emoji-categories' into 'develop'
Support custom emoji categories

Closes #1197

See merge request soapbox-pub/soapbox!1927
2022-11-21 17:45:49 +00:00
Alex Gleason
9751ae56fe Merge branch 'feed-suggestions-html' into 'develop'
FeedSuggestions: use HTML display name

See merge request soapbox-pub/soapbox!1928
2022-11-21 17:39:51 +00:00
Alex Gleason
462078862f Merge branch 'translation-strip-compat' into 'develop'
Translations: strip compatibility features from HTML

See merge request soapbox-pub/soapbox!1921
2022-11-21 17:29:12 +00:00
Chewbacca
8d9182eb44 Add max character count to Chat composer 2022-11-21 12:21:02 -05:00
Chewbacca
f7f40703cd Merge remote-tracking branch 'origin/develop' into chats 2022-11-21 12:06:44 -05:00
Alex Gleason
1e155c4efd
Merge remote-tracking branch 'origin/develop' into stillimage-tw 2022-11-21 10:59:38 -06:00
Alex Gleason
aad68fcdc1
FeedSuggestions: use HTML display name 2022-11-21 10:56:38 -06:00
Alex Gleason
001c041f51
Remove use of DOMParser in front-end emoji rewriting code
https://github.com/mastodon/mastodon/pull/20758
2022-11-20 18:20:07 -06:00
Alex Gleason
181d03d0c5
Support custom emoji categories
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1197
Related https://github.com/mastodon/mastodon/pull/11196
2022-11-20 18:11:11 -06:00
Alex Gleason
b530d933a3
Merge remote-tracking branch 'origin/develop' into markup-css 2022-11-20 15:00:58 -06:00
Alex Gleason
b4b9aa039d
Remove .still-image css, display "GIF" badge in media when autoPlayGif is off 2022-11-20 14:53:24 -06:00
Alex Gleason
f7d75f57ea
StillImage: make it play nice with Tailwind, remove still-image.scss 2022-11-20 14:23:18 -06:00
Alex Gleason
54801e44af
StatusMedia: stop propagation from element root 2022-11-20 12:56:13 -06:00
Alex Gleason
b892b85f70
StatusActionBar: stop propogation in parent div instead of each element individually 2022-11-20 12:36:54 -06:00
Alex Gleason
d96ba27905
Status: switch back to onClick instead of onMouseUp 2022-11-20 12:28:11 -06:00
Alex Gleason
8061c8d782
Revert "Merge branch 'mouseup' into 'develop'"
This reverts commit 39b4ee9f09, reversing
changes made to a0597a6445.
2022-11-20 12:27:45 -06:00
Alex Gleason
6444632324
Revert "Merge branch 'autosuggest-profiles-fix' into 'develop'"
This reverts commit 9df92e91e7, reversing
changes made to 39b4ee9f09.
2022-11-20 12:27:30 -06:00
Alex Gleason
908985bdc6
AutosuggestAccount: let account be clicked 2022-11-19 20:15:32 -06:00
Alex Gleason
00989a7dfc
LandingPage: use Markup component for instance description 2022-11-19 18:28:34 -06:00
Alex Gleason
7e32f0d992
Add <Markup> component to style markup from the API 2022-11-19 18:15:17 -06:00
Alex Gleason
f3fdc7b387
Translations: strip compatibility features from HTML 2022-11-19 16:24:35 -06:00
Alex Gleason
990e28ccc8
Remove unnecessary stopPropagation() calls 2022-11-19 15:55:55 -06:00
Alex Gleason
f66b50361d
StatusReplyMentions: prevent bubbling 2022-11-19 15:33:30 -06:00
Alex Gleason
4c57968914
StatusContent: prevent bubbling of mentions, links, hashtags, and "Read more" button 2022-11-19 15:30:09 -06:00
Alex Gleason
6a8d7e4ed3
StopPropagation: let it be disabled 2022-11-19 15:26:07 -06:00
Alex Gleason
0cea66dcef
ProfileDropdown: allow clicking accounts again 2022-11-19 15:10:23 -06:00
Alex Gleason
9d87d9957f
TranslateButton: stopPropagation() 2022-11-19 15:08:49 -06:00
Alex Gleason
e973d69c61
Stop mouseUp propagation in statuses 2022-11-19 14:36:58 -06:00
Alex Gleason
a0597a6445 Merge branch 'fix-status-focus' into 'develop'
Status: prevent selecting text from navigating to the status

Closes #901

See merge request soapbox-pub/soapbox!1919
2022-11-19 10:29:36 +00:00
Alex Gleason
dd56885d89
Status: prevent selecting text from navigating to the status
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/901
2022-11-18 18:57:39 -06:00
Alex Gleason
c5756c0e7f
Audio: prevent focusing the status when clicked
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1191
2022-11-18 18:42:21 -06:00
Alex Gleason
ba8cab0513
Sensitive video refactor
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1190
2022-11-18 18:34:27 -06:00
Alex Gleason
48a03ed5bd Merge branch 'yotamN-develop-patch-68069' into 'develop'
Add Hebrew translations

See merge request soapbox-pub/soapbox!1883
2022-11-18 23:33:22 +00:00
Alex Gleason
cac650cded Merge branch 'cz-language' into 'develop'
improved Czech language localization + changed a few hard-coded strings to localized ones

See merge request soapbox-pub/soapbox!1915
2022-11-18 23:32:26 +00:00
Alex Gleason
5351142028
Fix PollForm i18n delete message 2022-11-18 17:28:56 -06:00
Michal Dvorak
8b61461215 replaced intl.formatMessage() call with <FormattedMessage> element + translated a couple of more strings into Czech 2022-11-18 21:07:35 +01:00
Chewbacca
4c9006609c Clear cache from React Query on change account 2022-11-18 10:25:24 -05:00
Michal Dvorak
020b2d7319 improved Czech language localization + changed a few hard-coded strings to localized ones 2022-11-17 19:55:40 +01:00
Chewbacca
9f8aabc3d8 Align avatar to bottom 2022-11-17 13:22:47 -05:00
Chewbacca
8d0ebdee17 Clear cache from React Query on logout 2022-11-17 13:13:32 -05:00
Chewbacca
10c6a7116c Add blocked message 2022-11-17 13:13:22 -05:00
Chewbacca
5fbe248b97 Clear cache from React Query on logout 2022-11-17 13:13:09 -05:00
Chewbacca
ae0082ad53 Wrap chat settings in feature flag 2022-11-17 11:53:34 -05:00
Chewbacca
72c26bc9bc Merge remote-tracking branch 'origin/develop' into chats 2022-11-17 10:58:34 -05:00
marcin mikołajczak
2cc1007e56 Merge branch 'cleanup-styles' into 'develop'
Remove unused styles, also fix #1180

Closes #1180

See merge request soapbox-pub/soapbox!1911
2022-11-17 15:48:03 +00:00
marcin mikołajczak
8ca1cd0345 Merge branch 'sensitive-overlay-height' into 'develop'
Fix 'Overly long content warning spills over the banner'

Closes #1173

See merge request soapbox-pub/soapbox!1910
2022-11-17 15:44:26 +00:00
2b8bad3cb0 Remove unused styles, also fix #1180
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-17 16:10:18 +01:00
d5ad531246 Fix 'Overly long content warning spills over the banner'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-17 14:36:53 +01:00
d351ffab18 Fix 'Icon counter is italicized'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-17 10:52:56 +01:00
marcin mikołajczak
e7e80d637d Merge branch 'language-pl' into 'develop'
Update Polish translation

See merge request soapbox-pub/soapbox!1907
2022-11-17 01:22:04 +00:00
33a7438d9d Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-16 23:52:12 +01:00
6c8ed2ad65 Fix promo panel icon picker, use TS, FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-16 23:42:40 +01:00
Chewbacca
9b70a2487e Remove 'radio-button.scss', 'dirctory.scss' and move RadioButton to UI Components 2022-11-16 16:38:32 -05:00
Chewbacca
5f67eb26ca Remove 'trends.scss' 2022-11-16 15:10:57 -05:00
Chewbacca
0ebdbc0f91 Remove 'setting-toggle.scss' 2022-11-16 14:35:20 -05:00
Chewbacca
2d5c97ce3b Fix typography on dark mode in About page 2022-11-16 13:03:33 -05:00
Chewbacca
c2cedaf02c Remove 'donations.scss' 2022-11-16 12:50:38 -05:00
Chewbacca
a559ed72c9 Move Accordion into Component UI 2022-11-16 12:30:24 -05:00
Chewbacca
53feace383 Remove 'accordian.scss' 2022-11-16 12:25:47 -05:00
Chewbacca
656bf0296d Remove 'about.scss' and 'server-info.scss' 2022-11-16 10:15:18 -05:00
Chewbacca
41a08c613b Organize modals into modals/ subfolder 2022-11-16 09:34:16 -05:00
Chewbacca
4c20784567 Merge branch 'organize-soapbox' into 'develop'
Cleanup file names

See merge request soapbox-pub/soapbox!1894
2022-11-16 14:33:35 +00:00
Chewbacca
2b46fe2d40 Fix test 2022-11-16 09:06:20 -05:00
Alex Gleason
286b483ff1 Merge branch 'external-profile-link' into 'develop'
View remote profile from 3-dots

Closes #997

See merge request soapbox-pub/soapbox!1896
2022-11-16 13:57:06 +00:00
Chewbacca
5a9c0942b3 Merge branch 'organize-assets' into 'develop'
Organize "assets" within app/ directory

See merge request soapbox-pub/soapbox!1892
2022-11-16 13:36:12 +00:00
Chewbacca
774b627397 Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
Chewbacca
863ac4ea70 Rename files (13): cleanup misc 2022-11-16 08:35:32 -05:00
Chewbacca
8818763f28 Rename files (12): rand 2022-11-16 08:35:29 -05:00
Chewbacca
637d78db01 Rename files (11): utils 2022-11-16 08:34:55 -05:00
Chewbacca
fe34af29d3 Rename files (10): service-worker + storage 2022-11-16 08:34:53 -05:00
Chewbacca
d99339ee6c Rename files (9): reducers 2022-11-16 08:34:50 -05:00
Chewbacca
ad2acd26f5 Rename files (8): pages 2022-11-16 08:34:47 -05:00
Alex Gleason
ba319c3dd2
View remote profile from 3-dots 2022-11-15 21:53:35 -06:00
Chewbacca
8a6ad5e6f7 Rename files (7): normalizers 2022-11-15 14:06:25 -05:00
Chewbacca
24e7873bce Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
Chewbacca
d4f5fd4d88 Rename files (5): _ -> - 2022-11-15 12:23:36 -05:00
Alex Gleason
7f3ab20555
Fix tests that rely on emojification 2022-11-15 10:25:24 -06:00
Chewbacca
717e61a6e0 Rename files (4): _ -> - 2022-11-15 11:13:54 -05:00
Chewbacca
5a449e7916 Rename files (3): _ -> - 2022-11-15 11:11:42 -05:00
Chewbacca
a0d960dd21 Rename files (2): _ -> - 2022-11-15 11:00:49 -05:00
Alex Gleason
770794dcd7
Patch emoji parsing from upstream
https://github.com/mastodon/mastodon/pull/20640
https://github.com/mastodon/mastodon/pull/20677
2022-11-15 09:47:13 -06:00
Chewbacca
c95423c7e7 Rename files (1): _ -> - 2022-11-15 09:11:30 -05:00
Chewbacca
e78242806f Rename files (0): _ -> - 2022-11-15 09:10:14 -05:00
Chewbacca
db5d0d6400 Move 'compareId' to comparators utils 2022-11-15 08:58:55 -05:00
Chewbacca
a202fe68d1 Move api into a folder 2022-11-15 08:43:26 -05:00
Chewbacca
8b22ca5f27 Organize fonts,images,icon,sounds into 'assets' folder 2022-11-15 08:23:36 -05:00
Chewbacca
dad7c22603 Remove Halloween theme 2022-11-15 08:23:16 -05:00
Alex Gleason
f6fb4def41 Merge branch 'flashing-hashtags-fix' into 'develop'
Hashtag timeline: stop flashing repeatedly

Closes #1166

See merge request soapbox-pub/soapbox!1891
2022-11-15 12:56:10 +00:00
Alex Gleason
386be7d9e3
Hashtag timeline: stop flashing repeatedly
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1166
2022-11-14 17:03:40 -06:00
Alex Gleason
cecbc7c277
Fix sensitive content z-order (when a sensitive status contains a sensitive quote) 2022-11-14 16:34:30 -06:00
Chewbacca
dbfcc0da3e Add Chats onboarding tests 2022-11-14 16:09:07 -05:00
Chewbacca
5d5a29b9f0 Merge branch 'autoplay-videos' into 'develop'
Add preference to auto-play videos

See merge request soapbox-pub/soapbox!1882
2022-11-14 17:42:41 +00:00