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

Decouple "zoom/scaling the canvas" from zoom out mode (without mode rename) #65482

Merged
merged 11 commits into from
Sep 20, 2024

Commits on Sep 19, 2024

  1. Use separate state for Zoom Level

    # Conflicts:
    #	packages/block-editor/src/components/block-tools/zoom-out-toolbar.js
    #	packages/block-editor/src/components/tool-selector/index.js
    #	packages/block-editor/src/store/reducer.js
    #	packages/edit-site/src/components/global-styles/screen-style-variations.js
    #	packages/editor/src/components/visual-editor/index.js
    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a37d291 View commit details
    Browse the repository at this point in the history
  2. Refactor useZoomOut hook to use new state

    # Conflicts:
    #	packages/block-editor/src/hooks/use-zoom-out.js
    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0a1b36c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e026629 View commit details
    Browse the repository at this point in the history
  4. Only hide footer when zoom level is set

    # Conflicts:
    #	packages/editor/src/components/editor-interface/index.js
    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7b54277 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167be6a View commit details
    Browse the repository at this point in the history
  6. Standardise nomenclature

    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    747a684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c443023 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b4f9a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff5db5 View commit details
    Browse the repository at this point in the history
  10. Fix hook

    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    99008a4 View commit details
    Browse the repository at this point in the history
  11. Reduce hook to single effect

    getdave committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c02a457 View commit details
    Browse the repository at this point in the history