docs: give the resizable sidebar its own FEATURES.md section - #1557
Conversation
Issue #1425 asked for a resizable sidebar because long table names get cut off. The feature itself already shipped on main (drag handle with keyboard support, min/max clamping, and width persistence in local Studio UI state), but FEATURES.md only mentioned it inside the Sidebar Streams Navigation section, framed around stream names. Promote it to a dedicated Resizable Sidebar section that covers tables and streams alike. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. π βΉοΈ Recent review infoβοΈ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: π Files selected for processing (1)
Summary by CodeRabbit
WalkthroughAdded a dedicated sidebar resizing section to π₯ Pre-merge checks | β 5β Passed checks (5 passed)
β¨ Finishing Touchesπ§ͺ Generate unit tests (beta)
β¨ Simplify code
Comment |
|
Compute preview deployed. Branch: |
|
@coderabbitai review |
β Action performedReview finished.
|
|
@coderabbitai full review |
β Action performedFull review finished. You're currently rate limited under our Fair Usage Limits Policy. Your recent PR review activity is in the 95th percentile or higher among CodeRabbit users, so adaptive limits apply. Your next review will be available in 33 minutes. |
|
@coderabbitai full review |
β Action performedFull review finished. You're currently rate limited under our Fair Usage Limits Policy. Your recent PR review activity is in the 95th percentile or higher among CodeRabbit users, so adaptive limits apply. Your next review will be available in 59 minutes. |
|
@coderabbitai full review |
β Action performedFull review finished. |
There was a problem hiding this comment.
Warning
CodeRabbit couldn't request changes on this pull request because it doesn't have sufficient GitHub permissions.
Please grant CodeRabbit Pull requests: Read and write permission and re-run the review.
π Steps to fix this
Actionable comments posted: 1
π€ 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.
Inline comments:
In `@FEATURES.md`:
- Line 56: Update the keyboard-resizing description near the handle behavior to
state the concrete bounds: a 192px minimum and 520px maximum, with the maximum
additionally capped at 60% of the viewport on narrower screens.
πͺ Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
βΉοΈ Review info
βοΈ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: b584c805-ed36-4865-827c-0833ac81813c
π Files selected for processing (1)
FEATURES.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Follow-up to #1425. The resizable sidebar itself already shipped in #1478 (drag handle, 192β520px clamp, localStorage persistence, keyboard resizing, tests) β the issue can be closed as shipped. FEATURES.md only mentioned the resizable width inside the "Sidebar Streams Navigation" section framed around stream names, while the request was about table names; this promotes it to a dedicated
## Resizable Sidebarsection per the AGENTS.md convention.Docs only; no changeset (no package change).
π€ Generated with Claude Code