mattrussell36
adec04918e
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-05 18:04:46 +00:00
Matthew Russell
9cb84df35c
chore: refactor global store ( #1241 )
2022-09-05 15:25:33 +01:00
Art
e674efdb14
Feat/707 link to market proposal ( #1222 )
...
* feat: link to market proposal (707)
* feat: link to market proposal (707)
* removed a line
* removed label which made edd and barney sad
2022-09-05 14:06:58 +02:00
mattrussell36
47554973c5
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-05 12:04:34 +00:00
AndyWhiteVega
cb4cbdc2ca
Test/757 tfe add e2e tests for governance ( #1236 )
...
* test: initial commit
* test: lint
* chore: set different environement variable for rest url
* test: enable commented out steps
* chore: set base correctly
* chore: correct env var
* test: update to function
* test: lint
* test: governance flow
* test: lint
* test: extra tests
* fix: set fetchPolicy to not cache results so new proposals are updated
* test: update
* test: lint
* test: extra tests
* test: lint
* test: add wait and select proposal
* test: lint
* test: extra checks
* test: lint
* Revert "chore: use custom vega capsule file (#1055 )"
This reverts commit 6b4b896bbc
.
* test: final commit of initial tests
* test: removal of unused file
* test: before all change to reset before each test
* test: speed enhancement
* test: lint
* test: lint check fix
* test: extra tests and checks
* test: lint
* test: extra tests and checks
* test: lint
* test: extra checks & error handling
* test: lint
* test: lint
* test: wallet update
* test: lint
* test: lint
* test: begining of test refactor due to ui revamp
* test: lint
* test: extra test
* test: lint
* test: extra test enable prev skipped
* test: lint
* test: small changes
* test: update ahead of merge
* test: in house vegcapsule config changes
* test: lint
* chore: add vegacapsule config for newer repo
* chore: remove dead config files
* test: genesis and tweaks
* test: lint
* test: added wait to avoid flake
* test: enhancements
* test: lint
* chore: fix lint
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
Co-authored-by: Dexter <dexter@vega.xyz>
Co-authored-by: Joe <joe@vega.xyz>
2022-09-05 09:57:02 +01:00
mattrussell36
0f87c68437
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-05 06:20:23 +00:00
mattrussell36
fc7c54571f
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-05 00:11:46 +00:00
mattrussell36
6546d660c6
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 18:04:11 +00:00
mattrussell36
e7cef22264
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 12:05:09 +00:00
mattrussell36
5230172d2c
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 06:04:05 +00:00
mattrussell36
2e6fa9627d
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 00:09:05 +00:00
mattrussell36
0d75955e80
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-03 18:03:59 +00:00
mattrussell36
7b52629ada
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-03 12:05:20 +00:00
mattrussell36
6ab4e46667
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-03 06:03:57 +00:00
mattrussell36
f89ce686ee
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-03 00:08:46 +00:00
Bartłomiej Głownia
6de90c6b1f
feat( #840 ): update positions tab ( #1101 )
...
* feat(#473 ): add positions metrics data provider
* feat(#473 ) add positions stats
* feat(#473 ) add positions stats
* feat(#473 ): add positions stats
* feat(#473 ): add positions stats
* feat(#473 ): position metrics, test and refactoring
* feat(#473 ): add unit tests to positions table
* feat(#473 ): fix spelling, order positions by updated at desc
* feat(#473 ): protect from division by 0
* feat(#473 ): fix trading positions e2e tests
* feat(#473 ): fix e2e data mocks
* feat(#473 ): post code review clean up
* feat(#993 ): dependencies handling in data provider
* feat(#993 ): fix e2e tests data mocks
* feat(#993 ): remove position metrics mocks, add market data market id
* feat(#993 ): add missing mocks, fix combine function
* feat(#993 ): set loading initially to true, add unit tests
* feat(#993 ): cleanup, add comments
* feat(#993 ): remove undefined from client type
* feat(#993 ): cosmetic changes
* feat(#840 ): update positions tab
* feat:(#993 ): pass informaton about update callback cause
* feat(#840 ): update positions tab
* feat(#840 ): update positions tab
* feat(#840 ): update positions tab
* chore: skip handles 5000 markets e2e test
* feat(#840 ): update positions tab
* feat(#840 ): rename assetDecimals to decimals
* feat(#840 ): close position
* feat(#993 ): notify about update
* feat(#840 ): add use close position hook
* feat(#840 ): do not show 0 volume positions, make liquidation price minimum 0
* feat(#840 ): post code review fixes and improvments
* feat: fix fill-table spec
2022-09-02 13:53:00 -07:00
mattrussell36
fe716f74a1
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 18:04:53 +00:00
botond
9bcb923cc0
Feat/375: Risk notice dialog ( #1096 )
...
* feat: add risk warning modal WIP
* feat: add risk notice modal and fix broken mobile dialog styles
* fix: format
* fix: lint
* fix: format
* fix: dialog scrollbar
* fix: style issues
* fix: styles
* fix: spacing
* fix: more style fixes
* fix: more spacing
* fix: format
* fix: move logic into risk dialog from global app
* fix: brance yourselves, more style updates
* feat: add test for risk dialog
2022-09-02 15:53:38 +01:00
Joe Tsang
75e3f327ff
Test/1221 revisit market tests ( #1234 )
...
* test: test for sorting market
* chore: add headers options to all cy.visit()
* chore: revert header changes
2022-09-02 15:31:30 +01:00
mattrussell36
1ed6759000
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 12:05:28 +00:00
Bartłomiej Głownia
bab1bac2dc
Chore/theme setup env config ( #1181 )
...
* chore: fix /assets/env-config.js 404 by moving it to public dir
* chore: set dark theme class before app load
2022-09-02 12:27:28 +02:00
macqbat
02897f1ee1
feat: [console-lite] - improve useOrderBook hook ( #1208 )
...
* feat: [console-lite] - improve useOrderBook hook
* feat: [console-lite] - improve useOrderBook hook - add unit test
* feat: [console-lite] - improve useOrderBook hook - add unit test
* feat: [console-lite] - improve useOrderBook hook - reduce mock size
* feat: [console-lite] - improve useOrderBook hook - small clean up
* feat: [console-lite] - improve useOrderBook hook - small clean up
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-09-02 11:29:52 +02:00
Joe Tsang
72ce253102
test: add test for partially filled order view ( #1218 )
2022-09-02 10:04:38 +01:00
Dexter Edwards
9e8d34cf9a
fix: network parmaeter casing ( #1225 )
2022-09-02 09:58:25 +01:00
Joe Tsang
cf63e8d85e
chore: try fix esocket timeout error in ci ( #1227 )
2022-09-02 09:57:52 +01:00
mattrussell36
ba811d641d
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 06:19:01 +00:00
mattrussell36
015b6192f6
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 00:08:40 +00:00
mattrussell36
63b25fc1a6
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-01 18:04:37 +00:00
Bartłomiej Głownia
75044fa520
Feat/81 market table filters ( #1203 )
...
* feat(#81 ): amend market table filters
* chore: fix home not default found test
2022-09-01 17:03:42 +01:00
Matthew Russell
429b57ec52
chore: remove valid chain check ( #1164 )
...
* chore: remove valid chain check
* chore: lint
* fix: remove e2e test checking network ids
Co-authored-by: Botond <botond@vegaprotocol.io>
2022-09-01 07:57:35 -07:00
Joe Tsang
2a0f79d1d1
Test/637 settlement expiry ( #1209 )
...
* test: add test for settlement expiry
* chore: change before each hook
* chore: correct d.p. in deal ticket query
2022-09-01 13:24:16 +01:00
mattrussell36
acbbd03716
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-01 12:05:25 +00:00
AndyWhiteVega
e66e5af6a3
Test/token association fixes ( #1216 )
...
* test: fixes
* test: lint
2022-09-01 12:25:11 +01:00
mattrussell36
c79f3b08b4
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-01 06:10:45 +00:00
mattrussell36
a7bf26d253
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-01 00:10:00 +00:00
m.ray
64817aa43e
fix: market ordering ( #1171 )
...
* fix: order by trading mode not by open timestamp
* fix: add fixed vh on landing content
* fix: order by trading mode
* fix: useMarketList added to data provider
* fix: fix network-parameters.spec.tsx
* fix: network switcher font color & height of table rows
* chore: add market page mock to hook
* fix: remove redundant class
* fix: formatting and height of landing modal
* fix: break-word on ids in market info
* fix: linting issue remove import
* fix: remove markets landing mock as it is similar with market list
* Update apps/trading-e2e/src/integration/home.cy.ts
Co-authored-by: Joe <joe@vega.xyz>
2022-08-31 20:06:34 +01:00
mattrussell36
9592ef864f
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31 18:04:20 +00:00
Elmar
1cdea0b2e8
Feat/915 deposit funds ( #1129 )
...
* feat(web3): make web3 container component reusable
* feat(console-lite): add deposits tab to portfolio page
* fix(console-lite): linting errors
* fix(console-lite): pr comments
* fix(console-lite): use enums for network vars
2022-08-31 16:33:08 +01:00
Elmar
4407a778a7
Feat/1147 input setter ( #1148 )
...
* feat(console-lite): stretch half page width for xl screens on connect wallet on portfolio page
* feat(console-lite): make InputSetter component reusable
* fix(console-lite): pr comments
* fix(console-lite): failing tests
2022-08-31 16:32:53 +01:00
AndyWhiteVega
3519f1b814
Test/1205 increase coverage of staking tests ( #1206 )
...
* test: initial commit
* test: lint
* test: flake fix
* test: lint
* test: improve flake
* test: lint
2022-08-31 15:31:00 +01:00
macqbat
d7fee66d89
feat: [console-lite] - calculate slippage (price impact) ( #1173 )
...
* feat: [console-lite] - calculate slippage (price impact)
* feat: [console-lite] - move slippage from estimates to deal-ticket-size
* feat: [console-lite] - slippage - add a bunch of unit tests
* feat: [console-lite] - slippage -
* feat: [console-lite] - slippage - fix some faillings, add enum instead text entry
* feat: [console-lite] - slippage - adjust tooltip info text
* feat: [console-lite] - slippage - fix failling cache
* feat: [console-lite] - slippage - resolve conflicts after rebase
* feat: [console-lite] - slippage - fixes after review
* feat: [console-lite] - slippage - fixes after review
* feat: [console-lite] - slippage - add memo back to the hook
* feat: [console-lite] - slippage - add back order book model outside hook
* feat: [console-lite] - slippage - adjust some int test
* feat: [console-lite] - slippage - adjust some int test
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-08-31 15:23:01 +02:00
mattrussell36
10357fb29d
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31 12:05:23 +00:00
Joe Tsang
7edf4fc64c
test: margin positions and collateral tests added ( #1204 )
2022-08-31 11:47:08 +01:00
mattrussell36
2082d3de0a
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31 06:30:45 +00:00
Joe Tsang
3a3b5cbc9a
test: trading fills tab on accounts ( #1168 )
2022-08-30 23:03:56 -07:00
PeteWilliams
9199c79186
chore: ui tweaks to select market panel ( #1074 )
...
* chore: ui tweaks to select market panel
* chore: add close button to popover/select market panel
* fix: fixing broken styling on cell data
* chore: tweaked styling for fees tooltip
* Revert "chore: tweaked styling for fees tooltip"
This reverts commit 3f1a34d835eb0cbea82847e37e66c5a4c8bf723d.
* chore: changing text case
* feat: adjust styles to align with petes changes
* feat: readd sticky table headers
* chore: linting fixes
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-08-30 22:46:42 -07:00
Matthew Russell
c259622848
feat( #927 ) design update ( #1201 )
...
* feat: create new buttons
* feat: update anchor and button link styles
* feat: add icon support
* feat: fix full width with icon
* feat: convert invalid button props to use new props
* feat: tidy up explorer
* feat: more tidy up for token and trading
* feat: move styles to css file using @apply
* chore: remove css with @apply as its not working in apps
* fix: deposit form button
* feat: use default tailwind config, start on forms
* feat: fixup trade grid styles
* feat: form styles
* feat: styles for order book and tables
* feat: make key management use dropdown
* feat: update various components
* feat: tidy up wallet section
* feat: token tidy up
* feat: token governance styles
* Feat/927: Dialog styling
* feat: token styles
* feat: add font familys
* feat: change token borders to be softer
* feat: console-lite changes to support new theme
* Feat/927: Centered key-value-table.tsx spacing
* Feat/927: Tweak to Explorer site border colours to be inline with trading
* Feat/927: Tweak to Explorer header
* Feat/927: Theme switcher icon colours
* Feat/927: Fix for Explorer block data styling
* feat: fix tests, add status footer and change logos
* feat: render both theme icons to avoid hydration error
* chore: run migrations for project
* fix: tailwindconfig build to work with new next version
* feat: use document page for next as per documentation
* chore: update build targets to use development mode when serving
* fix: console-lite default text colors
* chore: fix tooltip text break, change submit button
* feat: adjust console-lite styles to work with tabs
* feat: add bespoke dialog for console-lite market-selector
* Feat/927: Theme switcher now has prop for fixed bg colour
* Feat/927: Font size and border radius tweak for toggles
* Feat/927: Cleaned up trade-grid.tsx spacing
* feat: responsive styles for market header and nav
* feat: update designs for market popover
* fix: nav active state
* chore: allow classname to be passed to button
* Feat/927: Fix Token width on desktop (was overflowing)
* Feat/927: Fix token header h1 from wrapping
* Feat/927: Tweak for claim-flow.tsx
* fix: connect button test
* Feat/927: Proposals list styling polish
* Feat/927: key-value-table.tsx spacing tweak
* feat: add copy button to kp dropdown
* Feat/927: Removing old theme params and uses
* Feat/927: Removing old theme params and uses, documenting the now used otb sizes
* feat: use key val table in asset dialog
* feat: align tooltip styles
* fix: orderbook grid alignment
* chore: linting
* fix: dialog sizing in medium mode, node switcher styles
* chore: remove unused color classes
* feat: update radio and checkbox designs
* feat: updates to storybook
* feat: update design system stories
* chore: stories update
* chore: rename resize panels and tidy
* feat: fix checkbox tick
* fix: add poyfills for jest in trading test setup
* chore: fix checkbox tests
* chore: fix tests
* chore: fix tests again
* chore: revert token wallet name test
* fix: tooltip tests on console-lite
* fix: wallet dropdown test
Co-authored-by: sam-keen <samuel.kleinmann@gmail.com>
2022-08-30 21:35:46 -07:00
mattrussell36
688d15ef75
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31 00:10:07 +00:00
mattrussell36
87a3ca799d
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-30 18:04:46 +00:00
Art
76194bc642
feat: link to governance (908) ( #1138 )
2022-08-30 14:48:04 +01:00