From 030b2a5312653507ebed487e746344356957e582 Mon Sep 17 00:00:00 2001 From: ARCHITECT Date: Tue, 13 Jan 2026 00:00:56 +0000 Subject: [PATCH] Rename hst-frontend-new to deck-frontend Co-Authored-By: Claude Opus 4.5 --- {hst-frontend-new => deck-frontend}/.gitignore | 0 {hst-frontend-new => deck-frontend}/README.md | 0 {hst-frontend-new => deck-frontend}/index.html | 0 {hst-frontend-new => deck-frontend}/package-lock.json | 0 {hst-frontend-new => deck-frontend}/package.json | 0 {hst-frontend-new => deck-frontend}/src/api/client.ts | 0 {hst-frontend-new => deck-frontend}/src/api/graph.ts | 0 {hst-frontend-new => deck-frontend}/src/api/groups.ts | 0 {hst-frontend-new => deck-frontend}/src/api/index.ts | 0 {hst-frontend-new => deck-frontend}/src/api/libraries.ts | 0 {hst-frontend-new => deck-frontend}/src/api/tags.ts | 0 {hst-frontend-new => deck-frontend}/src/components/Card/Card.ts | 0 {hst-frontend-new => deck-frontend}/src/components/Component.ts | 0 {hst-frontend-new => deck-frontend}/src/components/Modal/Modal.ts | 0 .../src/components/TagChip/TagChip.ts | 0 {hst-frontend-new => deck-frontend}/src/components/index.ts | 0 {hst-frontend-new => deck-frontend}/src/config/api.ts | 0 {hst-frontend-new => deck-frontend}/src/config/categories.ts | 0 {hst-frontend-new => deck-frontend}/src/config/edges.ts | 0 {hst-frontend-new => deck-frontend}/src/config/index.ts | 0 {hst-frontend-new => deck-frontend}/src/main.ts | 0 {hst-frontend-new => deck-frontend}/src/router/index.ts | 0 {hst-frontend-new => deck-frontend}/src/router/router.ts | 0 {hst-frontend-new => deck-frontend}/src/state/index.ts | 0 {hst-frontend-new => deck-frontend}/src/state/store.ts | 0 {hst-frontend-new => deck-frontend}/src/styles/main.css | 0 {hst-frontend-new => deck-frontend}/src/types/graph.ts | 0 {hst-frontend-new => deck-frontend}/src/types/index.ts | 0 {hst-frontend-new => deck-frontend}/src/types/state.ts | 0 {hst-frontend-new => deck-frontend}/src/types/tag.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/clipboard.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/dom.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/filters.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/i18n.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/index.ts | 0 {hst-frontend-new => deck-frontend}/src/utils/toast.ts | 0 .../src/views/DetailPanel/DetailPanel.ts | 0 .../src/views/GraphView/GraphView.ts | 0 .../src/views/GridView/GridView.ts | 0 .../src/views/TreeView/TreeView.ts | 0 {hst-frontend-new => deck-frontend}/src/views/View.ts | 0 {hst-frontend-new => deck-frontend}/src/views/index.ts | 0 {hst-frontend-new => deck-frontend}/tsconfig.json | 0 {hst-frontend-new => deck-frontend}/vite.config.ts | 0 44 files changed, 0 insertions(+), 0 deletions(-) rename {hst-frontend-new => deck-frontend}/.gitignore (100%) rename {hst-frontend-new => deck-frontend}/README.md (100%) rename {hst-frontend-new => deck-frontend}/index.html (100%) rename {hst-frontend-new => deck-frontend}/package-lock.json (100%) rename {hst-frontend-new => deck-frontend}/package.json (100%) rename {hst-frontend-new => deck-frontend}/src/api/client.ts (100%) rename {hst-frontend-new => deck-frontend}/src/api/graph.ts (100%) rename {hst-frontend-new => deck-frontend}/src/api/groups.ts (100%) rename {hst-frontend-new => deck-frontend}/src/api/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/api/libraries.ts (100%) rename {hst-frontend-new => deck-frontend}/src/api/tags.ts (100%) rename {hst-frontend-new => deck-frontend}/src/components/Card/Card.ts (100%) rename {hst-frontend-new => deck-frontend}/src/components/Component.ts (100%) rename {hst-frontend-new => deck-frontend}/src/components/Modal/Modal.ts (100%) rename {hst-frontend-new => deck-frontend}/src/components/TagChip/TagChip.ts (100%) rename {hst-frontend-new => deck-frontend}/src/components/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/config/api.ts (100%) rename {hst-frontend-new => deck-frontend}/src/config/categories.ts (100%) rename {hst-frontend-new => deck-frontend}/src/config/edges.ts (100%) rename {hst-frontend-new => deck-frontend}/src/config/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/main.ts (100%) rename {hst-frontend-new => deck-frontend}/src/router/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/router/router.ts (100%) rename {hst-frontend-new => deck-frontend}/src/state/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/state/store.ts (100%) rename {hst-frontend-new => deck-frontend}/src/styles/main.css (100%) rename {hst-frontend-new => deck-frontend}/src/types/graph.ts (100%) rename {hst-frontend-new => deck-frontend}/src/types/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/types/state.ts (100%) rename {hst-frontend-new => deck-frontend}/src/types/tag.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/clipboard.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/dom.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/filters.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/i18n.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/index.ts (100%) rename {hst-frontend-new => deck-frontend}/src/utils/toast.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/DetailPanel/DetailPanel.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/GraphView/GraphView.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/GridView/GridView.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/TreeView/TreeView.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/View.ts (100%) rename {hst-frontend-new => deck-frontend}/src/views/index.ts (100%) rename {hst-frontend-new => deck-frontend}/tsconfig.json (100%) rename {hst-frontend-new => deck-frontend}/vite.config.ts (100%) diff --git a/hst-frontend-new/.gitignore b/deck-frontend/.gitignore similarity index 100% rename from hst-frontend-new/.gitignore rename to deck-frontend/.gitignore diff --git a/hst-frontend-new/README.md b/deck-frontend/README.md similarity index 100% rename from hst-frontend-new/README.md rename to deck-frontend/README.md diff --git a/hst-frontend-new/index.html b/deck-frontend/index.html similarity index 100% rename from hst-frontend-new/index.html rename to deck-frontend/index.html diff --git a/hst-frontend-new/package-lock.json b/deck-frontend/package-lock.json similarity index 100% rename from hst-frontend-new/package-lock.json rename to deck-frontend/package-lock.json diff --git a/hst-frontend-new/package.json b/deck-frontend/package.json similarity index 100% rename from hst-frontend-new/package.json rename to deck-frontend/package.json diff --git a/hst-frontend-new/src/api/client.ts b/deck-frontend/src/api/client.ts similarity index 100% rename from hst-frontend-new/src/api/client.ts rename to deck-frontend/src/api/client.ts diff --git a/hst-frontend-new/src/api/graph.ts b/deck-frontend/src/api/graph.ts similarity index 100% rename from hst-frontend-new/src/api/graph.ts rename to deck-frontend/src/api/graph.ts diff --git a/hst-frontend-new/src/api/groups.ts b/deck-frontend/src/api/groups.ts similarity index 100% rename from hst-frontend-new/src/api/groups.ts rename to deck-frontend/src/api/groups.ts diff --git a/hst-frontend-new/src/api/index.ts b/deck-frontend/src/api/index.ts similarity index 100% rename from hst-frontend-new/src/api/index.ts rename to deck-frontend/src/api/index.ts diff --git a/hst-frontend-new/src/api/libraries.ts b/deck-frontend/src/api/libraries.ts similarity index 100% rename from hst-frontend-new/src/api/libraries.ts rename to deck-frontend/src/api/libraries.ts diff --git a/hst-frontend-new/src/api/tags.ts b/deck-frontend/src/api/tags.ts similarity index 100% rename from hst-frontend-new/src/api/tags.ts rename to deck-frontend/src/api/tags.ts diff --git a/hst-frontend-new/src/components/Card/Card.ts b/deck-frontend/src/components/Card/Card.ts similarity index 100% rename from hst-frontend-new/src/components/Card/Card.ts rename to deck-frontend/src/components/Card/Card.ts diff --git a/hst-frontend-new/src/components/Component.ts b/deck-frontend/src/components/Component.ts similarity index 100% rename from hst-frontend-new/src/components/Component.ts rename to deck-frontend/src/components/Component.ts diff --git a/hst-frontend-new/src/components/Modal/Modal.ts b/deck-frontend/src/components/Modal/Modal.ts similarity index 100% rename from hst-frontend-new/src/components/Modal/Modal.ts rename to deck-frontend/src/components/Modal/Modal.ts diff --git a/hst-frontend-new/src/components/TagChip/TagChip.ts b/deck-frontend/src/components/TagChip/TagChip.ts similarity index 100% rename from hst-frontend-new/src/components/TagChip/TagChip.ts rename to deck-frontend/src/components/TagChip/TagChip.ts diff --git a/hst-frontend-new/src/components/index.ts b/deck-frontend/src/components/index.ts similarity index 100% rename from hst-frontend-new/src/components/index.ts rename to deck-frontend/src/components/index.ts diff --git a/hst-frontend-new/src/config/api.ts b/deck-frontend/src/config/api.ts similarity index 100% rename from hst-frontend-new/src/config/api.ts rename to deck-frontend/src/config/api.ts diff --git a/hst-frontend-new/src/config/categories.ts b/deck-frontend/src/config/categories.ts similarity index 100% rename from hst-frontend-new/src/config/categories.ts rename to deck-frontend/src/config/categories.ts diff --git a/hst-frontend-new/src/config/edges.ts b/deck-frontend/src/config/edges.ts similarity index 100% rename from hst-frontend-new/src/config/edges.ts rename to deck-frontend/src/config/edges.ts diff --git a/hst-frontend-new/src/config/index.ts b/deck-frontend/src/config/index.ts similarity index 100% rename from hst-frontend-new/src/config/index.ts rename to deck-frontend/src/config/index.ts diff --git a/hst-frontend-new/src/main.ts b/deck-frontend/src/main.ts similarity index 100% rename from hst-frontend-new/src/main.ts rename to deck-frontend/src/main.ts diff --git a/hst-frontend-new/src/router/index.ts b/deck-frontend/src/router/index.ts similarity index 100% rename from hst-frontend-new/src/router/index.ts rename to deck-frontend/src/router/index.ts diff --git a/hst-frontend-new/src/router/router.ts b/deck-frontend/src/router/router.ts similarity index 100% rename from hst-frontend-new/src/router/router.ts rename to deck-frontend/src/router/router.ts diff --git a/hst-frontend-new/src/state/index.ts b/deck-frontend/src/state/index.ts similarity index 100% rename from hst-frontend-new/src/state/index.ts rename to deck-frontend/src/state/index.ts diff --git a/hst-frontend-new/src/state/store.ts b/deck-frontend/src/state/store.ts similarity index 100% rename from hst-frontend-new/src/state/store.ts rename to deck-frontend/src/state/store.ts diff --git a/hst-frontend-new/src/styles/main.css b/deck-frontend/src/styles/main.css similarity index 100% rename from hst-frontend-new/src/styles/main.css rename to deck-frontend/src/styles/main.css diff --git a/hst-frontend-new/src/types/graph.ts b/deck-frontend/src/types/graph.ts similarity index 100% rename from hst-frontend-new/src/types/graph.ts rename to deck-frontend/src/types/graph.ts diff --git a/hst-frontend-new/src/types/index.ts b/deck-frontend/src/types/index.ts similarity index 100% rename from hst-frontend-new/src/types/index.ts rename to deck-frontend/src/types/index.ts diff --git a/hst-frontend-new/src/types/state.ts b/deck-frontend/src/types/state.ts similarity index 100% rename from hst-frontend-new/src/types/state.ts rename to deck-frontend/src/types/state.ts diff --git a/hst-frontend-new/src/types/tag.ts b/deck-frontend/src/types/tag.ts similarity index 100% rename from hst-frontend-new/src/types/tag.ts rename to deck-frontend/src/types/tag.ts diff --git a/hst-frontend-new/src/utils/clipboard.ts b/deck-frontend/src/utils/clipboard.ts similarity index 100% rename from hst-frontend-new/src/utils/clipboard.ts rename to deck-frontend/src/utils/clipboard.ts diff --git a/hst-frontend-new/src/utils/dom.ts b/deck-frontend/src/utils/dom.ts similarity index 100% rename from hst-frontend-new/src/utils/dom.ts rename to deck-frontend/src/utils/dom.ts diff --git a/hst-frontend-new/src/utils/filters.ts b/deck-frontend/src/utils/filters.ts similarity index 100% rename from hst-frontend-new/src/utils/filters.ts rename to deck-frontend/src/utils/filters.ts diff --git a/hst-frontend-new/src/utils/i18n.ts b/deck-frontend/src/utils/i18n.ts similarity index 100% rename from hst-frontend-new/src/utils/i18n.ts rename to deck-frontend/src/utils/i18n.ts diff --git a/hst-frontend-new/src/utils/index.ts b/deck-frontend/src/utils/index.ts similarity index 100% rename from hst-frontend-new/src/utils/index.ts rename to deck-frontend/src/utils/index.ts diff --git a/hst-frontend-new/src/utils/toast.ts b/deck-frontend/src/utils/toast.ts similarity index 100% rename from hst-frontend-new/src/utils/toast.ts rename to deck-frontend/src/utils/toast.ts diff --git a/hst-frontend-new/src/views/DetailPanel/DetailPanel.ts b/deck-frontend/src/views/DetailPanel/DetailPanel.ts similarity index 100% rename from hst-frontend-new/src/views/DetailPanel/DetailPanel.ts rename to deck-frontend/src/views/DetailPanel/DetailPanel.ts diff --git a/hst-frontend-new/src/views/GraphView/GraphView.ts b/deck-frontend/src/views/GraphView/GraphView.ts similarity index 100% rename from hst-frontend-new/src/views/GraphView/GraphView.ts rename to deck-frontend/src/views/GraphView/GraphView.ts diff --git a/hst-frontend-new/src/views/GridView/GridView.ts b/deck-frontend/src/views/GridView/GridView.ts similarity index 100% rename from hst-frontend-new/src/views/GridView/GridView.ts rename to deck-frontend/src/views/GridView/GridView.ts diff --git a/hst-frontend-new/src/views/TreeView/TreeView.ts b/deck-frontend/src/views/TreeView/TreeView.ts similarity index 100% rename from hst-frontend-new/src/views/TreeView/TreeView.ts rename to deck-frontend/src/views/TreeView/TreeView.ts diff --git a/hst-frontend-new/src/views/View.ts b/deck-frontend/src/views/View.ts similarity index 100% rename from hst-frontend-new/src/views/View.ts rename to deck-frontend/src/views/View.ts diff --git a/hst-frontend-new/src/views/index.ts b/deck-frontend/src/views/index.ts similarity index 100% rename from hst-frontend-new/src/views/index.ts rename to deck-frontend/src/views/index.ts diff --git a/hst-frontend-new/tsconfig.json b/deck-frontend/tsconfig.json similarity index 100% rename from hst-frontend-new/tsconfig.json rename to deck-frontend/tsconfig.json diff --git a/hst-frontend-new/vite.config.ts b/deck-frontend/vite.config.ts similarity index 100% rename from hst-frontend-new/vite.config.ts rename to deck-frontend/vite.config.ts