chore(footer): the viewer link goes to xbrlkit.com - #64
Merged
Merged
Conversation
The holon viewer became the xbrlkit viewer, at its own domain. The landing footer every app renders links it by its name and new host. The old host keeps serving as an alias, so nothing breaks in the interim. Claude-Session: https://claude.ai/code/session_01Wrb85mvgMjYTHHSkKWFre4
jfrench9
added a commit
that referenced
this pull request
Sep 9, 2026
`npm install` re-resolved the peer dependencies on every CI run, so an upstream publish could turn main red between a PR's green run and its merge. It did today: react-dom 19.3.0 was published two minutes before react 19.3.0, and the merge of #64 landed in between. `npm ci` installs exactly what the lockfile says, in both the test and publish workflows. Claude-Session: https://claude.ai/code/session_01Wrb85mvgMjYTHHSkKWFre4
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.
Summary
The holon viewer became the xbrlkit viewer on 2026-09-09 and moved to https://xbrlkit.com. The landing footer that every RoboSystems app renders links it, so the link text and destination follow. The old host,
holon.robosystems.ai, keeps serving the same app as an alias, so apps on the current core release are not broken in the meantime; this just stops pointing new visitors at the old name.Changes
ui-components/layout/LandingFooter.tsx— the footer entry reads "xbrlkit viewer" and linkshttps://xbrlkit.com; the comment names it. Same external-link treatment (absolute URL, new tab) as before.Consumer Impact
A visible string and an href in the shared footer; no exports, props, or types change. Picks up in
robosystems-app,roboledger-app, androboinvestor-appon their next bump to the core release that carries this.Testing
npm run format:check,npm run lint(12 pre-existing warnings, no errors),npm run typecheckclean. Not rendered in an app for this change.🤖 Generated with Claude Code
https://claude.ai/code/session_01Wrb85mvgMjYTHHSkKWFre4