Advanced Data Point Inspector — Manual Entry, Curve Interpolation & Undo/Redo
Advanced Insert Modal with spreadsheet-style point entry, Target Curve Selector, Fitting Interpolation Panel (Cubic Spline, Monotone Cubic, Polynomial), full undo/redo history, and clipboard paste support.
- Advanced Insert Modal — Dedicated modal in the Data Inspector for precise manual data point entry, separate from inline table editing.
- Point Entry Table — Spreadsheet-style table inside the modal for bulk (X, Y) input with row add/remove and tab-key navigation.
- Target Curve Selector — Choose which existing curve to append or merge points into, or create a new curve on the fly.
- Fitting Interpolation Panel — Fill gaps between manually entered points using Cubic Spline, Monotone Cubic, or Polynomial interpolation before insertion.
- Undo / Redo History — Full undo/redo stack within the Advanced Insert Modal for confident, reversible data editing.
- Paste-from-Clipboard — Paste tab-separated or comma-separated (X, Y) data directly from Excel or any spreadsheet application.
- Data Table Toolbar — Refactored with a cleaner layout; Advanced Insert button added alongside existing export actions.
- ResizeHandle — Refined drag-handle behavior and cursor states for the Inspector panel resize boundary.
- Input Styling — Improved focus rings, disabled states, and consistent padding across all input fields app-wide.
- Fixed DataTableRow re-render loop when editing a cell on large datasets.
- Fixed usePointMutations hook not updating the preview chart after a batch delete.