Skip to content

Move board delete to board configuration modal

Chad Lavimoniere requested to merge 459029-followup-to-board-header-changes into master

What does this MR do and why?

Move board delete to board configuration modal per designs in #459029

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

UI area Before After
Board switcher dropdown image image
Board configuration modal image image

How to set up and validate locally

  1. Check out this branch
  2. Visit a board in the GDK
  3. Use the board switcher to create a new board
  4. You will see the expected create new board form
  5. On the new board, click the edit board button (the gear button in the board top bar)
  6. You will see "Delete board" as an option in the modal footer
  7. Click "Delete board"
  8. You will get the "are you sure?" modal
  9. Confirm deletion
  10. The board will be deleted

Note that you can only delete boards when there is at least 1 board left in the project or group (depending on what scope you are working in). It is expected that if you keep deleting boards, at the point that you are looking at the last remaining board in the project/group, you will no longer see the delete button.

Related to #459029

Edited by Chad Lavimoniere

Merge request reports