💄 style(command palette): fix column option indent indicator#3756
Conversation
|
Finished running flow.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Updates to Preview Branch (style/fix-column-option-indent-line) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
WalkthroughAdjusts the vertical positioning of the indentation guide in the Command Palette options by modifying the .item.indent:before pseudo-element in a CSS module. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
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 |
Check changeset necessityStatus:
Reason:
Changeset (copy & paste):---
"@liam-hq/erd-core": patch
---
- 🐛 Fix misaligned indent indicator in Command Palette column options
- Adjust pseudo-element positioning and height in CommandPaletteOptions.module.css for correct vertical guideline rendering |
c2745f7 to
67e7bef
Compare
67e7bef to
33b9d7d
Compare
Issue
- resolve:Why is this change needed?
In the previous version, each Column option have slight gaps in its indent line on top and bottom of it. This PR will remove the gap and connect the lines to make it prettier.
preview(Table input mode is activated): https://liam-erd-sample-a5vxtbr49-liambx.vercel.app
Summary by CodeRabbit