-
Notifications
You must be signed in to change notification settings - Fork 716
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
Fix language switcher errors #12448
Fix language switcher errors #12448
Conversation
Build Artifacts
|
Thank you @AlexVelezLl, I can confirm the fixes work well and I didn't observe any regressions. |
Ah one more thing, after new KDS version is installed here, would you also removed < kolibri/kolibri/plugins/learn/assets/src/views/SearchFiltersPanel/CategorySearchModal/index.vue Lines 4 to 8 in 542d558
|
Would be a matter of adding |
So this syntax says
to use Teleport only if |
Asking because I left a note for @AlexVelezLl just for consideration of having |
Oh... yes, sorry - so we should just move the v-if to the KModal instead, you're right and it would just be |
No problem :) That simplifies the situation around potential |
I thought that perhaps Teleport does some nice magic around |
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.
As soon as we install the new release here, we can merge. Thanks @AlexVelezLl.
(Note) This PR depends on learningequality/kolibri-design-system#680 to be merged and released.
Summary
Updates KDS to fix KListWithOverflow overflow items calculation, and fix KLanguageSwitcherModal positioning. I also checked the Setup wizard, and no regressions were observed.
Before:
After:
References
Fixes #12447.
Reviewer guidance
Follow #12447.
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)