From f0681111105e6b9a870d64a07f81cd4bf611dddf Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:18 -0700 Subject: [PATCH 1/4] fix the video showcase Please be fixed this time --- src/components/marquee/Marquee.astro | 72 +++++++++++++++------------- 1 file changed, 40 insertions(+), 32 deletions(-) diff --git a/src/components/marquee/Marquee.astro b/src/components/marquee/Marquee.astro index 2c85a49..6d00a6a 100644 --- a/src/components/marquee/Marquee.astro +++ b/src/components/marquee/Marquee.astro @@ -47,6 +47,7 @@ const videos = [ muted controls playsinline + preload="metadata" > @@ -60,18 +61,36 @@ const videos = [ From 9c9b2b000eb84442a5d9357285a3766d87001709 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:29 -0700 Subject: [PATCH 2/4] fix dead links in introduction --- src/guide/introduction.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/guide/introduction.mdx b/src/guide/introduction.mdx index 7dd0ae9..2d6b483 100644 --- a/src/guide/introduction.mdx +++ b/src/guide/introduction.mdx @@ -24,9 +24,8 @@ Configs at other paths, including raw qml files can be run with `--path` or `-p` ## Creating Windows -Quickshell has two main window types available, -[PanelWindow](/docs/types/quickshell/panelwindow) for bars and widgets, and -[FloatingWindow](/docs/types/quickshell/floatingwindow) for standard desktop windows. +Quickshell has two main window types available, @@Quickshell.PanelWindow for bars +and widgets, and @@Quickshell.FloatingWindow for standard desktop windows. We'll start with an example: From c0d295c2892eec913849a44bfb61700be4b5b0fa Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:18 -0700 Subject: [PATCH 3/4] fix the video showcase Please be fixed this time --- src/components/marquee/Marquee.astro | 70 +++++++++++++++------------- 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/src/components/marquee/Marquee.astro b/src/components/marquee/Marquee.astro index 2c85a49..64f599a 100644 --- a/src/components/marquee/Marquee.astro +++ b/src/components/marquee/Marquee.astro @@ -47,6 +47,7 @@ const videos = [ muted controls playsinline + preload="metadata" > @@ -60,18 +61,35 @@ const videos = [ From fd9cd4f3fd7d4b1236854ef97728dc5379cfd432 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:29 -0700 Subject: [PATCH 4/4] fix dead links in introduction --- src/guide/introduction.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/guide/introduction.mdx b/src/guide/introduction.mdx index 7dd0ae9..2d6b483 100644 --- a/src/guide/introduction.mdx +++ b/src/guide/introduction.mdx @@ -24,9 +24,8 @@ Configs at other paths, including raw qml files can be run with `--path` or `-p` ## Creating Windows -Quickshell has two main window types available, -[PanelWindow](/docs/types/quickshell/panelwindow) for bars and widgets, and -[FloatingWindow](/docs/types/quickshell/floatingwindow) for standard desktop windows. +Quickshell has two main window types available, @@Quickshell.PanelWindow for bars +and widgets, and @@Quickshell.FloatingWindow for standard desktop windows. We'll start with an example: