Several panels show a blank area when there's no data (Ports with nothing listening, Processes with no running procs, etc). Add a shared <EmptyState> component and use it across panels.
Files: src/components/EmptyState.tsx (new), PortsPanel/, ProcessManager/, GitPanel/
Several panels show a blank area when there's no data (Ports with nothing listening, Processes with no running procs, etc). Add a shared
<EmptyState>component and use it across panels.Files:
src/components/EmptyState.tsx(new),PortsPanel/,ProcessManager/,GitPanel/