-
Notifications
You must be signed in to change notification settings - Fork 987
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
Small UI Design Improvements #12544
Small UI Design Improvements #12544
Conversation
Jenkins BuildsClick to see older builds (3)
|
src/quo/components/list/item.cljs
Outdated
@@ -198,7 +198,7 @@ | |||
title subtitle subtitle-secondary active on-press on-long-press chevron size text-size | |||
accessory-text accessibility-label title-accessibility-label accessory-style | |||
haptic-feedback haptic-type error animated animated-accessory? title-text-weight] | |||
:or {subtitle-max-lines 1 | |||
:or {subtitle-max-lines 0 |
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.
I'm not sure we want to change the default value for the component, better to pass a parameter for this case only
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.
Hi @flexsurfer ,
I restored the default value and passed the parameter to 4 instances where overflowing was happening.
97% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (67)Click to expand |
@Parveshdhull thanks for these improvements, looks better now! |
Small UI Design Improvements
1. Status Bar
Summary
Fixed distortion of Status Bar due to opening of Bottom Sheet (In Android Device)
2. Line Wrap
Summary
Fixed cropping of Subtitle texts