From 1bbf453ae755eceb481d2ab0e0e3e98be784eb2d Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:18 -0700 Subject: [PATCH 1/2] 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..6d2c9d8 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 fc5bbabd9deec071ffc692caeb8ef89c4c68e327 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:29 -0700 Subject: [PATCH 2/2] 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: