-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: UIKit chip component #568
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Add new colors and definitions to Catalyst Theme. * feat: Add VoicesAppBar and sub-actions. * feat: Add CatalystVoicesIcons set. * feat: Update actions components to use CatalystVoices icons. * feat: Add VoicesAppBar widget. * docs: Add docs for actions widgets. * feat: Add search button. * feat: Update unlock icon to use CatalystVoices icon set. * feat: Add SearchButton to VoicesAppBar. * feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`. * feat: Move icons to right for action buttons. * chore: Removed unused import. * Fix: Point `flutter-ci` to main branch. * chore: Change typedef of button callbacks. * chore: Rename chevron icons. --------- Co-authored-by: Steven Johnson <[email protected]>
* Update .earthlyignore * chore: ignore Earthfile in .earthfileignore
* feat: add catalyst_cardano wallet api * feat: add error handling * fix: tests * docs: update toc * docs: fix readme * fix: decrement package version * feat: add missing import * fix: assets path * fix: add missing dependency * feat: add example * feat: add error case * refactor: rename getCardanoWallets * fix: method name * chore: ignore flutter plugins generated files * feat: cardano wallet api example (#523) * feat: add missing import * fix: assets path * fix: add missing dependency * feat: add example * fix: method name * fix: balance with multi asset tokens * feat: parse value from utxo * fix: utxo formatting * feat: update example * feat: code adjust * fix: balance * feat: parse multi assets * feat: add multi assets arithmetics * feat: adjust code to latest changes * fix: assets cleanup * feat: support native tokens in utxos * fix: multi asset change calculation * fix: change calculation * refactor: cleanup code * Update .earthlyignore * chore: ignore Earthfile in .earthfileignore * docs: update example * docs: update readme * refactor: cleanup code * docs: readme * docs: improve grammar * refactor: rename value to balance * docs: fix --------- Co-authored-by: Dominik Toton <[email protected]>
* feat: add catalyst_cardano wallet api * feat: add error handling * fix: tests * docs: update toc * docs: fix readme * fix: decrement package version * feat: add missing import * fix: assets path * fix: add missing dependency * feat: add example * feat: add error case * refactor: rename getCardanoWallets * fix: method name * chore: ignore flutter plugins generated files * feat: cardano wallet api example (#523) * feat: add missing import * fix: assets path * fix: add missing dependency * feat: add example * fix: method name * fix: balance with multi asset tokens * feat: parse value from utxo * fix: utxo formatting * feat: update example * feat: code adjust * fix: balance * feat: parse multi assets * feat: add multi assets arithmetics * feat: adjust code to latest changes * fix: assets cleanup * feat: support native tokens in utxos * fix: multi asset change calculation * fix: change calculation * refactor: cleanup code * Update .earthlyignore * chore: ignore Earthfile in .earthfileignore * docs: update example * docs: update readme * refactor: cleanup code * docs: readme * feat: add cip 95 * fix: cip95 deserialization * refactor: formatting * docs: improve grammar * refactor: rename value to balance * docs: fix --------- Co-authored-by: Dominik Toton <[email protected]>
* docs: add common issues docs * docs: fix readme formatting
# Conflicts: # catalyst-gateway/Earthfile
dtscalac
added
review me
PR is ready for review
dart
Pull requests that update Dart code
labels
Jun 24, 2024
✅ Test Report | |
minikin
approved these changes
Jun 24, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Implements a chip component from Figma.
Using a material provided
Chip
from flutter framework would be incorrect semantically, i.e. inVoicesChip
we need aleading
andtrailing
, in flutter's Chip it's calledavatar
anddeleteIcon
. Not all widgets we'll use for trailing will be for deleting.Related Issue(s)
Closes #567
Screenshots
Please confirm the following checks