From ba2861cc734d742ce8b1435d1657c1bf6effe101 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 14 May 2025 00:39:35 +0200 Subject: [PATCH] feat: implement encrypted data export/import and editable table UI with sorting --- app.js | 513 ++++++++++++++++++++++++++++++++++--- index.html | 34 ++- modal.js | 133 ++++++++++ style.css | 724 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 1356 insertions(+), 48 deletions(-) create mode 100644 modal.js diff --git a/app.js b/app.js index cc301c3..40aad86 100644 --- a/app.js +++ b/app.js @@ -105,36 +105,282 @@ function renderForm() { // Autocomplete for categories const datalist = document.getElementById('category-list'); datalist.innerHTML = categories.map(cat => `