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

425 Add dynamic command status indicator #426

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

west270
Copy link
Contributor

@west270 west270 commented Jun 28, 2023

Closes #425

Added a Tooltip with an Alert or CircularProgress to the field label to indicate when a dependent field needs selected, if there was an error loading the choices or the choices are currently being loaded.

I found an issue with self referring dynamic commands where setting registerOptions.setValueAs caused a render loop and had to delete registerOptions.setValueAs so self referring dynamic commands would work again.

@west270 west270 requested a review from obr42 June 28, 2023 19:06
Copy link
Collaborator

@obr42 obr42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the look of the indicator!

say_specific_with_choices_argument(s) both work as expected

say_specific_dictionary_with_key_reference shows the indicator, selecting an instance doesn't return anything but the indicator goes away without providing any options

All the URL related commands have an error the infinite loops

@west270 west270 requested a review from obr42 July 7, 2023 13:26
Copy link
Collaborator

@obr42 obr42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

say_specific_dictionary_with_key_reference now works as expected, other two still work

@west270 west270 force-pushed the dynamic-command-status-indicator branch from 46116d8 to 780d0a2 Compare July 12, 2023 13:42
@west270 west270 merged commit 3daff50 into beer-garden:main Jul 12, 2023
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.

Add dynamic command status indicator
2 participants