Fix: truncate text overflow for tags#1711
Conversation
📝 WalkthroughWalkthroughCheckbox layout and label styles now constrain, truncate, and expose the full text of long left-side menu tags. The changelog records this fix. ChangesTag label overflow
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
❌ Fast Track: checks did not passFailed guardrails: frontend/complexity (Guardrail threw: Cannot find module 'eslint'
Reflects |
|
/review |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
lightly_studio_view/src/lib/components/Form/Checkbox/Checkbox.svelte (1)
23-37: 📐 Maintainability & Code Quality | 🔵 TrivialRun the frontend validation suite before merge.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@lightly_studio_view/src/lib/components/Form/Checkbox/Checkbox.svelte` around lines 23 - 37, Run the frontend validation suite for the Checkbox component changes, including the project’s formatting, linting, type-checking, and relevant tests, and resolve any failures before merging.Source: Path instructions
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@lightly_studio_view/src/lib/components/Form/Checkbox/Checkbox.svelte`:
- Around line 23-37: Run the frontend validation suite for the Checkbox
component changes, including the project’s formatting, linting, type-checking,
and relevant tests, and resolve any failures before merging.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: d182a813-a97e-4f5e-948a-34e52c510d28
📒 Files selected for processing (2)
CHANGELOG.mdlightly_studio_view/src/lib/components/Form/Checkbox/Checkbox.svelte
What has changed and why?
Before

or
After

If you hover long enough we also show the title (so users still see the full tag name):

How has it been tested?
Did you update CHANGELOG.md?
Summary by CodeRabbit