-
Notifications
You must be signed in to change notification settings - Fork 45
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
front: animate new intermediate op in stdcm #10024
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10024 +/- ##
==========================================
- Coverage 79.82% 79.81% -0.02%
==========================================
Files 1054 1054
Lines 105530 105588 +58
Branches 726 726
==========================================
+ Hits 84244 84278 +34
- Misses 21244 21268 +24
Partials 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7a36033
to
aeecc0c
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 job !
LGTM (tested)
front/src/applications/stdcm/components/StdcmForm/StdcmVias.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmVias.tsx
Outdated
Show resolved
Hide resolved
Maybe the commit message could be a tad more explicit? Maybe "front: animate new intermediate op in stdcm"? |
aeecc0c
to
887f29a
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.
LGTM :)
5f8ebdd
to
be52429
Compare
- Add an animation when a new intermediate op is added - Scroll to keep it in the viewport if it overflows - Adapat e2e tests in stdcm to ensure buttons are clickable while it's animating Signed-off-by: SharglutDev <p.filimon75@gmail.com>
be52429
to
eaa4315
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.
LGTM for e2e tests
See commit description.
cubic-bezier animation has been generated here with this nice tool.
Animation behavior is already validated by @thibautsailly.
close #9713