-
Notifications
You must be signed in to change notification settings - Fork 154
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
v5.2.0 #1706
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
* Refactor futures to use redux and sdk * More futures state refactor * Markets query updates * Clean up * Refactor clean up * More createSelectors
Merge main into dev
Merge main into dev
* feat: added 1inch token to spot balances table. * fix: added liquid KWENTA token support on spot balances table. * fix: changed Oracle Price to Price copying. * fix: updated spot balances holding. * refactor: lifted exchange tokens query up to Overview component. * fix: filtered same synth tokens from 1inch tokens. * fix: token description. * fix: show mobile spot balances. * fix: sortable synth balances table. * fix: removed toWei operation in OpenPositions component. * fix: type safe of priceChange. * fix: added KWENTA token log. * fix: corrected balance set. * feat: sort spot balance in descending order by default. + feat: added sortWei util. * fix: variable renaming. * refactor: removed redundant code. Co-authored-by: Oluwakorede Fashokun <koredefashokun@gmail.com> * fix: used sdk coingecko prices query. + feat: added batchGetCoingeckoPrices fn. * revert: useCoinGeckoTokenPricesQuery. * style: import sort [Overview.tsx). * revert: reset tokenBalances redux selector. * fix: removed unused selectors. * refactor: clean up initExchangeTokens. Co-authored-by: Oluwakorede Fashokun <koredefashokun@gmail.com>
* Extracted Banner component from HomeLayout for easier management * Add dedicated BANNER_ENABLED constant for toggling the home page banner * disable banner Co-authored-by: platschi <platschi@posteo.org>
Updated the rainbowkit to v8 and fix the breaking changes
* fix: used `suggestedDecimals` in all possible places. * fix: adjusted decimals. * fix: adjusted decimals (pro). * fix: used const instead of let. + refactor: added temporary variables. * set cut off to 10 Co-authored-by: platschi <platschi@posteo.org>
* Added estimated rewards for the ongoing epoch * Updated the dollar decmails to 2 * Sorted the tabs by usage * Made balance more visible and the top box clickable * Fetched more escrow table results * Only show the estimated reward on the latest period * Added cm fee in the query * Fixed the build error * Fixed the types and add tooltip * Bump contrast on text on dark theme and fix the background * Move the tooltip to fee paid * Added info icon * Update the color of epoch switcher * Re-sorting the tabs * Update the color of the tab group title on left nav and revert the background color of light theme * Revert the change of the card color on light theme * Updated the table header * Update the label * Updated the header * Update the labels * Removed the estimated rewards * Removed the unnecessary formula * Reduced the padding of tooltip
* Show dynamic fee without input * Cleaned the code * Changed the way to add dynamic fee * Removed unnecessary code * Cleaned the code
* fix: disabled suggestedDecimals on balance label (sUSD). * fix: use suggestedDecimals on market page. * fix: use suggestedDecimals on dashboard page. * fix: use suggestedDecimals on dashboard page (mobile). * fix: use suggestedDecimals on MarketsDropdown (mobile).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Fix position card avg entry preview calculation so it matches the position chart * Fixed average entry calculation and moved it to a reusable hook
Tburm
approved these changes
Dec 1, 2022
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
Release
v5.2.0
Related issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):