-
Notifications
You must be signed in to change notification settings - Fork 5
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
UI: Various improvements and fixes #128
Conversation
- Handles lengthy names - Handles range prices for currencies with many digits - Star rating composable
…cyCard - Handle lengthy currency names (bisq-network#121); DropDown component
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.
Excellent Job @nostrbuddha
Only minor code comments to consider for next PR.
For the payment accounts some UI stuff could be improved (floating combo box positioning for example) but we can do that later on the polishing stage. Merging now :D
shared/presentation/src/commonMain/kotlin/network/bisq/mobile/presentation/BasePresenter.kt
Show resolved
Hide resolved
.../src/commonMain/kotlin/network/bisq/mobile/presentation/ui/components/atoms/SegmentButton.kt
Show resolved
Hide resolved
IDE warning related to one of my comments above @nostrbuddha |
Thanks. Will take care of the warnings in future! |
LocalStrings.current
accessible asstrings
from all presenters that inherit from BasePresenter