Rebrand the TinaCMS admin as FairData#692
Open
jamiefolsom wants to merge 1 commit into
Open
Conversation
The TinaCMS admin shows its own llama logo and "TinaCMS" name, with no config option to change them. Patch the published packages with patch-package (reapplied on every install via a postinstall hook) to show FairData branding instead: - Nav drawer: the FairData db mark + "FairData Sites" wordmark - Page headers, dialogs, and the login screen: the FairData db icon mark - Browser tab title: "<Project Name> FairData Site", set per deployment by a build step that reads the site's branding title Source logos and a maintenance guide live in tina/branding/.
✅ Deploy Preview for juel-life ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for juel-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for juel-ancestry ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for pss-scavenger-hunt ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
jamiefolsom
marked this pull request as ready for review
June 22, 2026 18:26
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
Replaces the TinaCMS llama logo and "TinaCMS" name in the admin UI with FairData branding.
The tab title is singular ("Site") and names the specific site, e.g. "Marronage Mapping Project FairData Site"; the wordmark is the plural product name ("FairData Sites").
Why
TinaCMS provides no config option to change its logo or app name, so editors currently see TinaCMS branding throughout the admin.
How
postinstallhook reapplies the patches on every install, including on Netlify, so the normal build produces the branded admin.scripts/build.admin-title.mjs) sets it from the site's branding title after the admin is built.tina/branding/.Verifying
Verified locally against Marronage staging. The clearest check is this PR's deploy preview: open
/admin, confirm the FairData logo in the sidebar and dialogs, and that the browser tab reads "Marronage Mapping Project FairData Site".