-
Notifications
You must be signed in to change notification settings - Fork 4
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
SMARTWIFI-10829 tags update #404
Conversation
TYPE_PROMO -> with(MisticaTheme.colors) { promoLow to promoHigh } | ||
TYPE_ACTIVE -> with(MisticaTheme.colors) { brandLow to brand } | ||
TYPE_INACTIVE -> with(MisticaTheme.colors) { neutralLow to neutralMedium } | ||
TYPE_SUCCESS -> with(MisticaTheme.colors) { successLow to successHigh } | ||
TYPE_WARNING -> with(MisticaTheme.colors) { warningLow to warningHigh } | ||
TYPE_ERROR -> with(MisticaTheme.colors) { errorLow to errorHigh } | ||
TYPE_INVERSE -> with(MisticaTheme.colors) { inverse to brand } | ||
else -> with(MisticaTheme.colors) { promoLow to promoHigh } |
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.
Colour changes for compose
TYPE_PROMO -> R.attr.colorPromoLow to R.attr.colorPromoHigh | ||
TYPE_ACTIVE -> R.attr.colorBrandLow to R.attr.colorBrand | ||
TYPE_INACTIVE -> R.attr.colorNeutralLow to R.attr.colorNeutralMedium | ||
TYPE_SUCCESS -> R.attr.colorSuccessLow to R.attr.colorSuccessHigh | ||
TYPE_WARNING -> R.attr.colorWarningLow to R.attr.colorWarningHigh | ||
TYPE_ERROR -> R.attr.colorErrorLow to R.attr.colorErrorHigh | ||
TYPE_INVERSE -> R.attr.colorInverse to R.attr.colorBrand | ||
else -> R.attr.colorPromoLow to R.attr.colorPromoHigh |
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.
Colour changes for classic views
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.
LGTM 👍🏼
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.
great!
I can't see link to check it in Mística Catalog, but can you include screenshots for dark mode in PR description? Everything should fine but just to double check
Sure, I've just added the screenshots in dark mode to the PR description. This github action is failing all the time in uploading the catalog to appcenter https://github.com/Telefonica/mistica-android/actions/runs/12750478199/job/35539118396?pr=404 I'm trying to find out if there is a way for this to be fixed. |
📱 New catalog for testing generated: Download |
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.
👍
🥅 What's the goal?
Update tag color tokens and remove inverse.
Discussion about the colors and the inverse removal:
https://teams.microsoft.com/l/message/19:[email protected]/1736771738837?tenantId=9744600e-3e04-492e-baa1-25ec245c6f10&groupId=e265fe99-929f-45d1-8154-699649674a40&parentMessageId=1736771738837&teamName=M%C3%ADstica&channelName=design-appscore&createdTime=1736771738837&ngc=true
🚧 How do we do it?
☑️ Checks
🧪 How can I test this?
If it cannot be tested explain why.