Skip to content

Conversation

vtushar06
Copy link
Contributor

@vtushar06 vtushar06 commented Oct 15, 2025

Summary

Removed Vuetify dependencies from the Channel not found error page by replacing ChannelDeletedError.vue (which used Vuetify's VBtn and AppError) with the existing ChannelNotFoundError.vue component that uses Kolibri Design System.

Changes made:

  • Modified ChannelEditAppError.vue to use ChannelNotFoundError for both "not found" and "deleted" error states
  • Removed ChannelDeletedError.vue file
  • Removed import and component registration for ChannelDeletedError

Manual verification:

  • Tested navigation to deleted channel URL shows correct error page
  • Confirmed button interaction works as before

Screenshots:
Screenshot 2025-10-15 at 3 42 34 PM

References

Closes #5473
Parent issue: #5060

Reviewer guidance

  1. Login as [email protected] with password a
  2. Go to Channels > Published Channel
  3. Copy the URL
  4. Click "..." dropdown menu in upper right corner
  5. Click "Delete channel"
  6. Navigate to the copied URL
  7. Verify the "Channel not found" error page displays correctly
  8. Verify the "Back to home" button works and redirects to channels page

@MisRob MisRob changed the title fix/channel-not-found-error-page [Remove Vuetify from Studio] Channel not found error page Oct 15, 2025
@MisRob
Copy link
Member

MisRob commented Oct 15, 2025

Thanks @vtushar06, we will assign a reviewer next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Remove Vuetify from Studio] Channel not found error page

2 participants