feat: replace global EditPanel with focused 3-field panel in Missing Data

When editing from Missing Data view, only Classification, Launch Date
and Ready to Order fields are shown in a lightweight slide-in panel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-04-12 15:23:23 +02:00
co-authored by Claude Sonnet 4.6
parent ce9e91bad1
commit 39869edcef
2 changed files with 136 additions and 14 deletions
+2 -1
View File
@@ -566,7 +566,8 @@ export default function App() {
<MissingDataView
data={appState.data}
headers={appState.headers}
onEdit={(index) => setEditingRowIndex(index)}
onSaveRow={handleSaveRow}
onCaptureState={captureState}
/>
)}
{activeModule === 'history' && (