You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added **representative solution set selector** to E-NAUTILUS initialization panel; auto-selects when only one set exists, shows warning when none available.
71
+
- Added inline session creation with **Combobox dropdown** and "+ New" button for E-NAUTILUS.
72
+
- Added **delete and download actions** to problems data table.
73
+
- Added input confirmation dialog component.
74
+
- Added `syncProblem()` to `methodSelection` store (updates `problem_id` without clearing session/method).
75
+
76
+
#### Changed
77
+
- Replaced E-NAUTILUS final JSON view with `EndStateView`; show only the selected solution.
78
+
- Replaced final view toggle buttons with proper **Tabs** component (experimental).
79
+
- Replaced dialog-based formulation views with inline expandable rows in Objectives, Constraints, and Extra Functions tabs.
80
+
- Replaced plain HTML intermediate points table with **TanStack/sortable table** using colored headers, closeness column, and blue selection border.
81
+
- Disabled E-NAUTILUS in method initialize page when problem has no representative solution sets.
82
+
- Regenerated API client types for new E-NAUTILUS and delete endpoints.
83
+
84
+
#### Fixed
85
+
- Fixed problem context mismatch when resuming E-NAUTILUS state from a different problem.
86
+
- Fixed all `state_referenced_locally` Svelte 5 warnings across 11 components.
87
+
- Fixed Svelte 5 `$state` warnings for `bind:this` element references.
88
+
- Fixed `finalize_enautilus`: added missing return on error, cleared stale error messages.
89
+
- Excluded `mathlive` from Vite `optimizeDeps` to fix KaTeX font 404 errors.
90
+
- Disabled Finish button until intermediate point is chosen (E-NAUTILUS).
91
+
- Removed duplicate config sync effect in GDM-SCORE-bands config-panel.
0 commit comments