-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(router): frozen layout on navigation and resize (#2521)
* chore(deps): bump SDK version hash * fix(router): use ValueKey for MainLayout fixes non-responsive UI due to immutable MainLayout ignoring routing and layout size changes * fix(price-charts): filter out CEX coins not in known assets list the use of `.single` in `getSdkAsset` would result in exceptions for coins that were not in the known assets list * chore(deps): bump SDK version hash * refactor: remove isMobile from ValueKey and update filter comment * fix(charts): Allow edge-case for multiple assets for a given ticker. Although unlikely anytime soon, if the coins repo has a change pushed to it where this assumption no longer holds true, then we want to error out because there are many instances where we've assumed a given ticker will have exactly 1 or 0 coins/assets, which may wreak havoc if it's not treated as a breaking change. --------- Co-authored-by: Charl (Nitride) <[email protected]>
- Loading branch information
1 parent
73ac363
commit 869c8fa
Showing
5 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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