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

Improve loading state; prevent duplicate refresh #289

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

ohltyler
Copy link
Member

Description

Another usability PR to clean up 2 things:

  1. improve button enablement/disablement based on redux loading states (representing APIs in-progress), and state vars when a user-specified ingest, search, or delete action occurs
  2. Removes unnecessary page reload on workflow creation

Demo video showing simplified creation flow and more fine-grained button states:

screen-capture.25.webm

Issues Resolved

Resolves #287

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@ohltyler ohltyler merged commit 73421bf into opensearch-project:main Aug 15, 2024
12 checks passed
@ohltyler ohltyler deleted the loading branch August 15, 2024 23:56
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 15, 2024
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 73421bf)
ohltyler added a commit that referenced this pull request Aug 15, 2024
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 73421bf)

Co-authored-by: Tyler Ohlsen <[email protected]>
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.

Add loading state
2 participants