-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
DEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
Description
🙂 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 the offline alert bar in Channels from Vuetify to Kolibri Design System.

shared/views/OfflineText
that is built with Vuetify components is used for the banner.
To remove this dependency from ChannelListIndex
, replace this instance of OfflineText
with shared/views/StudioOfflineAlert
(a new component that doesn't use Vuetify). Do not modify shared/views/OfflineText
or how it's used in other areas of the codebase.
How to get there
- Login as
[email protected]
with passworda
- Go to Channels
- Turn on / off offline mode in browser development tools
Guidance
- Find detailed guidance with many code examples in KDS documentation
- Read the project for more useful references
Out of Scope
- Do not refactor any other areas of the codebase
- Do not modify
OfflineText
Expected UI/UX changes
- None
Acceptance criteria
- The specification above is followed
- Except for "Expected UI/UX changes," there are no functional or visual differences in user experience.
- All user interactions are manually tested with no regressions.
- Pull request includes screenshots.
Metadata
Metadata
Assignees
Labels
DEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome