-
Notifications
You must be signed in to change notification settings - Fork 214
Updated VSlideYTransition to KTransition #5110
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
base: unstable
Are you sure you want to change the base?
Conversation
@yeshwanth235 Thank you for continuing to be a member of our community and contributing to Kolibri, it is very much appreciated! 🙏🏽 👏🏽 ❤️ Could I make a suggestion to use a bit more descriptive PR titles? Referencing just the issue number does not help while scanning through the long list of PRs that are in our GitHub, and managing our backlog efficiently, as it requires more clicks (to open and see the content). Something short to summarize what you achieved with the PR would be more helpful 🙂 |
Hi @yeshwanth235, thanks for the update! The form opens and closes as expected and I see the transition, however there's a regression when the form is transitioned to its place from the very top of the page. We need the transition to start/end right below Open/close modal link. I hope the effect I'm describing is clear, let me know. Would you be able to look into |
@yeshwanth235 if it's helpful, here's how Vuetify achieved it |
Got your point @MisRob |
Yes, no problem @yeshwanth235, thanks! |
Here are my finding @MisRob ![]() After digging deep. Found that KTransition in node_modules missing the key(COMPONENT_VERTICAL_SLIDE_OUT_IN). Not sure why. But it is present in the KDS. ![]() Therefore the css is not getting applied. |
I don't get, |
@yeshwanth235 for pnpm issue, would you start a post in GitHub Discussions? Please include screen recording, if you can, or at least step by step description with screenshots and your terminal outputs. We can have a look at it next week. Meanwhile, you could just copy-paste |
@yeshwanth235 here's how to link, even though I assume you've tried this
|
Hi @yeshwanth235,
Thanks for the recording - yes this is what I too observed. Would you try to explore the guidance I left here and here? That is to fix |
Summary
Updated VSlideYTransition to KTransition
References
Fixes #5081
Reviewer guidance
Manual testing
Check whether form is show on click of open form
Check whether form is getting closed on click of close form