Skip to content

Change button variant to confirm for Create & Rename File/Folder buttons in Web IDE

Hinam Mehra requested to merge 352423-change-button-variant-in-web-ide into master

What does this MR do and why?

Solves #352423 (closed)

Changes the button variant from success to confirm for the primary-button in 4 modals in Web IDE -> Create File, Create Directory, Rename File & Rename Folder.

Screenshots or screen recordings

Before After
create-file-before create-file-after
create-directory-before create-directory-after
rename-file-before rename-file-after
rename-folder-before rename-folder-after

How to set up and validate locally

  1. Go to Project > Repository
  2. Click on Web IDE button
  3. Select a file, click on ⋮
  4. Select Rename/Move, this will trigger the Rename File modal
  5. Can also select the Rename Folder or the Create File/Folder buttons from the file-browser sidebar to trigger their respective modals

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

Merge request reports