mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-27 07:43:41 +00:00
Implements a user-friendly dialog that prompts for document names before creating new documents, replacing the default "Untitled Analysis" behavior. Features: - InputDialog component for text input with validation - useCreateDocument hook to centralize naming logic - Pre-filled default value "Untitled Analysis" - Validation to prevent empty document names - Helpful placeholder text with examples - Keyboard shortcuts (Enter/Escape) - Auto-focus and select input field Updated all document creation entry points: - Menu Bar: "New Document" and "New from Template" - Document Tabs: "+" button - Document Manager: "New Document" button - Empty State: "New Document" button - Keyboard shortcut: Ctrl+N This provides a consistent UX across the application and reduces code duplication by using a single reusable hook. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Common | ||
| Config | ||
| Edges | ||
| Editor | ||
| Menu | ||
| Nodes | ||
| Panels | ||
| Toolbar | ||
| Workspace | ||