Skip to content

Remove single tab from admin mode

Eduardo Sanz García requested to merge eduardosanz/remove-single-tab into master

What does this MR do and why?

In the admin mode, the single tab felt redundant because it showed the same title as the breadcrumb, which was very close. In the redesign of the sign-in pages the single tab is hidden. Likewise, we do the same in the admin mode. This brings consistency between the main sign-in page and the admin mode.

Changelog: changed

Screenshots or screen recordings

Before After
image image
image image

How to set up and validate locally

  1. Enable the new restyle: echo "Feature.enable(:restyle_login_page)" | gdk rails console
  2. Enable the Admin Mode in Admin > Settings > General > Sign-in restrictions
  3. Enter the admin area: https://gdk.test:3443/admin

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 Eduardo Sanz García

Merge request reports