Some consistency improvements and a nicer button#38
Conversation
📝 WalkthroughWalkthroughThe PR standardizes URL routing by replacing Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@web/src/views/content/UrlPage.tsx`:
- Around line 72-75: The tooltip text for the "My Annotations" action is
outdated — update the title attributes where the navigation behavior is
triggered (e.g., in the handler handleNavigateMyAnnotations and the element that
calls it) to reflect navigation instead of "Copy link…"; replace the old title
with something like "Go to my annotations" (and apply the same change to the
other occurrence referenced around lines 192-197) so the UI tooltip matches the
new behavior.
UrlPage, which seems to be an older iteration ofSitePage/siteto/urlto make it consistent with/{user}/urlAll in individual commits. Feel free to cherry-pick individual things :D
Closes #37
Summary by CodeRabbit
New Features
Bug Fixes
Chores