Enhance site information display by adding descriptions for each site. Updated button labels in site links to include both title and description for improved user context.
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m22s

This commit is contained in:
eewing
2026-02-19 08:00:46 -06:00
parent c0fae761da
commit d0c241b0e1
115 changed files with 74451 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"version": 3,
"sources": ["../../svelte/src/version.js", "../../svelte/src/internal/disclose-version.js"],
"sourcesContent": ["// generated during release, do not modify\n\n/**\n * The current version, as set in package.json.\n * @type {string}\n */\nexport const VERSION = '5.51.5';\nexport const PUBLIC_VERSION = '5';\n", "import { PUBLIC_VERSION } from '../version.js';\n\nif (typeof window !== 'undefined') {\n\t// @ts-expect-error\n\t((window.__svelte ??= {}).v ??= new Set()).add(PUBLIC_VERSION);\n}\n"],
"mappings": ";AAOO,IAAM,iBAAiB;;;ACP9B;AAEA,IAAI,OAAO,WAAW,aAAa;AAElC,IAAE,YAAO,aAAP,OAAO,WAAa,CAAC,IAAG,MAAxB,GAAwB,IAAM,oBAAI,IAAI,IAAG,IAAI,cAAc;AAC9D;",
"names": []
}