-
Notifications
You must be signed in to change notification settings - Fork 12
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
core(route): Migrate to go_router. #290
core(route): Migrate to go_router. #290
Conversation
92afbf2
to
9fc9443
Compare
Codecov Report
@@ Coverage Diff @@
## development #290 +/- ##
==============================================
- Coverage 10.17% 9.81% -0.37%
==============================================
Files 136 138 +2
Lines 3657 3781 +124
==============================================
- Hits 372 371 -1
- Misses 3285 3410 +125
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ff5a074
to
6b5ee08
Compare
There is still a trending issue on go_router shell route about maintaining page state. I will not merge till there is a fix for it. The P.R is still in review and hopefully won't take long. |
Alright sounds good, let's try to rebase this branch once in a while or similar, to make the merge easier later. |
eb71e70
to
2015014
Compare
17043b7
to
10a52fb
Compare
5be7e86
to
77ff369
Compare
05db9fc
to
1ac5990
Compare
8906c8d
to
649893f
Compare
@wizlif Version 7.1.0 of Go Router resolves the issues we have been waiting for 🎉 |
Let me do a fresh version of this, feels like a rebase will be crazy |
Complete migration from auto_route to go_router.
Much shorter build runs (Only freezed 😄 )
Will still need some extensive testing
Closes #285