* relative long/short chart
* eth icon bug
* simplify language and chart styling
* fix sol icon bug
* sort segments and include unsettled positions
* make chart angle relative to value
* sol, msol color
* simplify math
* change language
* re-work account overview layout
* increase tabs margin-b
* correctly net unsettled perps and add dust treshold
* layout
* xl breakpoint
* add spot balances to store
* add missing file
* update long / short exposure values and charts
Co-authored-by: Maximilian Schneider <mail@maximilianschneider.net>
* Fix Risk Calculator PERP loading unreliably
- Removed reliance on multiple variables for loading perp positions, notably making the MNGO-PERP fail to load correctly.
- Removed base position from Unsettled Funding calculation as it's displayed in quote token, not the perp token
- Fixed perps In Orders calculation so it was consistent in both places it's present
* Ran lint and prettier