fix(memo): make pinned memos easier to identify - #6369
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (53)
💤 Files with no reviewable changes (4)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. Walkthrough
Suggested reviewers: Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to This change adds a localized pinned-memo marker while retaining unpinning through the existing menu and is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Some tools did not complete. Review the errors below. 🔧 Biome (2.5.11)web/src/components/MemoView/MemoView.tsxBiome could not lint this file: nested root configuration. Check the repository's Biome configuration and plugins. web/src/components/MemoView/components/MemoHeader.tsxBiome could not lint this file: nested root configuration. Check the repository's Biome configuration and plugins. web/src/components/MemoView/components/MemoPinnedMark.tsxBiome could not lint this file: nested root configuration. Check the repository's Biome configuration and plugins.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Replace the easily missed header bookmark with a triangle at the card’s top-right corner, using the existing theme warning color. The marker grows from 20px to 24px on pointer hover and shows a localized “Pinned” tooltip. It scrolls with the card, and unpinning stays in the existing menu.
Fixes #6358
Validation: frontend lint, all 1,655 tests, production build, and git diff --check passed. Browser verification of the implementation was blocked by local preview access restrictions.