From cba9d7a0e06b028cb0eff840df45d881485be05b Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:55:51 +0100 Subject: [PATCH] Inhaltsseiten --- src/astro-typesafe-api-caller.ts | 8 +- .../sidebars/cards/NavigationCard.svelte | 20 +- src/pages/bedarfsausweis/index.astro | 106 ++++++++++ src/pages/glossar/index.astro | 45 ++-- .../index.astro | 200 ++++++++++++++++++ src/pages/verbrauchsausweis/index.astro | 143 +++++++++++++ .../index.astro | 146 +++++++++++++ 7 files changed, 631 insertions(+), 37 deletions(-) create mode 100644 src/pages/bedarfsausweis/index.astro create mode 100644 src/pages/verbrauchsausweis/haeufige-fragen-zum-verbrauchsausweis/index.astro create mode 100644 src/pages/verbrauchsausweis/index.astro create mode 100644 src/pages/verbrauchsausweis/verbrauchsausweis-wohngebaeude/index.astro diff --git a/src/astro-typesafe-api-caller.ts b/src/astro-typesafe-api-caller.ts index 7e7e52d5..ba3d8c24 100644 --- a/src/astro-typesafe-api-caller.ts +++ b/src/astro-typesafe-api-caller.ts @@ -4,9 +4,6 @@ export const createCaller = createCallerFactory({ "bild": await import("../src/pages/api/bild.ts"), "klimafaktoren": await import("../src/pages/api/klimafaktoren.ts"), "postleitzahlen": await import("../src/pages/api/postleitzahlen.ts"), - "auth/access-token": await import("../src/pages/api/auth/access-token.ts"), - "auth/forgot-password": await import("../src/pages/api/auth/forgot-password.ts"), - "auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"), "admin/ausstellen": await import("../src/pages/api/admin/ausstellen.ts"), "admin/bestellbestaetigung": await import("../src/pages/api/admin/bestellbestaetigung.ts"), "admin/erinnern": await import("../src/pages/api/admin/erinnern.ts"), @@ -14,6 +11,9 @@ export const createCaller = createCallerFactory({ "admin/post-ausstellen": await import("../src/pages/api/admin/post-ausstellen.ts"), "admin/registriernummer": await import("../src/pages/api/admin/registriernummer.ts"), "aufnahme": await import("../src/pages/api/aufnahme/index.ts"), + "auth/access-token": await import("../src/pages/api/auth/access-token.ts"), + "auth/forgot-password": await import("../src/pages/api/auth/forgot-password.ts"), + "auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"), "bedarfsausweis-wohnen/[uid]": await import("../src/pages/api/bedarfsausweis-wohnen/[uid].ts"), "bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"), "bilder/[uid]": await import("../src/pages/api/bilder/[uid].ts"), @@ -27,9 +27,9 @@ export const createCaller = createCallerFactory({ "user/self": await import("../src/pages/api/user/self.ts"), "verbrauchsausweis-gewerbe/[uid]": await import("../src/pages/api/verbrauchsausweis-gewerbe/[uid].ts"), "verbrauchsausweis-gewerbe": await import("../src/pages/api/verbrauchsausweis-gewerbe/index.ts"), - "webhooks/mollie": await import("../src/pages/api/webhooks/mollie.ts"), "verbrauchsausweis-wohnen/[uid]": await import("../src/pages/api/verbrauchsausweis-wohnen/[uid].ts"), "verbrauchsausweis-wohnen": await import("../src/pages/api/verbrauchsausweis-wohnen/index.ts"), + "webhooks/mollie": await import("../src/pages/api/webhooks/mollie.ts"), "aufnahme/[uid]/bilder": await import("../src/pages/api/aufnahme/[uid]/bilder.ts"), "aufnahme/[uid]": await import("../src/pages/api/aufnahme/[uid]/index.ts"), "objekt/[uid]": await import("../src/pages/api/objekt/[uid]/index.ts"), diff --git a/src/components/design/sidebars/cards/NavigationCard.svelte b/src/components/design/sidebars/cards/NavigationCard.svelte index 7b1d21f5..6c9fa72f 100644 --- a/src/components/design/sidebars/cards/NavigationCard.svelte +++ b/src/components/design/sidebars/cards/NavigationCard.svelte @@ -218,7 +218,7 @@ on:mouseover={hover} on:mouseleave={hoverout} > - VerbrauchsausweisVerbrauchsausweis {/if} -
  • Verbrauchsausweis Wohngebäude
  • -
  • Verbrauchsausweis online erstellen
  • -
  • Häufige Fragen zum Verbrauchsausweis
  • +
  • Verbrauchsausweis Wohngebäude
  • +
  • Verbrauchsausweis online erstellen
  • +
  • Häufige Fragen zum Verbrauchsausweis
  • Statistiken zum Verbrauchsausweis Wohngebäude @@ -255,7 +255,7 @@ on:mouseover={hover} on:mouseleave={hoverout} > - Bedarfsausweis - Energieausweis -