dependabot[bot]
e5d119b4a6
Bump @types/react from 17.0.34 to 17.0.35 in /taker-frontend
Bumps [@types/react ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.34 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
b2fb40891c
Bump @emotion/styled from 11.3.0 to 11.6.0 in /taker-frontend
Bumps [@emotion/styled ](https://github.com/emotion-js/emotion ) from 11.3.0 to 11.6.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.3.0...@emotion/styled@11.6.0 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Mariusz Klochowicz
ef27eff999
Improve user-facing string if taker daemon shuts down
Make the error toast suggest the next reasonable action in case of such event.
3 years ago
Mariusz Klochowicz
6ddb4d723a
Utilise HttpProblemApi responses in taker frontend
Toasts now display more meaningful information about the error.
3 years ago
Mariusz Klochowicz
ab5ee77842
Monitor for taker's backend presence in the UI
It's important to have this in the meantime, otherwise taker will get shutdown
when maker goes offline and we will not notice it.
3 years ago
bonomat
f0a7dd0640
Remove liquidation price from main screen.
The current shown liquidation price only makes sense if the trader goes long. If she were to go short, the liquidation price should be different. With the current setup we can't know whether the trader wants to go long or short, hence we can't show the correct liquidation price
3 years ago
Mariusz Klochowicz
121dda58b8
Disable taker's "go long" button under the same conditions as older UI
Disable the button when there's no order or there's an in-flight order request
already.
3 years ago
Thomas Eizinger
7689f7db70
Disable slider instead of read-only
Disabled UI elements make it clear to the user that they cannot
change them.
3 years ago
Thomas Eizinger
9da18368ed
Fix typo in buy prompt
3 years ago
Mariusz Klochowicz
dd955d5ce7
Align vite configuration of the new taker UI
- use vitejs/plugin-react-refresh
- proxy `/alive` path
3 years ago
itchymax
36d29cc881
Use BXBT index for main price
3 years ago
bonomat
dd14cc9859
Remove checkbox from confirmation buy confirmation dialog
3 years ago
bonomat
0b495c7f6e
Remove checkbox from close position dialog
3 years ago
scratchy
00da2a423f
we are not stats
3 years ago
itchymax
f39f206ce8
Fix route paths.
The default route / has to come last
3 years ago
itchymax
088bf45112
Add new taker-frontend and rename old to maker-frontend
3 years ago