From e0e343e743baafce5ada7b9f987405e1661a4ee0 Mon Sep 17 00:00:00 2001 From: George Lewe Date: Tue, 29 Aug 2023 13:01:51 +0200 Subject: [PATCH] Fullscreen button (squashed commits) --- src/html/components/dashboard/_topbar.astro | 10 ++- src/ts/adminlte.ts | 4 +- src/ts/fullscreen.ts | 91 +++++++++++++++++++++ 3 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 src/ts/fullscreen.ts diff --git a/src/html/components/dashboard/_topbar.astro b/src/html/components/dashboard/_topbar.astro index c26ab360b..4c7e9f298 100644 --- a/src/html/components/dashboard/_topbar.astro +++ b/src/html/components/dashboard/_topbar.astro @@ -154,6 +154,15 @@ const distPath = path; + + + +