style: moved all logic from VisProgUI.tsx to VisProg.tsx and the css from VisProgUI.module.css to VisProg.module.css.

made code easier to navigate, by removing an unnecessary set of files through combining logic into a mostly empty file that is suitable for hosting said logic.

BREAKING: removed VisProgUI.module.css and removed VisProgUI.tsx, logic is now in VisProg.module.css and VisProg.tsx respectively

ref: N25B-114
This commit is contained in:
JGerla
2025-10-22 15:12:29 +02:00
parent 34dd48ecb6
commit 6a655f62f8
6 changed files with 256 additions and 262 deletions

View File

@@ -9,7 +9,7 @@ import {
useRef,
useState
} from 'react';
import styles from "../VisProgUI.module.css"
import styles from "../../VisProg.module.css"
// Is used to make sure each subsequent node gets a unique id, so the ReactFlow implementation
// can distinguish between different nodes.