Skip to content

Conversation

vtushar06
Copy link
Contributor

Summary

Replaced Vuetify components with Kolibri Design System (KDS) components in Channel collection options:

  • Replaced BaseMenu + VList with KButton + KDropdownMenu for the Options dropdown
  • Replaced MessageDialog with KModal for the delete confirmation dialog
  • Replaced VBtn with KButton for the Remove button in collection editing

Manual verification:

✅ Options dropdown opens below the button with Edit and Delete options (with icons)
✅ Delete confirmation modal displays correctly with proper text alignment
✅ All buttons and modals function as expected
✅ Tested in both LTR and RTL modes

Screenshots:

  1. Options dropdown open (showing Edit/Delete with icons)
Screenshot 2025-10-22 at 1 29 14 AM 2. Delete confirmation modal Screenshot 2025-10-22 at 1 29 24 AM 3. Remove button in edit collection view Screenshot 2025-10-22 at 1 29 42 AM

References

closes: #5484

Reviewer guidance

  1. Navigate to Channels > Collections tab
  2. Create or view an existing collection
  3. Click the Options button (three dots) - verify dropdown appears below with Edit/Delete options
  4. Click Delete - verify modal shows correct title "DELETE COLLECTION" and left-aligned text
  5. Click Edit - verify Remove buttons are blue/primary styled
  6. Test in RTL mode by switching language settings

@vtushar06
Copy link
Contributor Author

Hi @MisRob, I'm seeing test failures in SearchOrBrowseWindow.vue and AssessmentItemEditor.spec.js, but these files are unrelated to my changes in the Channel collection options. My changes only affect ChannelSetItem.vue and ChannelSetModal.vue.

Could you please help me out.Thanks

@MisRob
Copy link
Member

MisRob commented Oct 22, 2025

Thank you @vtushar06 - we will assign a reviewer within next two weeks.

As for the failing test, this is what I see here in GitHub and it suggests it's related to your changes - can you try to examine them locally one more time?

Screenshot from 2025-10-22 11-25-59

I haven't examined your code - just general note on dialog-related tests - this note may help.

@MisRob MisRob changed the title Fix/channel collection options [Remove Vuetify from Studio] Channel collection options Oct 22, 2025
…t DOM triggers for better clarity and maintainability
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 collection options

2 participants