Bartłomiej Głownia
043c733185
[ #108 ] Add more positions-table unit tests
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
a68bce9ed1
[ #108 ] replace assign-deep with loadash/merge
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
7e74615bf6
[ #128 ] fix MarketData cache issue, add default cachePolicy to data provider
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
7ba74eeafd
[ #128 ] generic data provider improvments
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
6e6a79d8e3
Wrap Web3Container with act
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
e3a1142579
[ #128 ] Add variales handling in data provider
2022-03-29 19:13:00 +02:00
Bartłomiej Głownia
aec5d54820
[ #128 ] add <Positions/> component to trade-grid, add useDataProvider hook
2022-03-29 19:12:45 +02:00
Bartłomiej Głownia
7f1632d44d
[ #128 ] add <PositionsTable/> component
2022-03-29 18:57:13 +02:00
Bartłomiej Głownia
936ed3f9e7
[ #128 ] Add positions data provider
2022-03-29 18:57:13 +02:00
Bartłomiej Głownia
95f66ccd9b
[ #128 ] Make market data provider generic
2022-03-29 18:57:10 +02:00
Bartłomiej Głownia
30c990bb3e
#128 Add positions library
2022-03-29 18:55:41 +02:00
Dexter Edwards
c5788fa1cf
Feat/122 next previous buttons ( #131 )
...
* fix use fetch hook
* add next/previous buttons
* disable the button if the block is 1
* prevent slow fetches from overriding data
* move splash loader into UI toolkit
* remove splash loader
* remove splash
* remove pointless component
* add tests for blocks page
* fix jump to party
* merge updates
* address PR comments
2022-03-29 14:30:23 +01:00
Sam Keen
47e703c558
Merge pull request #149 from vegaprotocol/feat/113-stats-use-theme-switch-hook-and-ui
...
Feat/113 stats use theme switch hook and UI
2022-03-29 12:49:05 +01:00
Matthew Russell
d4652b3dd8
Task/Strict mode enabled for trading app ( #150 )
...
* enable strict mode and fix resulting type errors
* fix print affected command
* remove assign-deep and use lodash/merge, fix some type errors after enabling strict mode
2022-03-28 12:34:45 -07:00
Edd
859dc60133
Fix/typo in block explorer label ( #142 )
...
Transaction is usually `txn` not `tnx`.
- Update label
2022-03-28 08:28:09 -07:00
Bartłomiej Głownia
73e778de34
Merge pull request #114 from vegaprotocol/feature/29-market-list-table-improvments
...
Feature/29 market list table improvments
2022-03-28 09:20:57 +02:00
Sam Keen
c850d94185
Merge pull request #117 from vegaprotocol/feat/75-link-like-button
...
UI toolkit - create a 'link-like' button and use in block explorer
2022-03-25 17:04:00 +00:00
sam-keen
bf2ff8af53
Merge remote-tracking branch 'origin/master' into feat/75-link-like-button
2022-03-25 16:50:01 +00:00
sam-keen
1d2db41e92
Added new shared theme switcher into stats project
2022-03-25 16:47:28 +00:00
sam-keen
e308a923c2
Moved the theme switcher hook into a shared lib
2022-03-25 16:45:12 +00:00
Matthew Russell
c247d0ba6d
Fix/Typos in Infura env var
2022-03-25 08:54:31 -07:00
Bartłomiej Głownia
ddb0681fb5
Merge branch 'master' into feature/29-market-list-table-improvments
2022-03-25 15:31:49 +01:00
Edd
fe12b45039
Merge pull request #146 from vegaprotocol/feat/110-ui-toolkit-alpha-lyrae
...
Feat/110 UI toolkit alpha lyrae support
2022-03-25 13:53:02 +00:00
sam-keen
a38971c3da
Added Alpha Lyrae support for ui-toolkit
2022-03-25 12:58:23 +00:00
sam-keen
39a7f9e526
Pulled env var into variable which stopped webpack compilation errors
2022-03-25 12:56:58 +00:00
Edd
23a3c8fdd3
Merge pull request #132 from vegaprotocol/feat/127-generalised-stats-page
...
frontend-monorepo-127 Generalize stats page to work for all environments
2022-03-25 11:43:35 +00:00
Edd
ab1d9680c0
Merge pull request #135 from vegaprotocol/feat/134-ids-using-mono-font
...
frontend-monorepo-134 Ensure displayed ids are using mono font
2022-03-25 11:30:38 +00:00
Edd
86b089f77c
Merge pull request #140 from vegaprotocol/feat/137-remove-top-white-border
...
frontend-monorepo-137 Remove top white border
2022-03-25 11:16:08 +00:00
sam-keen
9b4a41be07
Merge remote-tracking branch 'origin/master' into feat/75-link-like-button
2022-03-25 11:12:01 +00:00
sam-keen
4862b0a1c3
Added cypress env name var for tests
2022-03-25 10:42:40 +00:00
sam-keen
13387e4ed4
Uppercase env names in env vars
2022-03-25 10:37:16 +00:00
Matthew Russell
8e9c2e4080
Feat/105 Web3 Setup ( #119 )
...
* add deposit page
* add web3 provider using web3-react package
* add env setup, add guard for incorrect chain id
* add lib for web3-provider
* make wallet and ethereum connect dialogs look more consistent
* add setup tests file for jest-dom
* remove chain id config and just use appChainId prop, add disconnect button to invalid chainId state
* remove .env file for now, will complete as own ticket
* switch handling of connect dialog state to the consuming app
* rename web3-provider package to just web3
* envs for each environment so we can specify chainId
* remove fallback to testnet for apollo client creation
* make web3container enforce connection before rendering childen
* move infura id to env var
2022-03-25 00:44:10 -07:00
Matthew Russell
0af568dada
Fix/Clear active public key from local storage after disconnect
2022-03-25 00:43:49 -07:00
Matthew Russell
ed8db76af7
Task/AgGrid and responsive nav font size ( #130 )
...
* add custom properties to style ag grid tables
* use theme styles, make nav text sizes responsive
* move row and header heights to parent
* use max-w-full
2022-03-24 11:08:57 -07:00
Bartłomiej Głownia
fae1b8a5ee
Cleanup after tests of ag-grid optimization
2022-03-24 18:29:56 +01:00
sam-keen
9d77ab15dc
frontend-monorepo-137 Remove top white border
2022-03-24 16:56:37 +00:00
sam-keen
6806aff6b6
frontend-monorepo-134 Ensure displayed ids are using mono font
2022-03-24 16:44:23 +00:00
sam-keen
e2a61d26ad
Proper way to get environment variables, and hoisted obtaining the env vars to the consumer of the stats manager
2022-03-24 14:58:24 +00:00
Bartłomiej Głownia
afd82a8e45
Revert useApplyGridTransaction changes
2022-03-24 14:52:33 +01:00
Bartłomiej Głownia
1db7919875
Code style fixes
2022-03-24 14:29:51 +01:00
Bartłomiej Głownia
f2e297ce39
Cleaup after use-markets hook
2022-03-24 14:29:49 +01:00
Bartłomiej Głownia
4698e532c1
Use data markets data provider instead of use-markets hook
2022-03-24 14:29:12 +01:00
Bartłomiej Głownia
2c28c9dd2d
Test ag-grid optimization approach
2022-03-24 14:27:00 +01:00
Bartłomiej Głownia
8b57f6fdb1
Fix RTL warnings
2022-03-24 14:24:12 +01:00
Bartłomiej Głownia
81763c1e70
Move apollo/react-testing to dev dependencies:
2022-03-24 14:23:31 +01:00
Bartłomiej Głownia
15a7887351
Fix 0 handling in PriceCell
2022-03-24 14:23:31 +01:00
Bartłomiej Głownia
f6e95392df
Add immer
2022-03-24 14:23:28 +01:00
Bartłomiej Głownia
319d3adf23
Unmount singleton hook if no consumers left
2022-03-24 14:22:46 +01:00
sam-keen
af5832fa9e
Merge remote-tracking branch 'origin/master' into feat/127-generalised-stats-page
...
# Conflicts:
# apps/stats/jest.config.js
# libs/network-stats/src/config/types.ts
# tsconfig.base.json
# workspace.json
2022-03-24 12:21:44 +00:00
sam-keen
5d6147ec7e
frontend-monorepo-127 Generalize stats page to work for all environments
2022-03-24 12:04:01 +00:00