-
Notifications
You must be signed in to change notification settings - Fork 181
refactor!: streamline and improve applayout api #657
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
base: 12-23-feat_change_mutation_detection_and_allow_reactive_boolean_defaults
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
bd314ec to
569256e
Compare
1f72013 to
51b28c5
Compare
569256e to
315d628
Compare
51b28c5 to
c34291a
Compare
315d628 to
e0483ce
Compare
c34291a to
4ce4cf2
Compare
289e509 to
569a43c
Compare
504c870 to
5b2fff1
Compare
569a43c to
cb5426e
Compare
BREAKING CHANGE: an error is now raised if a reactive variable (not its value) is used in boolean comparisons BREAKIGN CHANGE: mutation detection is now enabled by default
cb5426e to
565b543
Compare
565b543 to
caff565
Compare
3a90256 to
3cdb9d4
Compare
3cdb9d4 to
03b2dcd
Compare
03b2dcd to
e925b44
Compare
e925b44 to
70e86a3
Compare
a97b75b to
1d29010
Compare
0cef192 to
2bd9071
Compare
|
As said in #1003 (comment), this also fixes #1002. |
maartenbreddels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. PR does include some extra commits, I guess that's a graphite issue?

Fixes #584.
Includes four breaking changes:
AppBarfrom"primary"to the Vuetify default (light/dark grey depending on theme)navigationargument, where previously it would hide the entireAppBarit now correctly only hides the tab navigation (if present)show_app_bar(which is now also available as an argument) to where it no longer requires thetitle-argument to be set forshow_app_barto be true.AppBarchild ofAppLayoutinto a sidebar element.