From acf7b5047f30d88dff2ab66a3f4ab57f3e6fd3e4 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Wed, 30 Apr 2025 00:22:43 +0200 Subject: [PATCH] feat: add basic integrity checks + corrections --- editor/public/edit/index.html | 54 +++- editor/public/static/css/edit.css | 159 ++++++++++- editor/public/static/images/arrow.svg | 82 ++++++ editor/public/static/js/edit.mjs | 2 + editor/public/static/js/editor.mjs | 8 +- editor/public/static/js/integrity_manager.mjs | 266 ++++++++++++++++-- editor/public/static/js/tracks_table.mjs | 55 +++- editor/public/static/js/utils.mjs | 86 +++++- 8 files changed, 656 insertions(+), 56 deletions(-) create mode 100644 editor/public/static/images/arrow.svg diff --git a/editor/public/edit/index.html b/editor/public/edit/index.html index 3ede78f..06808cb 100644 --- a/editor/public/edit/index.html +++ b/editor/public/edit/index.html @@ -44,18 +44,56 @@ -