You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Support Group by filter in Portfolio.
Title: Group by
Description: Group assets by
Options: None (default), Accounts, Networks
If a group has no tokens visible (after other filters are applied), it should be hidden. Ex. Hiding small balances & grouping by account, an account group with no balance for any token would be hidden.
Portfolio v2 designs have grouping support, if done with Portfolio v1 use section grouping.
The text was updated successfully, but these errors were encountered:
* Support Group By Filter & Display Setting in Portfolio
* Update PortfolioStoreTests to test each filter separately, add tests for grouping by accounts and grouping by networks
* Add empty state, loading state to Portfolio Assets
* Sort order of 0 balance assets can change when tapping save filters without changing filters.
* Update `Hide Small Balances` threshold from $1 to $0.05.
Update logic so groups with no balance are only hidden when `Hide Small Balances` is enabled
* Add new `WalletDisclosureGroup` replacement for `DisclosureGroup` which uses `leo.carat.down` for the expand button and has no indent. Fix group sorting for iOS 16.4 ..< iOS 17
…y filter & Empty State (brave/brave-ios#7826)
* Support Group By Filter & Display Setting in Portfolio
* Update PortfolioStoreTests to test each filter separately, add tests for grouping by accounts and grouping by networks
* Add empty state, loading state to Portfolio Assets
* Sort order of 0 balance assets can change when tapping save filters without changing filters.
* Update `Hide Small Balances` threshold from $1 to $0.05.
Update logic so groups with no balance are only hidden when `Hide Small Balances` is enabled
* Add new `WalletDisclosureGroup` replacement for `DisclosureGroup` which uses `leo.carat.down` for the expand button and has no indent. Fix group sorting for iOS 16.4 ..< iOS 17
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Support
Group by
filter in Portfolio.Title:
Group by
Description:
Group assets by
Options:
None
(default),Accounts
,Networks
If a group has no tokens visible (after other filters are applied), it should be hidden. Ex. Hiding small balances & grouping by account, an account group with no balance for any token would be hidden.
Portfolio v2 designs have grouping support, if done with Portfolio v1 use section grouping.
The text was updated successfully, but these errors were encountered: