
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
- Read Contributing guidelines carefully. Pay extra attention to Using generative AI. Pull requests and comments that don’t follow the guidelines won’t be answered.
- Confirm that you’ve read the guidelines in your comment.

Sub-issue of #5060.
Complexity: Low
Summary
Migrate Data export started alert in Settings > Account from Vuetify to Kolibri Design System.
shared/views/Alert that is built with several Vuetify components is used to show this alert. To remove this dependency from Account/index, use KModal instead of Alert.
How to get there
- Login as
user@a.com with password a
- Go to Settings > Account
- In code, temporarily modify
showExportDataNotice to display the alert
Guidance
Out of Scope
- Do not refactor any other areas of the codebase
- Do not modify
Alert
Expected UI/UX changes
- Minor visual differences naturally stemming from the use of KDS
Acceptance criteria
General
a11y and i18n
See the project's "Guidance" for useful references.
Unit tests
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
Sub-issue of #5060.
Complexity: Low
Summary
Migrate Data export started alert in Settings > Account from Vuetify to Kolibri Design System.
shared/views/Alertthat is built with several Vuetify components is used to show this alert. To remove this dependency fromAccount/index, useKModalinstead ofAlert.How to get there
user@a.comwith passwordashowExportDataNoticeto display the alertGuidance
Out of Scope
AlertExpected UI/UX changes
Acceptance criteria
General
a11y and i18n
See the project's "Guidance" for useful references.
notranslateclass been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. user-generated text)Unit tests