Skip to content

Add item selector namespace dropdown

Jacques Erasmus requested to merge 428519-add-namespace-dropdown into master

What does this MR do and why?

Adds a dropdown to select between Project and Groups in the Item Selector component

Screenshots or screen recordings

No visual changes are expected from this MR as the component is not used yet.

This is what we're working towards:

Screenshot_2023-10-17_at_21.54.40

Before After
Screenshot_2023-11-03_at_14.36.42 Screenshot_2023-11-03_at_14.38.59

How to set up and validate locally

No visual changes are expected from this MR as the component is not used yet.

If you still want to test you can just add the component to any Vue app: <list-selector title="test" type="users" :selected-items="[]" :project-path="projectPath" />

MR acceptance checklist

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

Related to #428519 (closed)

Edited by Jacques Erasmus

Merge request reports