🐛 GitLab interface redesign bug reporting 🐛
Did you spot a bug that you suspect is related to the [new GitLab interface](https://docs.gitlab.com/user/interface_redesign/#whats-new)? Please use this epic to report it. ## Steps to report a bug * :mag: **Search through this epic's child issues** to make sure it wasn't already reported. * Please note - already at least 7 bugs have been reported that already have reports. Please don't skip this step. * Create a new issue within the GitLab project: https://gitlab.com/gitlab-org/gitlab/-/issues/new?type=ISSUE. * Add the ~"Project Studio" and appropriate ~"type::bug" label. * Link the issue to this epic. As always, give as much details as possible in your bug report: * Relevant link(s). * Browser. * Viewport size if relevant. * Screenshots or recordings. * Anything else that might help the team reproduce the issue. ```glql display: table title: Open bugs 🐛 fields: status, title, assignee, labels query: project = "gitlab-org/gitlab" AND epic = 19602 AND state = opened AND assignee = None and status = "New" ``` ```glql display: table title: In dev 🚧 fields: status, title, assignee, labels query: project = "gitlab-org/gitlab" AND epic = 19602 AND status = "In dev" collapsed: true ``` ```glql display: table title: In review 👀 fields: status, title, assignee, labels query: project = "gitlab-org/gitlab" AND epic = 19602 AND status = "In review" collapsed: true ``` ```glql display: table title: Verification 👀 fields: status, title, assignee, labels query: project = "gitlab-org/gitlab" AND epic = 19602 AND status = "Verification" collapsed: true ``` ```glql display: table title: Closed ✅ fields: status, title, assignee, labels query: project = "gitlab-org/gitlab" AND epic = 19602 AND state = closed collapsed: true ```
epic