This website requires JavaScript.
Explore
Help
Sign In
LaconicNetwork
/
vega-frontend-monorepo
Watch
3
Star
0
Fork
0
You've already forked vega-frontend-monorepo
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
d70bc0fdd5
vega-frontend-monorepo
/
libs
/
deal-ticket
/
src
/
index.ts
3 lines
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: #155 trading full market details (#549) * feat: [#155] move grid tab to ui-toolkit and add info component in the tabbed ticket * feat: [#155] add accordion component + storybook * feat: [#155] styling updates, unit tests and export ui-toolkit * feat: [#155] generate deal ticket query and info-market.tsx updates * feat: [#155] move grid tab to ui-toolkit and add info component in the tabbed ticket * feat: [#155] add accordion component + storybook * feat: [#155] styling updates, unit tests and export ui-toolkit * feat: [#155] generate deal ticket query and info-market.tsx updates * fix: [#155] styling updates to mimic figma * fix: [#155] fix trading-e2e generate deal ticket query * feat: [#155] remove open field, add omits configurable * fix: [#155] row component in info market * feat: market info/accordion styling tweaks * fix: [#155] add risk models and fix readme * fix: [#155] update generate deal ticket query to fix test * fix: [#155] fix cypress test data Co-authored-by: PeteWilliams <me@petewilliams.info>
2022-06-17 14:56:42 +00:00
export
*
from
'./components'
;
feat: 1486 add details of expected fees margin close out to deal ticket (#1771) * fix: #1486 move deal ticket hooks from console-lite to be re-used in trading app for console v2 * fix: #1486 typo * feat: #1486 deal ticket query update, console-lite fix * feat: #1486 console-lite fix * feat: #1486 initial hook to get fee details * feat: #1486 add tooltips * feat: #1486 add fees cell from market-info in tooltip * fix: #1486 edit deal-ticket.spec.ts titles and index.ts of deal ticket hooks * feat: #1486 move all hooks for slippage into deal ticket * fix: #1486 fix linting deal-ticket issue * fix: set price, fix NaN percentage, watch full order object * fix: update only when market price is updated * feat: #1486 add fees from est. order query, fees breakdown, fix BigNumber NaN issue * feat: #1486 add fee factors in generate deal ticket query * fix: #1486 show margin on short * fix: #1486 format price and fix dal ticket use order margin import * fix: #1486 fix price memo * feat: #1486 update estimate ordr query with order price or mark price * fix: #1486 revert apps/console-lite/.env * fix: #1486 fix NaN value on close out * fix: #1486 revert close out calculation * fix: #1486 prevent NaN close out * fix: #1486 revert close out * feat: #1486 add fee factor percentages in tooltip and fix NaN * fix: #1486 fix deal-ticket-steps est close out null handling * fix: #1486 fix deal-ticket-steps est close out null handling * fix: #1486 add tooltip for fees * fix: #1486 fix console-lite formatting on notional size and close out * fix: #1486 total fees formatting inside the hook * feat: #1486 add qutote to fees tooltip * fix: #1486 update hook, price, console-lite and styling * chore: fix mock types * fix: #1486 fix tests in console-lite * fix: #1486 add declaration.d.ts to console-lite-e2e * fix: #1486 fix deal ticket test * fix: #1486 fix deal ticket test Co-authored-by: Rado <szpiechrados@gmail.com>
2022-10-23 13:08:02 +00:00
export
*
from
'./hooks'
;
Reference in New Issue
Copy Permalink