feat(branding): customize your portal's logo, color, and theme#6
Merged
Merged
Conversation
Public pages emit og:/twitter: meta so shared links render a real card instead of a bare "FeedLog" title.
Make the feedback portal yours from dashboard settings, with a live preview of the public portal as you edit. For workspace owners: - A Branding section under Portal settings to upload a logo, pick an accent color, set a default theme (light / dark / follow system), and write a welcome title and description for the portal home. - A live mini-preview that re-renders the portal with your brand tokens as you change them, so there's no save-and-reload loop. - Your logo becomes the favicon on every surface, dashboard included, so the browser tab mirrors the brand you just set. The accent color drives the portal's primary/accent tokens, derived in OKLCH for consistent foreground contrast in both light and dark, while neutrals stay a clean gray so backgrounds, cards, and borders match between the portal and the dashboard.
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.
What
Make the feedback portal yours from dashboard settings, with a live preview of the public portal as you edit.
For workspace owners:
The accent color drives the portal's primary/accent tokens, derived in OKLCH for consistent foreground contrast in both light and dark, while neutrals stay a clean gray so backgrounds, cards, and borders match between the portal and the dashboard.
Implementation notes
organization.metadata(no schema migration); the logo is stored via the upload service and surfaced throughportal-identity.get.ts.light/dark(no FOUC);systemis corrected before paint by a small inline script and kept in sync client-side.useEditorTheme) so SSR and client agree — no hydration class mismatch.Testing
End-to-end verified in a browser on a single-tenant
default-org: