Skip to content

Align presentation of pending deletion tab

What does this MR do and why?

Align presentation of pending deletion tab by moving the "Restore" button to last table column on the project list.

More information about the "Delayed project deletion feature" can be found here.

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

Desktop

Before After
image image

Mobile

Before After
Screenshot_2024-04-19_at_10.19.47_AM image

How to set up and validate locally

  1. This is an EE feature. Make sure you are running the GDK with a valid license.
  2. Delete a project from which the logged in user is an owner.
  3. Navigate to /dashboard/projects/removed
  4. Assert that:
    1. The Restore button exists and is a tertiary button
    2. The button aligns with the design specified on this issue
    3. Clicking the Restore button restores the project as expected
    4. The "Updated .. minutes ago" notification is no more present

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

Related changes

Related to #396773 (closed)

Edited by Peter Hegman

Merge request reports