Alex Gleason
|
1deb4dfd2d
|
Merge remote-tracking branch 'origin/next' into next-onboarding
|
2022-04-20 08:23:15 -05:00 |
Alex Gleason
|
862d345e26
|
Replace react-lottie with lottie-web, move that giant Pulse animation into a chunk
|
2022-04-19 17:03:28 -05:00 |
Alex Gleason
|
712b4c5a42
|
Add Virtuoso
|
2022-04-15 15:19:23 -05:00 |
Alex Gleason
|
4adb42e426
|
Webpack: add DeadCodePlugin to detect unused files
|
2022-04-14 15:22:37 -05:00 |
Justin
|
98c77006ce
|
Add Onboarding components
|
2022-04-14 10:42:56 -05:00 |
marcin mikołajczak
|
2943b91034
|
Typescript, convert some components to functional
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-11 21:58:48 +02:00 |
Alex Gleason
|
fe4c2d5c5b
|
Try using react-sticky-box instead of react-stickynode
|
2022-04-06 10:04:06 -05:00 |
Alex Gleason
|
48fb37a90d
|
Layout: convert to tsx, use react-stickynode again
|
2022-04-05 18:06:30 -05:00 |
Alex Gleason
|
ddc71e5d59
|
Add cross-env again, so `yarn test` actually works without environment variables
|
2022-04-05 14:32:41 -05:00 |
Alex Gleason
|
3cc37dd9ce
|
Upgrade other jest-related packages
|
2022-04-05 14:27:33 -05:00 |
Alex Gleason
|
89c84b9241
|
Upgrade Jest to v27.5, remove jest-transform-stub, add a custom transformer
|
2022-04-05 14:21:01 -05:00 |
Justin
|
3e40ac830e
|
Move dependencies
|
2022-04-04 15:24:28 -04:00 |
Justin
|
9a099b3fa7
|
Add "react-testing-library"
This commit also removes our older testing libraries like Enzyme and React Test Renderer.
|
2022-04-04 11:51:32 -04:00 |
Justin
|
d3f49bfe7f
|
Simplify YARN commands
|
2022-04-04 11:50:14 -04:00 |
Alex Gleason
|
0cdf898b37
|
Convert Polls to TSX
|
2022-03-26 18:11:26 -05:00 |
Alex Gleason
|
05f5045648
|
Convert utils/features.ts to TypeScript
|
2022-03-26 14:23:29 -05:00 |
Alex Gleason
|
c62d402a4e
|
DetailedCryptoAddress: convert to tsx
|
2022-03-25 16:27:37 -05:00 |
Alex Gleason
|
53b920c297
|
ThemeToggle: convert to TSX
|
2022-03-24 16:03:02 -05:00 |
Justin
|
97af1ece28
|
Resolve missing CSS variables in the theme
|
2022-03-24 11:48:03 -04:00 |
Justin
|
40cc960985
|
Use React Router hook for 'history'
|
2022-03-22 08:42:26 -04:00 |
Alex Gleason
|
228f16f930
|
Merge remote-tracking branch 'origin/develop' into next-react-router-5
|
2022-03-21 16:05:25 -05:00 |
Alex Gleason
|
c9cef587a6
|
Merge remote-tracking branch 'origin/develop' into react-router-5
|
2022-03-21 15:30:26 -05:00 |
Alex Gleason
|
c1a5bf5880
|
Move @types deps into non-dev dependencies
|
2022-03-21 13:47:02 -05:00 |
Alex Gleason
|
5cd894ab02
|
Truth Social
|
2022-03-21 13:14:26 -05:00 |
Alex Gleason
|
09b9df7c80
|
Add Tailwind
|
2022-03-19 13:24:16 -05:00 |
Alex Gleason
|
c8c5a6b077
|
Merge remote-tracking branch 'origin/develop' into ts-redux
|
2022-03-18 15:33:56 -05:00 |
Alex Gleason
|
0daa53c03c
|
Fix Typescript eslint
|
2022-03-18 13:16:59 -05:00 |
Alex Gleason
|
608958f1e8
|
Add @types/http-link-header
|
2022-03-18 11:32:05 -05:00 |
Alex Gleason
|
1f0341aa2b
|
Upgrade react-router-dom to v5.3
|
2022-03-17 20:17:28 -05:00 |
Alex Gleason
|
d07d9b5bed
|
Mock API with MSW
|
2022-03-16 13:55:18 -05:00 |
Alex Gleason
|
27564dd360
|
WIP: reducer typescript
|
2022-03-15 09:40:19 -05:00 |
Alex Gleason
|
a91fe1db91
|
configureStore: typescript conversion
|
2022-03-14 13:43:18 -05:00 |
Alex Gleason
|
75db92719d
|
Normalize poll emoji
|
2022-03-10 19:55:14 -06:00 |
Alex Gleason
|
e8e1ab74ed
|
Polyfill require.context in tests only
|
2022-03-04 11:33:22 -06:00 |
Alex Gleason
|
6df5e070a5
|
Upgrade immutable.js to v14
|
2022-03-02 14:48:51 -06:00 |
Alex Gleason
|
3a5c62cb70
|
Revert "Merge branch 'revert-f59d977a' into 'develop'"
This reverts merge request !1056
|
2022-02-27 00:13:35 +00:00 |
Alex Gleason
|
1f549ebe1a
|
Revert "Merge branch 'typescript' into 'develop'"
This reverts merge request !859
|
2022-02-26 23:55:34 +00:00 |
Alex Gleason
|
0e34ddba60
|
Typescript: IT WORKS
|
2022-02-19 15:53:52 -05:00 |
Alex Gleason
|
2b235a80e4
|
Merge remote-tracking branch 'origin/develop' into typescript
|
2022-02-19 01:25:06 -05:00 |
marcin mikołajczak
|
409cb3819e
|
Show birth date field on registration page when required
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-20 00:21:40 +01:00 |
marcin mikołajczak
|
5e76b5afca
|
Birth dates
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-19 21:47:37 +01:00 |
Alex Gleason
|
2a0e2001d6
|
eslint: enforce import/order
|
2022-01-10 16:01:24 -06:00 |
marcin mikołajczak
|
2d3784eb88
|
Minor changes, port 'Generalize “press back to close modal” to any modal and to public pages' from Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-06 17:45:10 +01:00 |
marcin mikołajczak
|
bb1ac3e3b7
|
Add lazy load to emoji-mart
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-12-31 13:59:33 +01:00 |
Alex Gleason
|
f826d620b4
|
Start adding Typescript support
|
2021-11-04 19:28:04 -05:00 |
Alex Gleason
|
3e3433218c
|
Column: remove top gap on mobile, implement pulling feedback
|
2021-11-03 20:35:40 -05:00 |
Alex Gleason
|
3c5384f318
|
localforage: add localforage, remember a fetched instance
|
2021-10-20 13:18:55 -05:00 |
Alex Gleason
|
6b77a4a62a
|
Remove react-content-loader
I will create custom placeholder components
|
2021-10-09 21:45:37 -05:00 |
Alex Gleason
|
53ce30e472
|
Add react-content-loader
|
2021-10-08 17:11:18 -05:00 |
Alex Gleason
|
2015560a42
|
Replace ForkAwesome with LineAwesome
|
2021-09-26 23:09:19 -05:00 |