-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(limit): move to open orders after limit placed #3889
feat(limit): move to open orders after limit placed #3889
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -89,6 +91,8 @@ export function useHandleOrderPlacement( | |||
setPartiallyFillableOverride(undefined) | |||
// Reset alternative mode if any | |||
hideAlternativeOrderModal() | |||
// Navigate to open orders | |||
navigateToOpenOrdersTable() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main change/feature
apps/cowswap-frontend/src/modules/ordersTable/utils/getOrderParams.test.ts
Outdated
Show resolved
Hide resolved
ce1cf00
to
7975583
Compare
8a45af8
to
aec689b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
I'll merge to parent PR to consolidate. |
Summary
Addressing comment #3845 (comment)
Move to open orders tab after limit order is placed.
In the process did a big refactor on
ordersTable
moduleTo Test