M8F-288: Display tenant name prominently in SideNav using Business icon#85
Merged
auslin-aot merged 1 commit intoMay 21, 2026
Conversation
PR Agent ReviewBlocking issuesNo blocking issues found in this diff. Non-blocking suggestions
Recommended tests
Generated by model |
auslin-aot
approved these changes
May 21, 2026
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.
JIRA Ticket
M8F-288
Description
Display the current tenant prominently in the sidebar so users can quickly identify which tenant context they are operating in. A business icon and the tenant name (sourced from the
m8flow_tenant_nameclaim in the Keycloak JWT viaUserService.getTenantName()) are now rendered directly under the m8flow logo in the expanded side navigation, in the format<business icon> Tenant: <tenant-name>.The row is only shown when:
Type
Changes
Files modified:
m8flow-frontend/src/components/SideNav.tsxBusinessicon from@mui/icons-material.<SpiffLogo />showing<Business /> Tenant: {tenantId}, using the existingt("tenant")translation key (already localized in en/es/fr/de/pt/cs/fi/zh).textTransform: "capitalize"and styled withtext.secondarycolor for a subtle, hierarchy-aware look.Testing
m8flow_tenant_name— verify the tenant row renders under the logo.es) — verify the label changes to the localized term (e.g., "Inquilino").Related Issues
Closes #M8F-288