feat: distinguish login portals visually#7331
Open
SahilGawade07 wants to merge 1 commit into
Open
Conversation
|
I don't think this is a good idea. If someone have personalized logo's there you might have a very strange/noisy color mix. I personally would not want to implement this so maybe make it a toggle switch in admin for those who really want to (maybe with fields to specify each bg color). Thanks for the work and sorry to be negative, but I don't feel you can impose this on all (that use the product across multiple servers) without giving a choice. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution Guidelines
What does this PR include?
Short Description
This PR addresses #7327 by making the user, domain administrator, and system administrator login portals more visually distinct.
Each login portal now has its own visual identity:
The links under "Other logins" are also displayed as more prominent, color-coded buttons based on the destination portal.
Portal-specific styling is provided for both light and dark mode.
Affected Containers
Did you run tests?
What did you tested?
Tested all three login portals on a local mailcow instance:
What were the final results? (Awaited, got)
Expected the three login portals to be visually distinguishable and the portal-switch links to be more prominent while preserving the existing navigation and visibility conditions.
The result matched the expected behavior. Each portal has a distinct visual identity, the "Other logins" actions are displayed as color-coded buttons, and navigation between the login portals works as expected in both light and dark mode.
Screenshots
User portal
Domain administrator portal
System administrator portal
Closes #7327