From c1909869f0a5e0a0c245b3b6449a8954f5e97bc2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:37:44 +0000 Subject: [PATCH 1/4] Initial plan From 9af639a113c71cb9840bacbeccc64388c319072b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:41:04 +0000 Subject: [PATCH 2/4] style: reformat .astro files with prettier-plugin-astro v1 Prettier-plugin-astro v1 changed expression-container and inline formatting, breaking format:check. Run prettier --write to conform. Co-authored-by: sebdanielsson <20663065+sebdanielsson@users.noreply.github.com> --- src/components/CommonHead.astro | 6 ++- src/components/DockerHubCard.astro | 13 +++-- src/components/Footer.astro | 7 ++- src/components/FormattedDate.astro | 4 +- src/components/GitHubRepoCard.astro | 20 ++++--- src/components/Header.astro | 77 +++++++++++++------------- src/components/ItemCard.astro | 4 +- src/components/MDXInteractive.astro | 34 ++++++------ src/components/RaycastStoreCard.astro | 12 ++--- src/components/Tags.astro | 18 +++---- src/components/ThemeSwitcher.astro | 7 +-- src/layouts/BlogList.astro | 78 +++++++++++++-------------- src/layouts/BlogPost.astro | 58 +++++++++----------- src/pages/about.astro | 12 +++-- src/pages/guestbook.astro | 23 ++++---- src/pages/index.astro | 13 +++-- src/pages/projects.astro | 12 +++-- src/pages/stats.astro | 12 +++-- 18 files changed, 206 insertions(+), 204 deletions(-) diff --git a/src/components/CommonHead.astro b/src/components/CommonHead.astro index 1f3b7a9..54e698c 100644 --- a/src/components/CommonHead.astro +++ b/src/components/CommonHead.astro @@ -26,5 +26,9 @@ const title = propTitle ? `${propTitle} - sebdanielsson.dev` : "sebdanielsson.de title={title} href={new URL("rss.xml", Astro.site)} /> - diff --git a/src/components/DockerHubCard.astro b/src/components/DockerHubCard.astro index c4df751..1d9a4a8 100644 --- a/src/components/DockerHubCard.astro +++ b/src/components/DockerHubCard.astro @@ -35,13 +35,18 @@ const { owner, repo, github_url, hub_details } = image.data;
{shortenNumberWithK(hub_details.star_count)} stars
{shortenNumberWithK(hub_details.pull_count)} pulls
{repoData.description}
- {shortenNumberWithK(extension.data.download_count)} installs -
+{shortenNumberWithK(extension.data.download_count)} installs