Commit graph

7772 commits

Author SHA1 Message Date
Alex Gleason
52278ce519 Merge branch 'roboto-mono' into 'develop'
Fix monospace font in Markdown code blocks

See merge request soapbox-pub/soapbox!2127
2023-01-07 00:12:05 +00:00
Alex Gleason
3bd9be9247
Fix monospace font in Markdown code blocks 2023-01-06 13:24:59 -06:00
Alex Gleason
5083096d1f
ChatPage: useLayoutEffect 2023-01-06 11:51:47 -06:00
Alex Gleason
8730a276c7
Audio/Video: fix initial size with useLayoutEffect for React 18 2023-01-06 11:46:14 -06:00
Alex Gleason
dbb745f38d
Fix loading of attachment dimensions for React 18 (useEffect --> useLayoutEffect) 2023-01-06 11:38:36 -06:00
Chewbacca
21c0a79cae Lint 2023-01-06 12:06:18 -05:00
Chewbacca
cc0c07851e Refactor to remove unneeded const 2023-01-06 12:05:13 -05:00
Chewbacca
d6c9952a8c Move timestamp back to Account 2023-01-06 12:03:57 -05:00
Chewbacca
f13ca06569 Use human-readable message from the API as the default 2023-01-06 11:08:38 -05:00
Chewbacca
0a02ba99ed Merge branch 'fix-req-error' into 'develop'
Upgrade Axios to fix "req" error

See merge request soapbox-pub/soapbox!2124
2023-01-06 15:13:48 +00:00
Chewbacca
24f4737a91 Add Changelog entry 2023-01-06 10:01:12 -05:00
Chewbacca
024b161504 Move status info to above Account 2023-01-06 10:01:06 -05:00
Chewbacca
8ec805baad Upgrade axios to fix 'req' undefined error 2023-01-06 09:39:44 -05:00
Chewbacca
26c5214cee Merge branch 'improve-avatar-carousel' into 'develop'
Fix bug with Feed Carousel

See merge request soapbox-pub/soapbox!2113
2023-01-06 13:53:45 +00:00
Alex Gleason
e83914482d
Fix useFetchRelationships tests 2023-01-05 18:05:55 -06:00
Alex Gleason
edbaf60009
Fix FeedCarousel test 2023-01-05 17:58:01 -06:00
Alex Gleason
1e89efebae
Tests: wrap toast.remove() with act() 2023-01-05 17:45:48 -06:00
Alex Gleason
3fa9cbe211
Fix EmailVerification test 2023-01-05 17:36:02 -06:00
Alex Gleason
83c93a6d51
Fix Registration tests 2023-01-05 17:34:47 -06:00
Alex Gleason
b98073ee8f
Fix ReportModal test 2023-01-05 17:32:04 -06:00
Alex Gleason
fd542d1796
Fix SmsVerification tests 2023-01-05 17:30:00 -06:00
Alex Gleason
bd9bad9a4c
Fix ChatPage tests 2023-01-05 17:22:59 -06:00
Alex Gleason
273266d9ac
useDimensions: don't return null 2023-01-05 16:56:05 -06:00
Alex Gleason
934f354f9c
Merge remote-tracking branch 'origin/renovate/testing-library-react-13.x' into renovate/major-react-monorepo 2023-01-05 16:45:51 -06:00
Alex Gleason
3521e5698f
Switch to React 18's createRoot API
https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis
2023-01-05 16:42:18 -06:00
Alex Gleason
85c25903f3
Merge remote-tracking branch 'origin/develop' into renovate/major-react-monorepo 2023-01-05 16:36:49 -06:00
Alex Gleason
7c75e8477f Merge branch 'renovate/uuid-9.x' into 'develop'
Update dependency uuid to v9

See merge request soapbox-pub/soapbox!2087
2023-01-05 22:16:51 +00:00
Alex Gleason
31ba2409be
Jest: remove unneeded moduleNameMapper for uuid 2023-01-05 15:49:11 -06:00
Alex Gleason
5297d8dde3
Remove uuid mock from Jest 2023-01-05 15:48:55 -06:00
Alex Gleason
301bf1d38b Merge branch 'renovate/stylelint-config-standard-29.x' into 'develop'
Update dependency stylelint-config-standard to v29

See merge request soapbox-pub/soapbox!2085
2023-01-05 21:25:56 +00:00
Alex Gleason
3dd1b40cc7
datepicker: fix accidentally removed icon from scss 2023-01-05 15:24:07 -06:00
Chewbacca
acb959f680 Merge branch 'fix-carousel-arrows' into 'develop'
Fix button in Carousel

See merge request soapbox-pub/soapbox!2122
2023-01-05 21:23:35 +00:00
Alex Gleason
2abb290b02
Merge remote-tracking branch 'origin/develop' into renovate/stylelint-config-standard-29.x 2023-01-05 14:53:51 -06:00
Alex Gleason
64483d86a3
Conform scss to stylelint 2023-01-05 14:53:23 -06:00
Alex Gleason
106a3a9b6a
stylelint: disable some rules 2023-01-05 14:53:14 -06:00
Alex Gleason
17dbdc3e08
currentColor --> currentcolor 2023-01-05 14:18:58 -06:00
Alex Gleason
5fe5c0a7ba
Use stylelint-config-standard-scss, remove stylelint-config-standard and stylelint-scss 2023-01-05 14:18:12 -06:00
Soapbox Bot
42a6365a0d Update dependency react-redux to v8 2023-01-05 20:15:54 +00:00
Alex Gleason
0e5d7c3610
stylint: disable selector-class-pattern, remove reset.scss 2023-01-05 14:10:07 -06:00
Alex Gleason
6d17323c95 Merge branch 'renovate/eslint-plugin-promise-6.x' into 'develop'
Update dependency eslint-plugin-promise to v6

See merge request soapbox-pub/soapbox!2075
2023-01-05 19:58:29 +00:00
Corné Dorrestijn
b325b8933e
Added a options in settings for redirect root no login 2023-01-05 20:52:37 +01:00
Alex Gleason
9557c2cf1b
Merge remote-tracking branch 'origin/develop' into renovate/stylelint-config-standard-29.x 2023-01-05 13:47:03 -06:00
Chewbacca
f15988da3c Fix button in Carousel 2023-01-05 14:16:30 -05:00
Alex Gleason
ac09ce5c6f Merge branch 'renovate/stylelint-14.x' into 'develop'
Update dependency stylelint to v14

See merge request soapbox-pub/soapbox!2084
2023-01-05 19:05:33 +00:00
Alex Gleason
f4477f8ec1 Merge branch 'disable-lockfile-maintenance' into 'develop'
Renovate: disable lockFileMaintenance

See merge request soapbox-pub/soapbox!2121
2023-01-05 19:03:52 +00:00
Alex Gleason
439946f91f Renovate: disable lockFileMaintenance 2023-01-05 19:01:25 +00:00
Soapbox Bot
9b56288e2c Update dependency stylelint-config-standard to v29 2023-01-05 18:46:53 +00:00
Soapbox Bot
4a12a6c0c8 Update dependency stylelint to v14 2023-01-05 18:46:09 +00:00
Alex Gleason
d2b4b10e6b Merge branch 'renovate/husky-8.x' into 'develop'
Update dependency husky to v8

See merge request soapbox-pub/soapbox!2078
2023-01-05 18:44:00 +00:00
Alex Gleason
3c71ca928e Merge branch 'renovate/eslint-8.x' into 'develop'
Update dependency eslint to v8

See merge request soapbox-pub/soapbox!2074
2023-01-05 18:39:44 +00:00