constellation-analyzer/src
Jan-Henrik Bruhn bc6ffb5bc3 feat: improve actor type form layout and UX
Consolidates name, color, and icon fields into a single horizontal row
for more compact form layout. Removes progressive disclosure pattern to
show all fields at once.

Changes:
- Single-row layout for name, color, and icon fields with proper alignment
- Name field uses flex-1 with min-w-0 for proper text truncation
- Color picker fixed at h-8 to match input heights
- Icon popover uses fixed positioning (z-9999) to prevent clipping
- All form fields now always visible (removed collapsible advanced options)
- Removed edit panel header for cleaner UI
- Removed border above action buttons

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 19:37:24 +02:00
..
components feat: improve actor type form layout and UX 2025-10-16 19:37:24 +02:00
contexts fix: refactor keyboard shortcut context 2025-10-10 11:54:51 +02:00
hooks refactor: remove non-functional Ctrl+A select-all shortcut 2025-10-13 12:49:47 +02:00
stores feat: add node shape variants with five distinct shapes 2025-10-16 15:34:24 +02:00
styles Initial commit 2025-10-10 11:15:51 +02:00
types feat: add node shape variants with five distinct shapes 2025-10-16 15:34:24 +02:00
utils feat: add graph metrics and analysis to right panel 2025-10-10 23:20:22 +02:00
App.tsx refactor: remove non-functional Ctrl+A select-all shortcut 2025-10-13 12:49:47 +02:00
main.tsx Initial commit 2025-10-10 11:15:51 +02:00
vite-env.d.ts Initial commit 2025-10-10 11:15:51 +02:00