Skip to content

Improve dark-mode theme in sign in/up pages

Eduardo Sanz García requested to merge eduardosanz/signin-dark-mode into master

What does this MR do and why?

Improve dark-mode theme in sign in/up pages

  • Remove grey background color
  • Remove unneeded class
  • Change background of sign in tabs in dark mode

Changelog: changed

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

Improved transitions between the login pages in dark mode and the rest of the application:

Screen_Recording_2024-01-29_at_13.05.05

How to set up and validate locally

  1. Set default_theme: 11 in config/gitlab.yml.
  2. Restart rails: gdk restart rails-web
  3. On an incognito window go to: /users/sign_in
Edited by Eduardo Sanz García

Merge request reports