From 2afecd1c04fa418f4bdb7e8bfd55dcb0ffc7296f Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Wed, 30 Apr 2025 11:33:55 +0200 Subject: [PATCH] feat: add improve name button --- editor/public/edit/index.html | 4 + editor/public/static/css/base.css | 4 + editor/public/static/css/edit.css | 83 +++++++++++++++++-- editor/public/static/images/improve.svg | 77 +++++++++++++++++ .../public/static/images/improve_clicked.svg | 78 +++++++++++++++++ editor/public/static/js/integrity_manager.mjs | 63 ++++++++++++-- editor/public/static/js/tracks_table.mjs | 18 +++- editor/public/static/js/utils.mjs | 18 ++-- 8 files changed, 323 insertions(+), 22 deletions(-) create mode 100644 editor/public/static/images/improve.svg create mode 100644 editor/public/static/images/improve_clicked.svg diff --git a/editor/public/edit/index.html b/editor/public/edit/index.html index 06808cb..93261d7 100644 --- a/editor/public/edit/index.html +++ b/editor/public/edit/index.html @@ -9,6 +9,10 @@ +