From 4493b6d7326b1a97a9388bfb51fb1e22d8d0f8e1 Mon Sep 17 00:00:00 2001 From: kerms Date: Fri, 13 Mar 2026 15:26:56 +0100 Subject: [PATCH] feat(partition-table): toolbar redesign, seamless inputs, file type detection - Icon-based toolbar with dropdown menus - Seamless inline inputs/selects in table cells - Smart file type detection with magic bytes and user prompt for ambiguous files --- .../PartitionTableEditor.vue | 213 +++++++++++++----- 1 file changed, 152 insertions(+), 61 deletions(-) diff --git a/components/partition-table-editor/PartitionTableEditor.vue b/components/partition-table-editor/PartitionTableEditor.vue index 838b0ce..51e519a 100644 --- a/components/partition-table-editor/PartitionTableEditor.vue +++ b/components/partition-table-editor/PartitionTableEditor.vue @@ -1,6 +1,7 @@