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

components[splitePane]: Feat: Add option to hide first pane in SplitPane #5051

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2024

  1. [SplitPane] Add ability to hide first pane

    This commit adds the ability to hide the first pane in a SplitPane.
    
    - Adds `firstVisible
    ` property to `SplitPaneState` to control the visibility of the first pane.
    - Updates `SplitPane` layout to handle the visibility of the first pane.
    - Adds buttons to the demo to toggle the visibility of the first pane.
    ahmedhosnypro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    68012ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a985812 View commit details
    Browse the repository at this point in the history
  3. [SplitPane] Improve button labels in demo

    Improved the button labels in the SplitPane demo to be more descriptive.
    "Hide V First" and
     "Show V First" are now "Hide Left Pane" and "Show Left Pane".
    "Hide H First" and "Show H First" are now "Hide Top Pane" and "Show Top Pane".
    ahmedhosnypro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    19229cd View commit details
    Browse the repository at this point in the history