-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(PPDSC-2358): removed loading state for Tag and Flag components #359
chore(PPDSC-2358): removed loading state for Tag and Flag components #359
Conversation
You can preview these changes on: |
@@ -6657,9 +6657,9 @@ exports[`Audio Player Composable renders with TimeDisplay label overrides 1`] = | |||
-moz-appearance: none; | |||
-ms-appearance: none; | |||
appearance: none; | |||
background-color: #D5E0FC; | |||
background-color: #3358CC; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, I've made some changes to the button/styled.ts
, loading looks good now.
…ag-and-flag-components
…ag-and-flag-components
…ag-and-flag-components
…ag-and-flag-components
…ag-and-flag-components
…ag-and-flag-components
…359) * chore(PPDSC-2358): removed loading state for Tag and Flag components * chore(PPDSC-2358): fix loading state * chore(PPDSC-2358): update buttons disabled state * chore(PPDSC-2358): revert changes * chore(PPDSC-2358): missed revert * chore(PPDSC-2358): remove flag and tag loading state * chore(PPDSC-2358): update Tag types * chore(PPDSC-2358): update Tag types
PPDSC-2358
What
Tag
andFlag
shouldn't have loading stateFlag
andTag
shouldn't have loading propI have done:
I have tested manually:
Before:
After:
Who should review this PR:
How to test: