mistica-android
mistica-android copied to clipboard
### :goal_net: What's the goal? Update color of subtitle in lists ### :construction: How do we do it? Changed secondary color to primary color in lists (check screenshots) ### ☑️...
### :goal_net: What's the goal? Unify Ids Tags Old tag view was a TextView, so we could not reach icon the ID, to solve this problem we wrap compose tag...
### :goal_net: What's the goal? Unify button ids ### :construction: How do we do it? * Add ids to button elements ### ☑️ Checks - [x] I updated the documentation,...
### :goal_net: What's the goal? Unify Feedback Error Ids ### :construction: How do we do it? * Update Ids ### ☑️ Checks - [ ] I updated the documentation, including...
### :goal_net: What's the goal? Add Skeleton Ids. ### :construction: How do we do it? * Add Skeleton Ids ### ☑️ Checks - [ ] I updated the documentation, including...
### :goal_net: What's the goal? Unify Ids Empty state ### :construction: How do we do it? * Update Empty state Ids ### ☑️ Checks - [ ] I updated the...
### :goal_net: What's the goal? Unify Ids Title Title had a TextView as link button, changed to use Mistica Link button ### :construction: How do we do it? * Replace...
### :goal_net: What's the goal? ❗ About 20 files are only import changes ❗ Unify Button element Ids - button - button_text - button_text_loading - button_progress - button_icon We found...
### :goal_net: What's the goal? Improve accessibility for XML list items (Classic) ### :construction: How do we do it? * Create new ListRowItemWithSwitch component to handle custom a11y configuration *...
### :goal_net: What's the goal? Align ListRowItem accessibility for Compose according to new Figma definition: https://www.figma.com/design/Be8QB9onmHunKCCAkIBAVr/%F0%9F%94%B8-Lists-Specs?node-id=4977-5442&t=iqE1tr998GXqKVZ4-4 ### :construction: How do we do it? - Creating ListRowItemWithSwitch and ListRowItemWithCheckBox. - Letting...