Commit graph

1385 commits

Author SHA1 Message Date
Alex Gleason
5bb30b6282
Merge remote-tracking branch 'origin/develop' into chats 2022-11-27 15:30:00 -06:00
Alex Gleason
429b40aa6d Merge branch 'hide-md-images' into 'develop'
Hide Markdown images

Closes #1171

See merge request soapbox-pub/soapbox!1956
2022-11-27 21:17:32 +00:00
Alex Gleason
0d0ee2b41a
Fix feed carousel (overflow-hidden) 2022-11-27 11:54:19 -06:00
Alex Gleason
a2a445691f
Hide Markdown images 2022-11-26 17:05:19 -06:00
Alex Gleason
8a30454be2 Merge branch 'emoji-selector-wrap' into 'develop'
Wrap the emoji selector on smaller screens

Closes #1161

See merge request soapbox-pub/soapbox!1947
2022-11-26 22:58:49 +00:00
Alex Gleason
fa8e821c1e
Fix scheduled post datepicker being cut off
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1213
2022-11-26 13:47:04 -06:00
Alex Gleason
596653ee1e
Wrap the emoji selector on smaller screens 2022-11-26 11:02:50 -06:00
marcin mikołajczak
d39c2204f6 Merge branch 'intl' into 'develop'
Make some strings localizable

See merge request soapbox-pub/soapbox!1944
2022-11-26 16:02:03 +00:00
8b4390681b Make some strings localizable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-26 14:09:28 +01:00
f6258357f7 Fix site preview theme
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-26 12:19:57 +01:00
Alex Gleason
d93f6331c7
Use new icons for Local and Fediverse timelines 2022-11-25 20:21:24 -06:00
Alex Gleason
17cb4a5105
StatusActionBar: include a link to the remote status in the 3-dots menu 2022-11-25 16:44:42 -06:00
Alex Gleason
020bcb4d45
Make emojis a lil' bigger, fix emojis being very big when content is only emojis 2022-11-25 16:19:32 -06:00
Alex Gleason
32938930d5 Merge branch 'reorganize-menus' into 'develop'
Reorganize sidebar navigation

Closes #1091

See merge request soapbox-pub/soapbox!1937
2022-11-25 22:12:02 +00:00
Alex Gleason
3b9535c418
SidebarNavigation: remove dashboardCount from "more" button, whoops 2022-11-25 14:40:57 -06:00
Alex Gleason
c7e04a6826
SidebarNavigation: move local and fediverse tabs to top-level
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1091
2022-11-25 14:38:09 -06:00
Alex Gleason
25e7070705
SidebarNavigation: move Dashboard to top-level 2022-11-25 14:08:34 -06:00
c1179f0475 Lint, cleanup, styles…
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-25 19:28:43 +01:00
785c6b57e3 RTL support, use Stack and HStack in more places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-25 18:04:11 +01:00
marcin mikołajczak
6456737d8a Merge branch 'focus-styles' into 'develop'
Focus styles, keyboard navigation improvements

See merge request soapbox-pub/soapbox!1933
2022-11-24 23:23:22 +00:00
1bc1ae27b6 Focus styles, keyboard navigation improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-25 00:03:22 +01:00
marcin mikołajczak
93f98ffd96 Merge branch 'chats-styles' into 'develop'
Minor chats styles improvements

Closes #1181 and #1210

See merge request soapbox-pub/soapbox!1932
2022-11-24 22:57:52 +00:00
37b698b2e0 Minor chats styles improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-24 23:15:30 +01:00
Alex Gleason
c4d3719918 Merge branch 'fix-header-preview' into 'develop'
ProfilePreview: fix display of header image, code cleanup

See merge request soapbox-pub/soapbox!1929
2022-11-23 18:24:45 +00:00
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
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
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
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
7e32f0d992
Add <Markup> component to style markup from the API 2022-11-19 18:15:17 -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
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
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
ba8cab0513
Sensitive video refactor
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1190
2022-11-18 18:34:27 -06: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