Skip to content

Link the documentation site from the app footer - #39

Merged
Timidan merged 1 commit into
masterfrom
feat/docs-link
Sep 10, 2026
Merged

Link the documentation site from the app footer#39
Timidan merged 1 commit into
masterfrom
feat/docs-link

Conversation

@Timidan

@Timidan Timidan commented Sep 10, 2026

Copy link
Copy Markdown
Owner

The docs site had no entry point from the product itself — you had to already know the URL. The global footer now carries a Documentation link to https://hexdocs.thally.app, left-aligned opposite the EDB status.

The docs had no entry point from the product — users had to already
know the URL. The footer now carries a Documentation link.
@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
web3-toolkit Ready Ready Preview Sep 10, 2026 4:02am UTC

Copilot AI lite review requested due to automatic review settings September 10, 2026 04:01
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T04:03:47.724421Z ca3e7b0 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Timidan
Timidan merged commit ac9691a into master Sep 10, 2026
1 of 2 checks passed
@Timidan
Timidan deleted the feat/docs-link branch September 10, 2026 04:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change set is small and targeted, with only minor security/a11y polish suggested for the new external footer link.

Pull request overview

This PR adds a first-party entry point to the HexKit documentation by placing a persistent “Documentation” link in the global app footer, aligned opposite the existing EDB bridge status indicator.

Changes:

  • Added an external “Documentation” link to the global footer in App.tsx.
  • Updated footer layout to space-between and introduced styling for the new docs link.
  • Switched EDB status indicator text colors to shared design tokens for consistent theming.
File summaries
File Description
src/App.tsx Adds the “Documentation” anchor to the global footer alongside EdbBridgeStatus.
src/App.css Adjusts footer layout and introduces styling for the new docs link (plus token-based text colors).
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/App.css
Comment on lines +93 to +96
.app-footer-docs:hover {
color: var(--text-primary);
text-decoration: underline;
}
Comment thread src/App.tsx
Comment on lines +183 to +188
<a
className="app-footer-docs"
href="https://hexdocs.thally.app"
target="_blank"
rel="noreferrer"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants