feat(dashboard): restructure sidebar nav by module — add Server Admin group#352
Conversation
… group - Add Server Admin group (indigo, admin-only): Language + Moderator Roles - General group now contains Server Overview + Reminders only - Moderation group now contains Auto-Kicker + Auto-Delete + Leave Messages only - Rename "Support" group → "Help", "All Guilds" nav item → "Support Mode" - Add nav.groups.server_admin i18n key (EN: "Server Admin", DE: "Serveradmin") - Add .scrollbar-thin CSS utility: hidden at rest, appears on hover (3px, themed) - Apply scrollbar-thin to all overflow-y-auto containers site-wide - Slim sidebar nav: space-y-4 → space-y-3, py-2 → py-1.5 - Fix biome.json: enable css.parser.tailwindDirectives for @theme/@layer syntax Co-Authored-By: Claude <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis PR introduces a new scrollbar styling utility class and applies it across multiple components for consistent scrollbar appearance. It restructures the guild navigation to separate admin-level settings into a dedicated server-admin group, and updates German and English UI translations for navigation labels. Changes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
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 |
Summary
.scrollbar-thinCSS utility (3px, themed, hover-to-reveal) applied to alloverflow-y-autocontainers site-widepy-2→py-1.5,space-y-4→space-y-3) to reduce overflow with more groupsbiome.json: enabledcss.parser.tailwindDirectivesso Biome correctly parses@theme/@layer(pre-existing gap)Test plan
?tab=languageand?tab=moderator-rolesstill route correctly under Server Admin🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Style
Refactor
Documentation