Surface deployment information to the environment list view without using collapsibles
<!-- This template is a great use for issues that are feature::additions or technical tasks for larger issues.--> ## Release notes https://docs.gitlab.com/ee/ci/environments/ Have you ever struggled getting an overview of your deployments within a project? The environment list now shows the last two deployments within each environment without any extra clicks. The view always shows the last successful deployment and the latest deployment independently of its status if the two deployments differ. ## User problem The environment list view does not help the user with much actionable information. The information is hidden either in the collapsible or inside the environment detail page. ![Screenshot_2024-11-22_at_7.46.56](/uploads/0c7f1d48852013e3b1da0b7ca9e4dd40/Screenshot_2024-11-22_at_7.46.56.png) ## Proposal | Design Proposal | Expanded Folder | | ------ | ------ | | ![Screenshot_2024-12-09_at_1.55.23_PM](/uploads/eaae95f4aedf29f71e5b78876b0c558e/Screenshot_2024-12-09_at_1.55.23_PM.png) | ![Screenshot_2024-12-09_at_3.21.27_PM](/uploads/06b0f597725e76fd6c3eae2597b8589f/Screenshot_2024-12-09_at_3.21.27_PM.png) | - Drop the collapsible for all but folders. - Change the design into a table-like design. - Remove some information to simplify the table information to just need to know: - Environment Name, Status, Commit Message/Author, Commit, Tag, Time Details
issue