From 011fac5a4792832227a7532ecd6fb53fa2ec9628 Mon Sep 17 00:00:00 2001 From: Oleh Omelchenko Date: Sun, 19 Oct 2025 19:27:22 +0300 Subject: [PATCH] refactor: add edit dataset button and enhance dataset form handling with schema warnings --- CLAUDE.md | 1 + index.html | 1 + src/js/app.js | 20 +- src/js/dataset-manager.js | 378 +++++++++++++++++++++++++++++++------- src/styles.css | 6 + 5 files changed, 338 insertions(+), 68 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 17222db..d114daf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -67,3 +67,4 @@ When implementing changes: - Pay attention to the existing code base style and approaches and try to adhere to the existing style instead of bringing your own vision. - When updating documentation, do not record intermediate changes - write them always as a matter-of-fact information. - When working on the code, if you notice any opportunities to better bring the project to the state above - bring this to user's attention and ask for approval to implement the suggested changes. +- Testing: The user always tests changes manually. Do not start local servers or attempt to run the application. diff --git a/index.html b/index.html index 8526b1e..c3e1b3c 100644 --- a/index.html +++ b/index.html @@ -200,6 +200,7 @@