860c502f32
Deleted (all superseded, recoverable in git history): - resources/views/projects/edit.blade.php + ProjectController@edit() - resources/views/projects/create.blade.php + ProjectController@create() (projects.create/edit routes point to the Livewire ProjectForm; these controller methods were excluded from the resource and never invoked) - app/Livewire/ProjectEditTabs.php + project-edit-tabs.blade.php (old tabbed editor, functionality recovered inside ProjectForm) - app/Livewire/LayerUpload.php + layer-upload.blade.php (superseded by LayerManager) Kept resources/views/livewire/issues/issue-manager.blade.php as a reference for the future rich Issues screen (its companion component was never built). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>