mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-27 03:52:29 +02:00
debb711b71
Letsmesh Analyzer is now a regular analyzers row, seeded once via an app_settings flag on first startup. It can be renamed, disabled, or deleted like any user entry. The frontend drops the special built-in pseudo-row and the built-in slot in the chooser. Click resolution updated: 0 enabled → toast "No analyzer configured"; 1 enabled → open directly; multiple with a default → open default; multiple without default → chooser. The row switch and the edit modal now show "Enabled" (checked = active), which matches intuition. The DB column remains is_disabled so no data migration is needed — the UI simply inverts the value on read/write. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>