Skip to content

Add "Display" dropdown on Organization front page

Peter Hegman requested to merge 421449-organization-front-page-empty-state into master

What does this MR do and why?

Related to #421449 (closed)
Designs: &11187 (closed)

The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/user/organization/

This MR continues starts building the front page by adding the "Display" dropdown that will be used for the groups and projects list. More progress on the front page to come in &11187 (closed)

UX notes

Screenshots or screen recordings

Desktop Mobile
Screenshot_2023-08-22_at_1.46.27_PM Screenshot_2023-08-22_at_1.46.45_PM

How to set up and validate locally

  1. Open Rails console
    • bin/rails console
  2. Enable the feature flag
    • Feature.enable(:ui_for_organizations)
  3. Navigate to /-/organizations/default

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Hegman

Merge request reports

Loading