mulan xia
b32a6c8c05
update to use tokens, small fixes
2024-01-23 11:32:56 -05:00
Bill
e93850484b
CCTP deposit/withdraw to throw error if nobleClient is not initialized ( #215 )
...
* CCTP deposit/withdraw to throw error if nobleClient is not initialized
* update error str
2024-01-22 09:55:26 -08:00
aleka
521b6d6135
test flag for sign in option ( #236 )
2024-01-17 16:22:17 -08:00
aleka
94772bf4dc
bump abacus to remove base position notional ( #235 )
2024-01-17 15:52:02 -08:00
Bill
fef9935883
Support notification for trading rewards ( #224 )
...
* Support notification for trading rewards
* bump abacus
* Stack notifications based on notification type
* address comments
2024-01-16 10:19:48 -08:00
Bill
c7a5b706e1
Fix toAmount/toAmountMin on withdraw ( #232 )
2024-01-15 10:31:23 -08:00
Bill
ad6aa1af49
Bump abacus, fix onboarding toAmount ( #229 )
2024-01-11 11:52:02 -08:00
Jared Vu
55b2c3fb4a
Update Funding Chart Tooltip ( #225 )
...
* 🚧 depth chart
* ✨ Fixed types and shortened FundingRateTooltip
* 💄 update depth chart color scale to use css var
* 💄 use layer-6 instead of text-1
* 🌐 Add localization, fix nits
2024-01-11 10:31:53 -08:00
Jared Vu
8280e512bc
Remove BasePositionNotional DetailItem ( #223 )
2024-01-09 14:01:38 -08:00
Bill
4bcb1f64ac
Add Kava support for onboarding, and add token symbol to token select ( #220 )
...
* Add Kava support for onboarding, and add token symbol to token select
* bump abacus
2024-01-09 11:51:31 -08:00
Jared Vu
3fc43e8a12
Remove base from baseInitialMarginFraction ( #209 )
2024-01-04 15:35:05 -08:00
Jared Vu
29526b927f
Update deposit and withdrawal receipts ( #212 )
...
* Update receipts
* Remove duplicate const
* Restore env
* format
* Try using raw
* Use 3 spaces T.T
* copy from main
* Update abacus, display proper toAmount and toAmountMin
* nits
2024-01-03 09:56:01 -08:00
Jared Vu
503e089efa
temp hide fees for cctp route ( #213 )
2023-12-23 01:17:41 -08:00
Jared Vu
c3495f462c
Additional Withdraw/Deposit validation ( #211 )
...
* Add cctp amount check and price impact check
* 2.5% -> 2%
2023-12-22 17:31:32 -08:00
Jared Vu
6f344c6b5d
Update comparison function in Table ( #207 )
2023-12-21 10:53:56 -08:00
Jared Vu
c77e727d2b
TRCL-3406: firefox mobile position table row has stretched icon ( #204 )
...
* Fix PositionsTable assetIcon
* Mobile width of HelpDialog
2023-12-19 23:33:36 -08:00
Jared Vu
b83479f45c
Handle New Markets added by Gov ( #201 )
...
* Add celestia assets
* Handle symbol not yet added
2023-12-19 23:25:14 -08:00
Jared Vu
f8bec0fb3d
Update Withdraw form receipt ( #200 )
2023-12-19 09:49:37 -08:00
Bill
71d1a0321b
Do not block website if NobleClient cannot init, and other onboarding fixes ( #193 )
2023-12-13 08:11:19 -08:00
Bill
0f16396c8d
Implement CCTP withdraw ( #188 )
...
* Implement CCTP withdraw
* bump packages
* address comments
2023-12-12 10:12:37 -08:00
Jared Vu
2709d79f59
Firefox issues ( #190 )
...
* remove row flicker on hover
* Fix border for AccountInfoConnectedState on mobile
* Remove sticky position to allow button click
* Fix: AccountInfo not displaying on mobile firefox
* Fix css var name
* Restore filter on Table row hover
* Remove PerspectiveArea. broken on firefox
* Symbol no longer exists on AbacusType
* HorizontalPanel: memoize tabConfig
* input: firefox cant click between chars
2023-12-12 08:37:50 -08:00
Jared Vu
4a044da38f
Size inputs ( #191 )
...
* use formattedValue to update redux state
* Separate updateLeverage and onLeverageInput
* Remove console.log
2023-12-12 07:11:51 -08:00
Jared Vu
9979bc8a16
Prevent Spread row from moving when orderbook updates ( #186 )
...
* Add dummy rows to ensure even row count
* Reverse bids for horizontal layout
* disable pointer-events for dummy rows
2023-12-06 10:26:47 -08:00
Jared Vu
2bf9e66da5
Fix inputs for comma locales ( #171 )
...
* Fix for comma decimal separator locales
* Accept tickSizeDecimals 0
* Use FloatValue as value for Size Input
* Use formattedValue to handle prefix/suffix
* Use MustBigNumber.toString()
2023-12-05 16:22:41 -08:00
Bill
2980144e40
Enable CCTP via TestFlags ( #185 )
...
* Enable CCTP via Env Var
* Use test flags instead
2023-12-05 14:48:47 -08:00
Bill
b1ffa2e219
Support CCTP and noble auto deposits on testnet ( #180 )
...
* Support CCTP and noble auto deposits on testnet
* slippage
* fix fees
* update isCctp, and comments
* bump packages
* cctp.json
* Bump abacus
* fix error
* fix loading button
2023-12-01 15:18:50 -08:00
aleka
91ea68dc53
Add chaos labs launch incentives panel ( #182 )
...
* add chaos lab incentives panel
* add seen state
* external link dialog
* better disconnected state
2023-12-01 15:27:19 -05:00
Bill
15a64232c0
Fix USDT approval ( #170 )
...
* Fix USDT approval
* address comment
2023-11-28 11:44:21 -08:00
aleka
28d3be0370
Release notification ( #169 )
...
* add release notif
2023-11-28 12:36:29 -05:00
Jared Vu
33516422e7
Filter markets and add test flag ( #168 )
2023-11-27 17:05:19 -08:00
aleka
e3da2ee4b1
update copy and other polish ( #157 )
...
* update copy and other polish
* fix mobile nav menu nested buttons
* feedback
2023-11-22 15:06:21 -05:00
Jared Vu
1427b55728
MarketsTable: Sort OpenInterest by notional, Display 24h volume as fiat value ( #158 )
...
* Fix Sort by notional, Display fiat for volume
* OpenInterest notional on top
2023-11-21 16:10:23 -08:00
Jared Vu
532df49a06
Use new redux tradeFormInputs object for TradingForm input display values ( #144 )
...
* Redux slice for TradeFormInputs
* Move sideEffects from TradeForm to hook in Trade
2023-11-20 11:56:09 -08:00
aleka
fb65db633a
move buttons to footer in ack terms ( #155 )
2023-11-20 13:21:06 -05:00
aleka
0def18db07
fix sorting 24h price change in markets table ( #152 )
2023-11-13 09:36:32 -05:00
aleka
b8e72246b9
add manage funds dialog and transfers form styling ( #147 )
...
* add manage funds dialog and transfers form styling
* add sticky footer backdrop
* add testnet deposit toggle
2023-11-10 20:56:27 -08:00
Jared Vu
99e708a984
Notifications Refresh ( #135 )
...
* Remove X button from tablet/mobile Notification menu
* Toast styling
* missed in merge
* .env.example
* Update abacus@1.0.9
* Add notif strings, and abaucs notif state
* Update Notification hooks, add Notification Preference controls
* Consolidate Notification into single component
* withLabel -> withTrigger prop
* nits
* OrderStatusChanged -> AbacusGenerated
* Notification OnClick
* Move Notification -> Components
* withAnimation -> $withAnimation
* Notification styling and click handle
* load state, onClick, localStorage
* add error count
* Rez localStorage Notifications
* Update TransferStatus UI
* Use Notification component for other abacusNotifs
* fix uselocalnotif query
* Default to Notification from NotificationMenu
---------
Co-authored-by: Bill He <bill@dydx.exchange>
2023-11-10 20:55:34 -08:00
aleka
876f620ada
Account menu and components improvements ( #145 )
...
* better copy button
* hide sign into mobile for production and use new copy icon button
* new checkbox
2023-11-10 22:07:29 -05:00
Bill
b9550890da
Add additional onboarding entry points ( #146 )
...
* Add additional onboarding entry points
* flex-wrap
2023-11-10 19:05:46 -08:00
Bill
d4bcfc0428
Fix status empty bug ( #143 )
2023-11-10 09:55:54 -08:00
aleka
7dec32df5e
fix 24h sort in market dropdown, table styling ( #141 )
2023-11-09 16:40:27 -05:00
aleka
e09d574d5b
show deposit form in mainnet onboarding ( #140 )
2023-11-09 15:33:16 -05:00
Bill
944fc6dc95
Handle squid rout errors ( #139 )
...
* Handle squid route errors
* bump abacus
* add dep
* address comments
* fix max
* disable slippage editor
* parse error message in abacus
2023-11-09 10:34:22 -08:00
aleka
91a97a1c68
add network select menu in restriction modals (dev) ( #137 )
2023-11-09 09:10:12 -05:00
aleka
c5f736d805
fix deposit dialog logic ( #136 )
2023-11-08 14:01:16 -05:00
aleka
5e2d426cd1
Send native tokens inclusive fee ( #118 )
...
* send dv4tnt inclusive of fees
2023-11-07 22:42:41 -05:00
Bill
766209baf1
Onboarding fixes ( #131 )
...
* Onboarding fixes
* address comments
* rebase
2023-11-07 17:18:16 -08:00
aleka
906faa554d
Surface close position input errors ( #130 )
...
* show abacus close position validation errors
* bump abacus version
2023-11-07 19:11:08 -05:00
aleka
bd03fb73ca
update mintscan tx link on transfer history table ( #128 )
...
* update mintscan tx link on transfer history table
* bump localization + fix icon button padding in header
2023-11-07 16:00:22 -05:00
aleka
7f3d57b46a
support multiple modes ( #125 )
2023-11-07 12:13:59 -05:00