diff --git a/frontend/build.ts b/frontend/build.ts index d5436e4..5886621 100644 --- a/frontend/build.ts +++ b/frontend/build.ts @@ -20,10 +20,8 @@ import { renderProjectsChart } from "./src/projects-chart"; import { renderEvents } from "./src/events"; import { renderDeadlinesNew } from "./src/deadlines-new"; import { renderDeadlinesDetail } from "./src/deadlines-detail"; -import { renderDeadlinesCalendar } from "./src/deadlines-calendar"; import { renderAppointmentsNew } from "./src/appointments-new"; import { renderAppointmentsDetail } from "./src/appointments-detail"; -import { renderAppointmentsCalendar } from "./src/appointments-calendar"; import { renderSettings } from "./src/settings"; import { renderDashboard } from "./src/dashboard"; import { renderAgenda } from "./src/agenda"; @@ -255,10 +253,8 @@ async function build() { join(import.meta.dir, "src/client/events.ts"), join(import.meta.dir, "src/client/deadlines-new.ts"), join(import.meta.dir, "src/client/deadlines-detail.ts"), - join(import.meta.dir, "src/client/deadlines-calendar.ts"), join(import.meta.dir, "src/client/appointments-new.ts"), join(import.meta.dir, "src/client/appointments-detail.ts"), - join(import.meta.dir, "src/client/appointments-calendar.ts"), join(import.meta.dir, "src/client/settings.ts"), join(import.meta.dir, "src/client/dashboard.ts"), join(import.meta.dir, "src/client/agenda.ts"), @@ -384,10 +380,8 @@ async function build() { await Bun.write(join(DIST, "events.html"), renderEvents()); await Bun.write(join(DIST, "deadlines-new.html"), renderDeadlinesNew()); await Bun.write(join(DIST, "deadlines-detail.html"), renderDeadlinesDetail()); - await Bun.write(join(DIST, "deadlines-calendar.html"), renderDeadlinesCalendar()); await Bun.write(join(DIST, "appointments-new.html"), renderAppointmentsNew()); await Bun.write(join(DIST, "appointments-detail.html"), renderAppointmentsDetail()); - await Bun.write(join(DIST, "appointments-calendar.html"), renderAppointmentsCalendar()); await Bun.write(join(DIST, "settings.html"), renderSettings()); await Bun.write(join(DIST, "dashboard.html"), renderDashboard()); await Bun.write(join(DIST, "agenda.html"), renderAgenda()); diff --git a/frontend/src/appointments-calendar.tsx b/frontend/src/appointments-calendar.tsx deleted file mode 100644 index 8f17ea9..0000000 --- a/frontend/src/appointments-calendar.tsx +++ /dev/null @@ -1,103 +0,0 @@ -import { h } from "./jsx"; -import { Sidebar } from "./components/Sidebar"; -import { PaliadinWidget } from "./components/PaliadinWidget"; -import { BottomNav } from "./components/BottomNav"; -import { Footer } from "./components/Footer"; -import { PWAHead } from "./components/PWAHead"; - -export function renderAppointmentsCalendar(): string { - return "" + ( - - - - - - - - - Terminkalender — Paliad - - - - - - -
-
-
-
-
-
-

Terminkalender

-

- Monatsübersicht aller Termine. -

-
- -
-
- -
- -

- - -

- -
- - - Verhandlung - - - - Besprechung - - - - Beratung - - - - Fristverhandlung - -
- -
-
Mo
-
Di
-
Mi
-
Do
-
Fr
-
Sa
-
So
-
-
- - - - -
-
-
- -