chore: add display text

This commit is contained in:
E44
2025-11-21 22:08:27 +01:00
parent 94bad9a72f
commit 5b891ae64c
10 changed files with 1887 additions and 84 deletions
+20
View File
@@ -10,6 +10,7 @@
"npm:@tailwindcss/typography@~0.5.15": "0.5.16_tailwindcss@4.1.11",
"npm:@tailwindcss/vite@4": "4.1.11_vite@7.0.6__picomatch@4.0.3",
"npm:@thisux/sveltednd@^0.0.20": "0.0.20_svelte@5.37.1__acorn@8.15.0",
"npm:dexie@^4.2.1": "4.2.1",
"npm:eslint-config-prettier@^10.0.1": "10.1.8_eslint@9.33.0",
"npm:eslint-plugin-svelte@3": "3.11.0_eslint@9.33.0_svelte@5.37.1__acorn@8.15.0_postcss@8.5.6",
"npm:eslint@^9.18.0": "9.33.0",
@@ -19,6 +20,7 @@
"npm:prettier@^3.4.2": "3.6.2",
"npm:svelte-check@4": "4.3.0_svelte@5.37.1__acorn@8.15.0_typescript@5.8.3",
"npm:svelte-dnd-action@~0.9.65": "0.9.65_svelte@5.37.1__acorn@8.15.0",
"npm:svelte-splitpanes@^8.0.9": "8.0.9_svelte@5.37.1__acorn@8.15.0",
"npm:svelte@5": "5.37.1_acorn@8.15.0",
"npm:tailwindcss@4": "4.1.11",
"npm:typescript-eslint@^8.20.0": "8.40.0_eslint@9.33.0_typescript@5.8.3_@typescript-eslint+parser@8.40.0__eslint@9.33.0__typescript@5.8.3",
@@ -867,6 +869,9 @@
"devalue@5.1.1": {
"integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="
},
"dexie@4.2.1": {
"integrity": "sha512-Ckej0NS6jxQ4Po3OrSQBFddayRhTCic2DoCAG5zacOfOVB9P2Q5Xc5uL/nVa7ZVs+HdMnvUPzLFCB/JwpB6Csg=="
},
"enhanced-resolve@5.18.2": {
"integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==",
"dependencies": [
@@ -991,6 +996,12 @@
],
"bin": true
},
"esm-env-robust@0.0.3": {
"integrity": "sha512-90Gnuw2DALOqlL1581VxP3GHPUNHX9U+fQ+8FNcTTFClhY5gEggAAnJ3q1b2Oq23knRsjv8YpNeMRPaMLUymOA==",
"dependencies": [
"esm-env"
]
},
"esm-env@1.2.2": {
"integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA=="
},
@@ -1579,6 +1590,13 @@
"svelte"
]
},
"svelte-splitpanes@8.0.9_svelte@5.37.1__acorn@8.15.0": {
"integrity": "sha512-L3oLXTC99M191FInTXJ/f/2i0welRql1QuVbPaU8iy6nvCR6X9VyjHCsCpLqKGWHwqkWo/AM9CQ1c0nzlb+MkA==",
"dependencies": [
"esm-env-robust",
"svelte"
]
},
"svelte@5.37.1_acorn@8.15.0": {
"integrity": "sha512-h8arWpQZ+3z8eahyBT5KkiBOUsG6xvI5Ykg0ozRr9xEdImgSMUPUlOFWRNkUsT7Ti0DSUCTEbPoped0aoxFyWA==",
"dependencies": [
@@ -1729,6 +1747,7 @@
"npm:@tailwindcss/typography@~0.5.15",
"npm:@tailwindcss/vite@4",
"npm:@thisux/sveltednd@^0.0.20",
"npm:dexie@^4.2.1",
"npm:eslint-config-prettier@^10.0.1",
"npm:eslint-plugin-svelte@3",
"npm:eslint@^9.18.0",
@@ -1738,6 +1757,7 @@
"npm:prettier@^3.4.2",
"npm:svelte-check@4",
"npm:svelte-dnd-action@~0.9.65",
"npm:svelte-splitpanes@^8.0.9",
"npm:svelte@5",
"npm:tailwindcss@4",
"npm:typescript-eslint@^8.20.0",