Conversation
The usermod settings page grows one section per configured usermod and has no way to collapse the ones you're not editing, making it long to scroll on setups with many usermods. Turn each section into a native <details>/<summary> element (default open, so nothing hides on first load) and add Expand all / Collapse all buttons above the list.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: wled/WLED/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. WalkthroughUsermod configuration sections now render as expandable panels with custom arrow markers. New controls expand or collapse all usermod panels through ChangesUsermod configuration panels
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Feature Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |


The usermod settings page grows one section per configured usermod and has no way to collapse the ones you're not editing, making it long to scroll on setups with many usermods. Turn each section into a native
element (default open, so nothing hides on first load) and add Expand all / Collapse all buttons above the list.- New Features
- Usermod configuration sections can now be expanded or collapsed individually.
- Added controls to expand or collapse all usermod sections at once.
- Added visual indicators showing each section’s open or closed state.
Summary by CodeRabbit