-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Redux ui #1334
[WIP] Redux ui #1334
Conversation
Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## master #1334 +/- ##
=========================================
- Coverage 14.35% 9.86% -4.49%
=========================================
Files 201 229 +28
Lines 4613 5139 +526
Branches 506 601 +95
=========================================
- Hits 662 507 -155
- Misses 3508 4080 +572
- Partials 443 552 +109
Continue to review full report at Codecov.
|
@alexandrebodin Is this something you're still interested in? Do you need help? I'm trying to get our # of PRs down a bit. |
@ndelangen You can close. I'll still be working on this anyway ;) |
Awesome, because this does sounds like a good action to take. I'm really happy to have you on this! 🙇 |
Moving lib/ui to redux
What
I'm moving the ui to redux and adding some features in the meantime. This work is both an experiment and possibly sth we can merge later on.
Why
I'm mostly doing it to understand storybook better and see what we can improve or not ^^