From e595b5d4c43ea3994cecfa300de9af92730b71f8 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:11:34 +0100 Subject: [PATCH] CAD --- src/components/CAD.svelte | 145 +++++++++++++ src/layouts/layoutCAD.astro | 59 ----- .../energieausweis-erstellen/index.astro | 4 +- .../erstellung-energieausweise/index.astro | 201 +----------------- 4 files changed, 154 insertions(+), 255 deletions(-) create mode 100644 src/components/CAD.svelte delete mode 100644 src/layouts/layoutCAD.astro diff --git a/src/components/CAD.svelte b/src/components/CAD.svelte new file mode 100644 index 00000000..66cd29e4 --- /dev/null +++ b/src/components/CAD.svelte @@ -0,0 +1,145 @@ + + +
+ +
+ +
+ Captured Lines: + +
+ + + diff --git a/src/layouts/layoutCAD.astro b/src/layouts/layoutCAD.astro deleted file mode 100644 index 152a79e0..00000000 --- a/src/layouts/layoutCAD.astro +++ /dev/null @@ -1,59 +0,0 @@ ---- -import "../style/global.css"; -import "../../svelte-dialogs.config" -import Header from "#header/Header.astro"; -import Footer from "#footer/Footer.astro"; -import SidebarLeft from "#sidebarLeft/SidebarLeft.astro"; -import SidebarRight from "#sidebarRight/SidebarRight.astro"; -import { NotificationWrapper } from "@ibcornelsen/ui"; - -export interface Props { - title: string; -} - -const { title } = Astro.props; - ---- - - - - - - - - - {title || "Simple CAD Program - Connected Lines"} - - - - - - -
- -
- - - -
- -
- - - -
- -