fix: address top open issues (links, z-index, x.com URL)#880
fix: address top open issues (links, z-index, x.com URL)#880tannerlinsley merged 1 commit intomainfrom
Conversation
- #822: relative links inside .agents/index.md now use ./ since the file is loaded directly via .agents/index.md (CLAUDE.md is a symlink to it), so .agents/typescript.md resolved to .agents/.agents/... Matches the fix in PR #820. - #730: docs DocFeedbackFloatingButton dropped from z-[100] to z-30 so the floating "+" no longer overlaps the navbar (also at z-[100]). - #281 follow-up: Footer link labelled "@tannerlinsley on X.com" now points to x.com instead of twitter.com to match its label and the rest of the site's X.com migration. https://claude.ai/code/session_01TYh6hJQmzvmWMpBfg8uhdt
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree files were updated: markdown documentation links corrected from nested to sibling paths, a floating button component's z-index reduced from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |

Summary
.agents/index.md(was.agents/typescript.md, now./typescript.md). Matches the approach in Fix relative paths in .agents/index.md #820.DocFeedbackFloatingButtonfromz-[100]toz-30so the floating "+" no longer overlaps the navbar (also atz-[100]).@TannerLinsley on X.comnow points tox.comto match its label.Test plan
pnpm test(tsc + oxlint) passes.agents/index.mdlinks resolve correctly when viewed on GitHubx.com/tannerlinsleyhttps://claude.ai/code/session_01TYh6hJQmzvmWMpBfg8uhdt
Generated by Claude Code
Summary by CodeRabbit