🎨 Palette: Add visual empty state to NodeModulesSection#238
Conversation
Added a consistent visual empty state with a "shippingbox" icon and centered text to the `node_modules` section, replacing the plain text "No node_modules directories found". This aligns with the empty state patterns in ProcessesView and ContentView. Co-authored-by: acebytes <2820910+acebytes@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added a proper visual empty state with a "shippingbox" icon and centered text to the
node_modulessection, replacing the plain text "No node_modules directories found".🎯 Why: To align with the established empty state patterns in
ProcessesViewandContentViewand provide clear, consistent visual feedback when no dynamic list items are present.📸 Before/After: Changed from simple left-aligned text to a centered icon and text view with adequate padding.
♿ Accessibility: Improved semantic clarity by presenting a structured empty state block instead of an isolated string of text.
PR created automatically by Jules for task 5911685350691349361 started by @acebytes