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: shortcut modal usage #10195

Merged
merged 1 commit into from
Dec 19, 2023
Merged

refactor: shortcut modal usage #10195

merged 1 commit into from
Dec 19, 2023

Conversation

JammingBen
Copy link
Contributor

@JammingBen JammingBen commented Dec 15, 2023

Description

Before, the state of the shortcut modal was handled by the outside where it was being used. Refactors the modal usage so that the modal state handling is done via the create shortcut action instead, meaning the consuming party doesn't need to care about it anymore.

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

@JammingBen JammingBen self-assigned this Dec 15, 2023
Copy link

update-docs bot commented Dec 15, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@JammingBen JammingBen marked this pull request as ready for review December 15, 2023 13:23
Before, the state of the shortcut modal was handled by the outside where it was being used. Refactors the modal usage so that the modal state handling is done via the create shortcut action instead, meaning the consuming party doesn't need to care about it anymore.
@JammingBen JammingBen force-pushed the refactor-shortcut-modal branch from 249d9a5 to 2f55afc Compare December 18, 2023 08:29
@JammingBen JammingBen changed the base branch from master to stable-8.0 December 18, 2023 08:29
Copy link

@JammingBen JammingBen requested a review from dschmidt December 18, 2023 18:23
@kulmann kulmann merged commit 554eefb into stable-8.0 Dec 19, 2023
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the refactor-shortcut-modal branch December 19, 2023 04:46
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.

3 participants