Skip to content

Add new dir modal in vue

Samantha Ming requested to merge 229683-new-directory-modal into master

What does this MR do and why?

In this MR, the new directory modal is re-implemented in Vue, yay! This doesn't introduce any UI/UX changes.

Yes, there are some subtle design changes from the previous modal, mainly because of the use of our PJ components -- darker border color and block style form labels. BUT! this new version does align with the Upload file modal.

Before This MR Upload Modal (for reference)
image image image

How to set up and validate locally

  1. Go to a repo page
  2. Click on the + dropdown
  3. Click on the "New directory"
  4. It will trigger the new directory modal

Numbered steps to set up and validate the change are strongly suggested.

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 #229683 (closed)

Edited by Samantha Ming

Merge request reports