Commit Graph

18 Commits

Author SHA1 Message Date
Linkie Link
6ac7708ca5
feat: debounce input sliders (#784)
* feat: debounce input sliders

* fix: fixed the debounce function
2024-02-09 08:29:26 +01:00
Linkie Link
12a11a2ffc
fix: fixed a dependency 2024-02-07 11:23:12 +01:00
Linkie Link
9c6f5bcc94
fix: update account health on modal close (#776) 2024-02-07 11:00:50 +01:00
Bob van der Helm
b2b8f93bc3
vault: separate aprs (#777) 2024-02-07 10:59:54 +01:00
Bob van der Helm
ef9c353b6b
Mp 2193 pnl breakdown (#775)
* perps: add additional pnl info

* perps: make realized / unrealized coins
2024-02-06 15:12:55 +01:00
Linkie Link
9ccb32b743
fix: filled the empty space below collapsed content (#773)
* fix: filled the empty space below collapsed content

* fix: fixed timings
2024-02-06 13:48:41 +01:00
Linkie Link
3c280518e8
Morph summary (#763)
* fix: fixed mobile issues with SVGs

* feat: first morphing AccountDetails

* tidy: composition refresh

* tidy: fine adjusting

* fix: svg fixes

* feat: updated summary structure

* feat: overall layout adjustments

* fix: fixed svg adjustments

* feat: finished AccountSummary update

* fix: fixed build

* tidy: refactor

* fix: fix enourmous APYs

* fix: don’t abbreviate APYs

* tidy: console.log

* fix: fix borrow Rate sorting

* fix: fixed scrollbars

* fix: hide scrollbars

* fix: resolved feedback

* fix: amount not size

* feat: only show credit account number outside of modals

* fix: added missing Strategies to PortfolioAccount

* fix: save some space
2024-02-06 10:05:42 +01:00
Linkie Link
c4a2a7d913
Perps account preview (#750)
* fix: fixed the Liquidation Price inside the TradeSummary

* feat: added account preview

* tidy: refactor

* feat: added HLS intro

* fix: closing the wallet select focusComponent

* fix: added perps position update to edit as well

* fix: fix update perp

* fix: fail catch

* fix: implemented suggest changes

* tidy: fix

* fix: unfix

* fix: created helper function

* tidy: console.log
2024-01-30 16:18:54 +01:00
Linkie Link
3123220fee
Withdraw and fund fix (#756)
* fix: fixed markets.find(byDenom())

* fix: fixed the account Summary in modals

* fix: fixed the withdraw lent assets logic
2024-01-30 13:51:23 +01:00
Bob van der Helm
a00c8e391b
Moved Markets data to SWR (#749) 2024-01-26 16:55:45 +01:00
Linkie Link
7cfe05ebb7
tidy: refactor 2024-01-24 17:20:51 +01:00
Linkie Link
11dac403a0
fix: hide Perp Positions on Osmosis 2024-01-24 17:15:43 +01:00
Linkie Link
8a61d5413e
fix: fixed merge issues 2024-01-24 17:08:53 +01:00
Bob van der Helm
74c9a41a8b
fixed refetchgin of account data (#747)
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
2024-01-24 17:06:12 +01:00
Linkie Link
0ccb29154a
feat: created AccountPerpsPositions for the AccountDetails component (#745)
* feat: created AccountPerpsPositions for the AccountDetails component

* fix: type fixing

* feat: added ToolTip

* tidy: refactor

* fix: added unrealized PnL placeholder

* tidy: finetune on the border color

* fix: fixed tables

* fix: adjustments according to feedback

* fix: fixed lent assets table

* fix: fixed typing

* refactor: streamline size to amount
2024-01-23 15:14:48 +01:00
Linkie Link
000aa71e06
Miscellaneous (#737)
* fix: sorted assets by value

* tidy: refactored AssetsSelectTable

* fix: fixed the multipleVaultWithdraw Modal
2024-01-18 09:36:26 +01:00
Linkie Link
fd924c885e
Custom Pyth Endpoint & Price Data on Tx's (#736)
* env: remove testing library

* fix: use pyth over oracle

* fix: fix the endpoints

* fix: fix build

* tidy: refactor

* fix: fixed account fetching

* fix: made all queries chain agnostic

* fix: fixed the chart position

* feat: added basic auth

* fix: added env validation

* fix: added ‘no-cors’ and included credentials

* fix: removed ‘no-cors’ mode

* fix: change the isLessThanACent logic

* tidy: console log

* fix: added fallback api

* feat: progress on pythVaas

* fix: getting prices

* fix: try catch

* feat: add pythPriceData to transactions based on setting

* fix: disable Pyth Update when user uses Ledger

* tidy: copy
2024-01-18 09:03:32 +01:00
Bob van der Helm
ab0e184a39
refactor components folder (#734)
* refactor components folder

* create leverage slider variants
2024-01-16 15:35:18 +01:00