Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes WOOMOB-445
Description
When testing 22.2 two UI glitches were found:
Loading Spinner cut off when opening shipping class
Fix by replacing the bottom margin with a vertical margin to keep it symetrical.
Wrong skeletons color in the Plugins screen
The custom composable used a fixed color there. After looking around, I noticed there's a
SkeletonViewfor such a scenario, so I replaced the custom one with it completely. This should ensure the shimmer effect is consistent across the screens.Steps to reproduce / Testing information
Loading Spinner cut off when opening shipping class
Wrong skeletons color in the Plugins screen
The tests that have been performed
The above
RELEASE-NOTES.txtif necessary. Use the "[Internal]" label for non-user-facing changes.