-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ToolsPanel: switch to plus icon when no controls present in panel body #34107
Commits on Oct 13, 2021
-
When there are no selected controls within a ToolsPanel, change the i…
…con to a plus symbol. This is to indicate to the user that they can add controls to the panel.
Configuration menu - View commit details
-
Copy full SHA for c6c73eb - Browse repository at this point
Copy the full SHA c6c73ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1186edf - Browse repository at this point
Copy the full SHA 1186edfView commit details -
Ensure that optional controls, when hidden and available, trigger the…
… plus icon in the ToolsPanel header. Updated stories.
Configuration menu - View commit details
-
Copy full SHA for 6b2b974 - Browse repository at this point
Copy the full SHA 6b2b974View commit details -
updating variable name to make it clearer that we want to track if op…
…tional items are available at all *and* if so, are they hidden
Configuration menu - View commit details
-
Copy full SHA for c1b84b2 - Browse repository at this point
Copy the full SHA c1b84b2View commit details -
This commit adds a variable aria-label to the tools panel header menu…
… button to describe the element and its intended effects. Added component tests.
Configuration menu - View commit details
-
Copy full SHA for c46a415 - Browse repository at this point
Copy the full SHA c46a415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6045abc - Browse repository at this point
Copy the full SHA 6045abcView commit details -
Renaming
areAllOptionalControlsHidden
variable and adding it as a p……roperty to the ToolsPanelContext type Modified default value of areAllOptionalControlsHidden and updated comments
Configuration menu - View commit details
-
Copy full SHA for 33b0054 - Browse repository at this point
Copy the full SHA 33b0054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d50cc - Browse repository at this point
Copy the full SHA 33d50ccView commit details -
Update packages/components/src/tools-panel/test/index.js
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08a6863 - Browse repository at this point
Copy the full SHA 08a6863View commit details -
Add custom fixtures for optional control props in order to test the p…
…anel header icon toggle in isolation from the other tests.
Configuration menu - View commit details
-
Copy full SHA for 5b4dd79 - Browse repository at this point
Copy the full SHA 5b4dd79View commit details -
Update packages/components/src/tools-panel/stories/index.js
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdc1702 - Browse repository at this point
Copy the full SHA cdc1702View commit details -
Consolidating comment and reinstating
false
as the default value fo……r the state var `areAllOptionalControlsHidden`
Configuration menu - View commit details
-
Copy full SHA for 75e37a3 - Browse repository at this point
Copy the full SHA 75e37a3View commit details