Alex Gleason
|
06d3f00170
|
Switch to @jedmao/redux-mock-store
|
2022-07-06 13:56:55 -05:00 |
Alex Gleason
|
2dd1631162
|
More component test TS fixes
|
2022-07-06 13:12:35 -05:00 |
Alex Gleason
|
0c7f1628b0
|
Fix more types in tests
|
2022-07-06 12:31:11 -05:00 |
Alex Gleason
|
590e85ac59
|
Fix notification test types
|
2022-07-06 12:24:45 -05:00 |
Alex Gleason
|
bdf00bb692
|
Fix types in various component tests
|
2022-07-06 12:17:17 -05:00 |
Alex Gleason
|
354395501e
|
Fix verification tests types
|
2022-07-06 12:11:39 -05:00 |
Alex Gleason
|
882e4b2fda
|
Fix hooks tests types
|
2022-07-06 12:10:21 -05:00 |
Alex Gleason
|
9d85a9f863
|
Fix normalizer test types
|
2022-07-06 12:08:51 -05:00 |
Alex Gleason
|
c66f5c040f
|
Fix utils tests types
|
2022-07-06 11:57:32 -05:00 |
Alex Gleason
|
073dd4f37a
|
Fix types in reducer tests
|
2022-07-06 11:53:55 -05:00 |
Alex Gleason
|
8685b64f9d
|
utils/numbers: fix test
|
2022-07-06 11:36:01 -05:00 |
Alex Gleason
|
cc4c8a0188
|
Fix utils/tailwind test
|
2022-07-06 11:33:22 -05:00 |
Alex Gleason
|
a509428f97
|
utils/timelines test: remove fromJS calls
|
2022-07-06 11:32:14 -05:00 |
Alex Gleason
|
e1807c9250
|
tsconfig: don't exclude any files
|
2022-07-06 11:26:44 -05:00 |
Alex Gleason
|
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 |
Alex Gleason
|
53629737b1
|
CSS: 1440px --> 1280px
|
2022-07-06 10:13:34 -05:00 |
Alex Gleason
|
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 |
Alex Gleason
|
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 |
Alex Gleason
|
9ce9a3f951
|
patchMe(): use multipart/form-data only optionally
|
2022-07-05 21:04:42 -05:00 |
Alex Gleason
|
d6d4fd2b91
|
Merge remote-tracking branch 'origin/develop' into edit-profile-fixes
|
2022-07-05 20:59:45 -05:00 |
Alex Gleason
|
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 |
Alex Gleason
|
bae21c9e00
|
Datepicker: fix test failing due to date matching today
|
2022-07-05 11:53:05 -05:00 |
Alex Gleason
|
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 |
Alex Gleason
|
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 |
Alex Gleason
|
db56044f24
|
Revert "Remove react-router-scroll-4"
This reverts commit 01d9f918ce .
|
2022-07-04 16:21:35 -05:00 |
Alex Gleason
|
01b3223886
|
Account: don't grow more than needed
|
2022-07-04 15:13:19 -05:00 |
Alex Gleason
|
46cb004c04
|
Tailwind: reduce xl breakpoint to 1280px
|
2022-07-04 14:57:27 -05:00 |
Alex Gleason
|
02f0c15a8c
|
Modal: remove overflow-hidden
|
2022-07-04 13:54:57 -05:00 |
Alex Gleason
|
cef4b16a69
|
Account normalizer: use '' as default birthday
|
2022-07-04 13:29:05 -05:00 |
Alex Gleason
|
d168302e72
|
EditProfile: reenable birthdays with TextInput (for now)
|
2022-07-04 13:24:55 -05:00 |
Alex Gleason
|
388d887583
|
Upgrade axios to v1.0.0-alpha.1, remove custom toFormData implementation
|
2022-07-04 12:53:25 -05:00 |
Alex Gleason
|
82e437cdda
|
Merge branch 'deploy-at-scale' into 'develop'
Docs: add "Deploying Soapbox at scale" guide
See merge request soapbox-pub/soapbox-fe!1596
|
2022-07-02 20:08:44 +00:00 |
Alex Gleason
|
7d3b6d8545
|
Docs: add "Deploying Soapbox at scale" guide
|
2022-07-02 14:55:46 -05:00 |
Alex Gleason
|
2f78b9ccc6
|
Merge branch 'remove-unauth-setting' into 'develop'
Remove the guestExperience setting
See merge request soapbox-pub/soapbox-fe!1582
|
2022-06-30 15:15:23 +00:00 |
Alex Gleason
|
3ab5cdf2bb
|
Merge branch 'twemoji-update' into 'develop'
Upgrade Twemoji to v14.0.2
See merge request soapbox-pub/soapbox-fe!1590
|
2022-06-30 15:14:47 +00:00 |
Justin
|
9b0b3006ed
|
Merge branch 'lint' into 'develop'
Lint
See merge request soapbox-pub/soapbox-fe!1591
|
2022-06-30 13:04:30 +00:00 |
Justin
|
d4facbd3f5
|
Lint
|
2022-06-30 08:51:35 -04:00 |
Justin
|
7ecb8f8d35
|
Merge branch 'feed-replacement' into 'develop'
Build Feed Filtering feature into the Home Timeline
See merge request soapbox-pub/soapbox-fe!1558
|
2022-06-30 12:19:51 +00:00 |
marcin mikołajczak
|
891e844792
|
Merge branch 'poll-hint' into 'develop'
Polls: Hide multiple options hint if already voted
See merge request soapbox-pub/soapbox-fe!1587
|
2022-06-30 12:15:16 +00:00 |
marcin mikołajczak
|
afc933b3ef
|
Merge branch 'preferences-features' into 'develop'
Don't display 'Always expand posts…' preference if spoilers feature not available
See merge request soapbox-pub/soapbox-fe!1589
|
2022-06-30 05:46:45 +00:00 |
marcin mikołajczak
|
a652aa75a2
|
Merge branch 'search-results-hotkeys' into 'develop'
Allow up/down hotkey navigation in posts search results
See merge request soapbox-pub/soapbox-fe!1588
|
2022-06-30 05:46:34 +00:00 |
Alex Gleason
|
fde2cb4b51
|
Upgrade Twemoji to v14.0.2
|
2022-06-29 21:09:22 -05:00 |
marcin mikołajczak
|
dca0abed0f
|
Don't display 'Always expand posts…' preference if spoilers feature not available
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-06-29 23:54:56 +02:00 |
marcin mikołajczak
|
baaffa2d85
|
Allow up/down hotkey navigation in posts search results
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-06-29 23:50:45 +02:00 |
marcin mikołajczak
|
60f6bff306
|
Polls: Hide multiple options hint if already voted
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-06-29 23:05:26 +02:00 |
Alex Gleason
|
68b0e3bf35
|
Merge branch 'login-add' into 'develop'
Redirect /login when a user is signed in, add /login/add for multiple accounts
See merge request soapbox-pub/soapbox-fe!1586
|
2022-06-29 18:46:12 +00:00 |
Alex Gleason
|
b3dc044ff3
|
Redirect /login when a user is signed in, add /login/add for multiple accounts
|
2022-06-29 13:32:59 -05:00 |
Alex Gleason
|
120dcce8a1
|
Merge branch 'sw-more-be-routes' into 'develop'
ServiceWorker: add more backend routes
See merge request soapbox-pub/soapbox-fe!1585
|
2022-06-29 17:43:19 +00:00 |
Alex Gleason
|
21678897b0
|
ServiceWorker: add more backend routes
|
2022-06-29 12:29:51 -05:00 |
Alex Gleason
|
68fa74b3fc
|
Merge branch 'sw-autoupdate' into 'develop'
ServiceWorker: autoupdate every 1hr, revise backend routes
See merge request soapbox-pub/soapbox-fe!1583
|
2022-06-29 15:22:39 +00:00 |