Skip to content

Use slots for base token multiselect

Simon Knox requested to merge psi-slot-better into master

What does this MR do and why?

move multiselect behavior into base_token. Previously most of the state was in user_token, but we are adding label_token as well. Instead use scoped slots in base token, to allow rendering the multiselected values, and the checkboxes in the selection list

Screenshots or screen recordings

No visual changes

How to set up and validate locally

  1. enable group_multi_select_tokens feature flag
  2. Go to issue list page
  3. group by author/assignee
  4. Multiselect works!

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Simon Knox

Merge request reports