Commit Graph

5798 Commits

Author SHA1 Message Date
bcc9ff5066 Merge branch 'ts-tests' into 'develop'
Make TypeScript work correctly in tests

Closes #1010

See merge request soapbox-pub/soapbox-fe!1610
2022-07-07 13:39:51 +00:00
725b00039d Merge branch 'subscription-feedback' into 'develop'
Improve UX after subscribing to account if web notifications are disabled

See merge request soapbox-pub/soapbox-fe!1608
2022-07-07 01:01:58 +00:00
afe1edddf9 rootReducer(undefined, {} as any) --> rootState 2022-07-06 17:22:11 -05:00
e9112506c6 FIX ACTION TESTS TYPES 2022-07-06 17:02:44 -05:00
e47e33e21c FIX ROOT STATE TYPE!!!!! 2022-07-06 15:54:30 -05:00
8da7b8fe7a Fix rootState type in tests 2022-07-06 15:25:07 -05:00
06d3f00170 Switch to @jedmao/redux-mock-store 2022-07-06 13:56:55 -05:00
cfcfb8e671 Improve alignment of actions 2022-07-06 14:36:28 -04:00
b706271687 Intl 2022-07-06 14:30:06 -04:00
c664844e3c Persist suggestions when filtering feed 2022-07-06 14:30:06 -04:00
2f465fbc14 Use same value as 'showProfileHoverCard' 2022-07-06 14:30:06 -04:00
7b9a9c8e34 Fix overflow of text in feed filtering 2022-07-06 14:30:06 -04:00
b46ccc8b3e Add tests for suggestions action 2022-07-06 14:30:06 -04:00
41d5769aa0 Lint 2022-07-06 14:30:06 -04:00
b9d05f546c Lint 2022-07-06 14:30:06 -04:00
da98a1e137 Build Feed Suggestions 2022-07-06 14:30:06 -04:00
1309521b9c Improve Stack and HStack components 2022-07-06 14:30:06 -04:00
f148cda74a Extend Account component 2022-07-06 14:30:03 -04:00
3e8ebb1661 Improve UX after subscribing to account 2022-07-06 14:20:20 -04:00
b2f2bcb833 Center tooltips and add arrow 2022-07-06 14:19:51 -04:00
3f74455484 Improve UI of IconButton when disabled 2022-07-06 14:19:42 -04:00
2dd1631162 More component test TS fixes 2022-07-06 13:12:35 -05:00
0c7f1628b0 Fix more types in tests 2022-07-06 12:31:11 -05:00
590e85ac59 Fix notification test types 2022-07-06 12:24:45 -05:00
bdf00bb692 Fix types in various component tests 2022-07-06 12:17:17 -05:00
354395501e Fix verification tests types 2022-07-06 12:11:39 -05:00
882e4b2fda Fix hooks tests types 2022-07-06 12:10:21 -05:00
9d85a9f863 Fix normalizer test types 2022-07-06 12:08:51 -05:00
bf20f8dff8 Merge branch 'jest-run-in-band' into 'develop'
GitLab CI: try jest --runInBand

See merge request soapbox-pub/soapbox-fe!1609
2022-07-06 17:02:01 +00:00
c66f5c040f Fix utils tests types 2022-07-06 11:57:32 -05:00
073dd4f37a Fix types in reducer tests 2022-07-06 11:53:55 -05:00
8685b64f9d utils/numbers: fix test 2022-07-06 11:36:01 -05:00
cc4c8a0188 Fix utils/tailwind test 2022-07-06 11:33:22 -05:00
a509428f97 utils/timelines test: remove fromJS calls 2022-07-06 11:32:14 -05:00
e1807c9250 tsconfig: don't exclude any files 2022-07-06 11:26:44 -05:00
2a3e5d67fc GitLab CI: try jest --runInBand 2022-07-06 11:23:35 -05:00
d2540b3596 Merge branch 'xl-breakpoint' into 'develop'
Tailwind: reduce xl breakpoint to 1280px

Closes #1013

See merge request soapbox-pub/soapbox-fe!1600
2022-07-06 15:21:50 +00:00
53629737b1 CSS: 1440px --> 1280px 2022-07-06 10:13:34 -05:00
db953b1ec2 Merge branch 'account-grow' into 'develop'
Account: don't grow more than needed

Closes #891 and #1017

See merge request soapbox-pub/soapbox-fe!1601
2022-07-06 15:07:45 +00:00
d222eb2a0c Merge branch 'edit-profile-fixes' into 'develop'
Edit profile fixes

Closes #1018

See merge request soapbox-pub/soapbox-fe!1597
2022-07-06 15:07:27 +00:00
9ce9a3f951 patchMe(): use multipart/form-data only optionally 2022-07-05 21:04:42 -05:00
d6d4fd2b91 Merge remote-tracking branch 'origin/develop' into edit-profile-fixes 2022-07-05 20:59:45 -05:00
bc2bbfabd3 Merge remote-tracking branch 'origin/develop' into upgrade-jest 2022-07-05 12:24:09 -05:00
37d26658fc Merge branch 'fix-tests' into 'develop'
Datepicker: fix test failing due to date matching today

See merge request soapbox-pub/soapbox-fe!1603
2022-07-05 17:23:51 +00:00
bae21c9e00 Datepicker: fix test failing due to date matching today 2022-07-05 11:53:05 -05:00
2704e38758 Upgrade Jest to v28 2022-07-05 11:30:08 -05:00
997b709d8a Merge branch 'modal-overflow' into 'develop'
Modal: remove overflow-hidden

Closes #1021

See merge request soapbox-pub/soapbox-fe!1598
2022-07-05 14:04:41 +00:00
62ea445da5 StatusActionButton: use a black/white counter if emoji is present 2022-07-04 17:24:18 -05:00
82376d4b66 Merge remote-tracking branch 'origin/develop' into emoji-button 2022-07-04 16:52:59 -05:00
da617a2301 Merge branch 'restore-react-router-scroll' into 'develop'
Restore react-router-scroll-4

Closes #1008

See merge request soapbox-pub/soapbox-fe!1602
2022-07-04 21:34:08 +00:00