From 41354a857e8a291fddeb6256999341fa5b5b5d67 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 23 Jun 2024 15:43:11 +0200 Subject: [PATCH] feat: routes editor - split route --- index.html | 6 +++ modules/ui/routes-editor.js | 91 +++++++++++++++++++++++++++++-------- utils/colorUtils.js | 22 +++++++-- utils/debugUtils.js | 58 +++++++++++++++++++++++ utils/graphUtils.js | 32 ------------- 5 files changed, 154 insertions(+), 55 deletions(-) create mode 100644 utils/debugUtils.js diff --git a/index.html b/index.html index ab5b6d21..93e637a9 100644 --- a/index.html +++ b/index.html @@ -2937,6 +2937,11 @@ data-tip="Create a new route selecting route cells" class="icon-map-pin" > +