From 402fade928fffe30430ed606056d60864e54fdab Mon Sep 17 00:00:00 2001 From: kerms Date: Thu, 12 Mar 2026 12:09:59 +0100 Subject: [PATCH] feat(nvs-editor): UI overhaul with persistence, inline editing, import warnings Rewrite NVS editor with localStorage persistence, inline add/edit row, column reorder (key/value/type/namespace), JSON import/export with dropped+clamped warnings, blob compatibility warnings on version switch and merge, hex namespace display, and responsive sidebar layout. --- components/nvs-editor/NvsEditor.vue | 1000 ++++++++++++++++++--------- 1 file changed, 678 insertions(+), 322 deletions(-) diff --git a/components/nvs-editor/NvsEditor.vue b/components/nvs-editor/NvsEditor.vue index cf3dd4e..f850d66 100644 --- a/components/nvs-editor/NvsEditor.vue +++ b/components/nvs-editor/NvsEditor.vue @@ -1,15 +1,18 @@