Commit Graph

1311 Commits

Author SHA1 Message Date
47613dde56 Simplify StillImage component, fix header images 2022-11-22 11:33:47 -06:00
dce26a6600 ProfileHoverCard: fix account bio on Mastodon 2022-11-22 11:33:00 -06:00
0111d4f179 Fix StillImage in Safari 2022-11-22 11:04:35 -06:00
1e155c4efd Merge remote-tracking branch 'origin/develop' into stillimage-tw 2022-11-21 10:59:38 -06:00
b530d933a3 Merge remote-tracking branch 'origin/develop' into markup-css 2022-11-20 15:00:58 -06:00
b4b9aa039d Remove .still-image css, display "GIF" badge in media when autoPlayGif is off 2022-11-20 14:53:24 -06:00
f7d75f57ea StillImage: make it play nice with Tailwind, remove still-image.scss 2022-11-20 14:23:18 -06:00
54801e44af StatusMedia: stop propagation from element root 2022-11-20 12:56:13 -06:00
b892b85f70 StatusActionBar: stop propogation in parent div instead of each element individually 2022-11-20 12:36:54 -06:00
d96ba27905 Status: switch back to onClick instead of onMouseUp 2022-11-20 12:28:11 -06:00
8061c8d782 Revert "Merge branch 'mouseup' into 'develop'"
This reverts commit 39b4ee9f09, reversing
changes made to a0597a6445.
2022-11-20 12:27:45 -06:00
7e32f0d992 Add <Markup> component to style markup from the API 2022-11-19 18:15:17 -06:00
f66b50361d StatusReplyMentions: prevent bubbling 2022-11-19 15:33:30 -06:00
4c57968914 StatusContent: prevent bubbling of mentions, links, hashtags, and "Read more" button 2022-11-19 15:30:09 -06:00
6a8d7e4ed3 StopPropagation: let it be disabled 2022-11-19 15:26:07 -06:00
9d87d9957f TranslateButton: stopPropagation() 2022-11-19 15:08:49 -06:00
e973d69c61 Stop mouseUp propagation in statuses 2022-11-19 14:36:58 -06:00
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
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
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
33a7438d9d Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-16 23:52:12 +01:00
9b70a2487e Remove 'radio-button.scss', 'dirctory.scss' and move RadioButton to UI Components 2022-11-16 16:38:32 -05:00
a559ed72c9 Move Accordion into Component UI 2022-11-16 12:30:24 -05:00
774b627397 Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
8818763f28 Rename files (12): rand 2022-11-16 08:35:29 -05:00
637d78db01 Rename files (11): utils 2022-11-16 08:34:55 -05:00
fe34af29d3 Rename files (10): service-worker + storage 2022-11-16 08:34:53 -05:00
24e7873bce Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
d4f5fd4d88 Rename files (5): _ -> - 2022-11-15 12:23:36 -05:00
717e61a6e0 Rename files (4): _ -> - 2022-11-15 11:13:54 -05:00
5a449e7916 Rename files (3): _ -> - 2022-11-15 11:11:42 -05:00
a0d960dd21 Rename files (2): _ -> - 2022-11-15 11:00:49 -05:00
c95423c7e7 Rename files (1): _ -> - 2022-11-15 09:11:30 -05:00
e78242806f Rename files (0): _ -> - 2022-11-15 09:10:14 -05:00
8b22ca5f27 Organize fonts,images,icon,sounds into 'assets' folder 2022-11-15 08:23:36 -05:00
cecbc7c277 Fix sensitive content z-order (when a sensitive status contains a sensitive quote) 2022-11-14 16:34:30 -06:00
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
3c1b9c6154 lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-12 16:52:06 +01:00
36acb77175 Merge branch 'ts' into 'develop'
JS -> TS, FC

See merge request soapbox-pub/soapbox!1634
2022-11-12 15:16:32 +00:00
c76639c42e JS -> TS, FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-12 15:18:24 +01:00
6bf9040a34 Replace Permalinks with Links
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-12 12:43:34 +01:00
e75f1ea074 Update some dependencies
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-11 20:42:18 +01:00
5c6ae4d6da Make auto-play video optional config 2022-11-11 10:21:32 -05:00
4a4e0daa1a Autoplay videos from Rumble 2022-11-11 09:57:39 -05:00
4d9e4879ed Fix Escape key not working in modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-10 21:46:51 +01:00
d19a93f109 Merge branch 'click-handling' into 'develop'
Improve click handling

See merge request soapbox-pub/soapbox!1879
2022-11-10 16:54:20 +00:00
4c37afa34f Improve click handling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-10 17:01:41 +01:00