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: Expansion panel async hide/show API invocations #1297

Merged
merged 9 commits into from
Jul 19, 2024

Conversation

rkaraivanov
Copy link
Member

In an effort to standardize the public API between every "toggleable" component, that is any component with an open property and hide/show/toggle methods, the "toggleable" methods now return a boolean promise after any animation(s) have ran to completion.

This PR migrates the expansion panel as well as
the accordion with its hideAll/showAll methods.

In an effort to standardize the public API between every "toggleable"
component, that is any component with an `open` property and
`hide/show/toggle` methods, the "toggleable" methods now
return a boolean promise after any animation(s) have ran to completion.

This PR migrates the expansion panel as well as
the accordion with its `hideAll/showAll` methods.
@rkaraivanov rkaraivanov changed the title refactor: Expansion panel async hide/show API invokations refactor: Expansion panel async hide/show API invocations Jul 10, 2024
@rkaraivanov rkaraivanov requested a review from simeonoff July 11, 2024 07:21
@rkaraivanov rkaraivanov merged commit 8809cfb into master Jul 19, 2024
5 checks passed
@rkaraivanov rkaraivanov deleted the rkaraivanov/expansion-panel-to-toggle-interface branch July 19, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant