Matthew Russell
1041864ad8
chore(trading): remove unnecessary forwarding of grid refs ( #4486 )
2023-08-04 11:08:28 +01:00
Maciek
8a47a92dbd
fix(trading): add info splashes on deposit and withdrawals list containers ( #4479 )
2023-08-03 12:01:42 +01:00
Matthew Russell
c1675e4b49
feat(trading): design changes ( #4264 )
...
Co-authored-by: Art <artur@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
Co-authored-by: Dariusz Majcherczyk <dariusz.majcherczyk@gmail.com>
2023-07-24 09:37:18 +01:00
Matthew Russell
c3e39b6e15
refactor(trading): pane stores for grid state ( #4119 )
2023-06-26 17:10:22 -07:00
Matthew Russell
9703c3b7a6
fix(trading): deposit table loading state ( #4143 )
2023-06-20 13:50:10 -07:00
Matthew Russell
0d96c487d9
fix(trading): use ag grid to handle error,loading and no data message ( #4012 )
2023-06-06 00:08:19 -07:00
Matthew Russell
db75261cd5
chore(react-helpers): remove ag-grid deps ( #3628 )
2023-05-09 09:04:33 +01:00
Matthew Russell
72821dd183
chore(utils,react-helpers,data-provider): remove apollo deps from ui-toolkit ( #3626 )
2023-05-07 18:01:07 -07:00
Maciek
5dbc5d7997
chore(trading): make loading masks in tabs consistent along the app ( #3155 )
2023-03-15 16:08:48 +01:00
Maciek
197f2e8097
chore(trading): 2825 buttons floating over table rows ( #3084 )
2023-03-08 15:58:40 +01:00
Matthew Russell
a796a38200
chore(datagrid,utils,react-helpers): rename token app, add utils, datagrid, i18n ( #3022 )
2023-02-28 10:56:29 -08:00
Maciek
b2a115f935
chore(trading): handle timeout and offline errors ( #2918 )
2023-02-16 17:30:32 +01:00
m.ray
b40358a723
fix(trading): consolidate view as user mode ( #2778 )
2023-01-31 16:04:52 +00:00
Bartłomiej Głownia
00e319b3c6
chore: handle not found errors as correct response ( #2759 )
2023-01-27 18:35:45 -08:00
Bartłomiej Głownia
1a6266e2ec
chore: fix data and no data message update issues in trading data grids ( #2620 )
2023-01-17 15:01:24 +00:00
Bartłomiej Głownia
d1b45a65a0
feat( #1812 ): do not require Ethereum connection to display collateral ( #2028 )
...
* feat(#1812 ): don not require ethereum connection to display collateral
* feat(#1812 ): amend trading-account e2e tests
* feat(#1812 ): move Web3ConnectDialog to dialogs container, fix Web3Container childrenOnly option
* feat(#1812 ): fix withdraw e2e tests
* feat(#1812 ): reverse DialogsContainer changes, add Web3ConnectUncontrolledDialog
* feat(#1812 ): wrap WithdrawalDialog with Web3Container
* feat(#1812 ): fix deposit dialog handling in ZeroBalanceError
* feat(#1812 ): fix deposit and withdraw dialog e2e tests
* feat: market proposal selector - fix failing on develop e2e tests
* feat: market proposal selector - fix failing on develop e2e tests
* feat: market proposal selector - fix failing on develop e2e tests
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-11-16 15:10:17 +01:00
m.ray
f6c2a7aa56
chore( #1972 ): delete deposit page and update deposit cypress tests ( #1990 )
...
* fix : #1972 update deposit cypress tests and delete deposit trading page
* fix : #1972 remove portfolio/deposit route
2022-11-09 16:45:30 -08:00
Matthew Russell
c576037b58
chore( #1873 ): trading hash router ( #1921 )
...
* chore: make liquidity page client side only
* chore: switch to hash based router
* chore: add index files for each page
* chore: tidy up _app
* chore: convert to use useRoutes
* fix: active state with react-router NavLink
* feat: add routes enum
* chore: restrict link and router imports from next
* chore: update testing navigation to use hash routes
* fix: typoe in eslint rule message
* chore: remove unnecessary getInitialProps function definition
* chore: wrap tests with memory router
* chore: delete unused index.page file
* chore: update suspense fallback state
* chore: add comment for link component span usage, update link to use toolkit styles
* chore: fix lint issues
* chore: delete client deposit page
* chore: revert title in _app so title gets set correctly without rerender
* revert: removal of deposit page so deposit e2e tests still pass
* chore: move client router to index page so valid status codes are still sent
* fix: wrong route path for markets page, cypress tests
2022-11-08 08:23:38 +01:00