branding: replace Mattermost compass logo with Slash circle logo #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "branding/system-message-avatar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kills the Mattermost compass in all 7 places it appears (most visibly the system-message avatar - "X joined the team") by replacing the shared MattermostLogo widget with the Slash circle logo, per the call to have no Mattermost imagery anywhere.
Flagged separately: the About dialog still has textual Mattermost branding (title/copyright/NOTICE) - textual attribution kept per AGPL-3, title rebrand tracked in BRANDING_CHANGES.md.
The shared MattermostLogo widget rendered the Mattermost compass and is used in 7 places -- most visibly as the avatar on system messages ('X joined the team'), plus the About dialog, app-linking landing page, and admin system notices. Replacing this one component clears the compass from all of them at once (user's call: no Mattermost imagery anywhere in the product). - New asset images/slash-logo-circle.png, rasterized from the 'Slash Logo (Circle)' SVG in NCW-Branding-KIT (the source SVG is ~4MB raster-embedded, so it's bundled as a 256x256 PNG instead of inlined). - Component now renders span > svg > image (identical layout to the old inline compass SVG) so sizing is unchanged everywhere it's used. - Kept the filename and exported name MattermostLogo to avoid churning the 7 import sites -- code identifiers, not user-visible, and keeping them minimises merge conflicts on upstream pulls. - Fixed the screen-reader aria-label: generic_icons.mattermost catalog value 'Mattermost Logo' -> 'Slash Logo'. The About dialog retains its separate TEXTUAL Mattermost attribution (title/copyright/NOTICE links) per AGPL-3; its title rebrand is tracked separately in BRANDING_CHANGES.md.