Skip to content
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

refactor!: streamline and improve applayout api #657

Open
wants to merge 3 commits into
base: 12-23-feat_change_mutation_detection_and_allow_reactive_boolean_defaults
Choose a base branch
from

Conversation

iisakkirotko
Copy link
Collaborator

@iisakkirotko iisakkirotko commented May 21, 2024

Fixes #584.

Includes four breaking changes:

  • A change in the default color of the AppBar from "primary" to the Vuetify default (light/dark grey depending on theme)
  • Changes the behaviour of the navigation argument, where previously it would hide the entire AppBar it now correctly only hides the tab navigation (if present)
  • Changes the default behaviour of show_app_bar (which is now also available as an argument) to where it no longer requires the title-argument to be set for show_app_bar to be true.
  • Do not turn the first non-AppBar child of AppLayout into a sidebar element.

Copy link
Collaborator Author

iisakkirotko commented May 21, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@iisakkirotko iisakkirotko marked this pull request as draft May 21, 2024 16:48
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from bd314ec to 569256e Compare May 21, 2024 17:17
@iisakkirotko iisakkirotko force-pushed the 05-21-fix_show_appbar_when_tabs_are_the_only_children branch from 1f72013 to 51b28c5 Compare May 22, 2024 07:41
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from 569256e to 315d628 Compare May 22, 2024 07:41
@iisakkirotko iisakkirotko added this to the Solara 2.0 milestone May 31, 2024
@iisakkirotko iisakkirotko force-pushed the 05-21-fix_show_appbar_when_tabs_are_the_only_children branch from 51b28c5 to c34291a Compare June 3, 2024 07:13
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from 315d628 to e0483ce Compare June 3, 2024 07:13
@iisakkirotko iisakkirotko force-pushed the 05-21-fix_show_appbar_when_tabs_are_the_only_children branch from c34291a to 4ce4cf2 Compare June 3, 2024 14:44
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch 2 times, most recently from 289e509 to 569a43c Compare June 4, 2024 08:02
@iisakkirotko iisakkirotko force-pushed the 05-21-fix_show_appbar_when_tabs_are_the_only_children branch from 504c870 to 5b2fff1 Compare June 4, 2024 08:05
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from 569a43c to cb5426e Compare June 4, 2024 08:05
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
@iisakkirotko iisakkirotko marked this pull request as ready for review December 23, 2024 09:16
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from cb5426e to 565b543 Compare December 23, 2024 09:21
@iisakkirotko iisakkirotko changed the base branch from 05-21-fix_show_appbar_when_tabs_are_the_only_children to 12-23-feat_change_mutation_detection_and_allow_reactive_boolean_defaults December 23, 2024 09:21
iisakkirotko and others added 2 commits December 23, 2024 15:01
…OM (#625)

* fix[docs]: solara.Meta elements insert empty span into DOM

* chore: remove workaround from jupyter notebook tutorial

Reverts #627, since the workaround is no longer needed.

* fix!: navigator would insert an empty span into dom
@iisakkirotko iisakkirotko force-pushed the 05-21-refactor_streamline_and_improve_applayout_api branch from 565b543 to caff565 Compare December 23, 2024 14:33
@iisakkirotko iisakkirotko force-pushed the 12-23-feat_change_mutation_detection_and_allow_reactive_boolean_defaults branch from 3a90256 to 3cdb9d4 Compare December 23, 2024 15:52
@iisakkirotko iisakkirotko force-pushed the 12-23-feat_change_mutation_detection_and_allow_reactive_boolean_defaults branch from 3cdb9d4 to 03b2dcd Compare December 27, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant