Update Kearnes affiliation and remove unreachable about.html#209
Merged
skearnes merged 1 commit intoJul 10, 2026
Conversation
The React about page listed "Steven Kearnes (Relay)". open-reaction-database#162 corrected this to Genesis in ord_interface/about.html, but the Vue-to-React migration (open-reaction-database#179) rebuilt the page from an older source and reintroduced the stale affiliation. ord_interface/about.html is unreachable: nginx serves / from /app/ord-interface/spa, the Dockerfile copied the file to /app/ord-interface/ord_interface/, and the Flask app exposes only /ketcher. Nothing links to it. Drop the file and its COPY directive. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Two related changes to the about page.
Affiliation fix. The Governance Board list rendered
Steven Kearnes (Relay). #162 corrected this to Genesis inord_interface/about.html, but the Vue-to-React migration (#179) landed afterward and rebuilt the page from an older source, reintroducing the stale affiliation. The React page has shown the outdated value since then.Dead file removal.
ord_interface/about.htmlis unreachable in the deployed image:location /from/app/ord-interface/spa, while the Dockerfile copied the file to/app/ord-interface/ord_interface/— outside the served root./ketcher; nothing renders the template.app/,docs/, or the Dockerfile beyond theCOPYitself.The file and its
COPYdirective are removed. A repo-wide grep forabout.htmlnow returns nothing.Testing
npm run buildsucceeds; the compiled bundle containsSteven Kearnes (Genesis).🤖 Generated with Claude Code
Greptile Summary
This PR updates the About page content and removes an unused legacy HTML file.
ord_interface/about.htmlfile.Confidence Score: 5/5
This looks safe to merge.
Important Files Changed
/aboutroute.Reviews (1): Last reviewed commit: "Update Kearnes affiliation and remove un..." | Re-trigger Greptile