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

Corrected Bindings List Refresh #824

Conversation

ralikio
Copy link
Member

@ralikio ralikio commented Aug 20, 2024

Description

Changes proposed in this pull request:

Details in commits descriptions.

Related issue(s)

#442

Setting delay attribute's value to 1 to minimize time needed for Busy indicator to appear.
Previously, when opening dialog for am instance with bindings before doing the same for an instance without bindings dialog kept data for the former one. Clearing instances and bindings list data prevents this behaviour.
Removed unnecessary `setLoading(false)` invocations not to turn BusyIndicator off too soon.
Display ObjectPageContent with additional top padding. Center busy indicator by setting its display property to `block`.
@ralikio ralikio requested a review from a team as a code owner August 20, 2024 10:50
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 20, 2024
@ralikio ralikio added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Aug 20, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 21, 2024
@MarekMichali MarekMichali merged commit 1ea1802 into kyma-project:sm-integration Aug 21, 2024
12 checks passed
szwedm pushed a commit that referenced this pull request Aug 21, 2024
* Minimum Delay on Busy Indicator

Setting delay attribute's value to 1 to minimize time needed for Busy indicator to appear.

* Clearing Instance Between Dialog Reloads

Previously, when opening dialog for am instance with bindings before doing the same for an instance without bindings dialog kept data for the former one. Clearing instances and bindings list data prevents this behaviour.

* Corrected Loading State

Removed unnecessary `setLoading(false)` invocations not to turn BusyIndicator off too soon.

* Correct CSS for Object Page and Busy Indicator

Display ObjectPageContent with additional top padding. Center busy indicator by setting its display property to `block`.
kyma-gopher-bot pushed a commit that referenced this pull request Aug 22, 2024
* Minimum Delay on Busy Indicator

Setting delay attribute's value to 1 to minimize time needed for Busy indicator to appear.

* Clearing Instance Between Dialog Reloads

Previously, when opening dialog for am instance with bindings before doing the same for an instance without bindings dialog kept data for the former one. Clearing instances and bindings list data prevents this behaviour.

* Corrected Loading State

Removed unnecessary `setLoading(false)` invocations not to turn BusyIndicator off too soon.

* Correct CSS for Object Page and Busy Indicator

Display ObjectPageContent with additional top padding. Center busy indicator by setting its display property to `block`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature lgtm Looks good to me! size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants