From 5f780c751afa6db498186192d8e7e3b3ebc46644 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Wed, 15 May 2024 22:10:55 +0200 Subject: [PATCH] Keep controls table while editing --- .drone.yml | 2 +- index.html | 100 +++++++++++++++++++++++++------------------------- package.json | 8 ++-- src/fsm.js | 12 ++++-- src/main.js | 1 - src/modal.ts | 34 ----------------- src/style.css | 49 +++++++++++++------------ 7 files changed, 89 insertions(+), 117 deletions(-) delete mode 100644 src/modal.ts diff --git a/.drone.yml b/.drone.yml index fc3f00e..dd96316 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker steps: - name: build - image: node:20-alpine + image: node:22-alpine commands: - yarn install - yarn build diff --git a/index.html b/index.html index c88739a..6eca77e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@ -