-
Notifications
You must be signed in to change notification settings - Fork 3
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
[STK-233][FIX] - Bug in UI order amount calcs #171
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
isPastStartDate | ||
? new Date(getDatePlus10Mins(startDateTime)) | ||
: startDateTime |
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.
This will not work if the user chooses the current date and hour and then only submits the tx 15 minutes after. This will be 5 minutes in the past and tx will fail.
This PR is being slate for a while. We should finish it or close it. |
release: v1.3.0
* improve arbitrum token list assets with better custom images (#179) - gmx - uni - compound * show complete bar on orders when all funds are used (#181) * [fix] replace yarn with bun (#180) * Simplify confirm stack (#182) * - simplify confirm modal * - show TX instead of transaction on orders table on mobile * - rename StackInfo to StackDigest - Move StackDigest above orders * refactor StackModal - extract StackFrequencyAndDates - Rename StackOrdersProgress and move related orders componentd there * update github action node, bun versions * 1.3.1
f87f539
to
ceb46cb
Compare
Deploying stackly-ui with Cloudflare Pages
|
Closing this PR to re-do it after being a long time in Draft |
Fixes: STK-233
Description
How to test the changes