Separate branded assets from monorepo (#3406)

* remove branded files

* use branding repo

* include favicons

* nixpkg fixup

* win fix ico path

* fix fmt

* skip licensenses for dev builds

* review fixup

* test

* test

* ci test

* ci test

* ci test

* fix ci
This commit is contained in:
Timon
2025-11-25 02:42:27 +00:00
committed by GitHub
parent a932eaedcf
commit 3f532e478c
252 changed files with 815 additions and 1640 deletions
+1 -1
View File
@@ -4,9 +4,9 @@
import { fade } from "svelte/transition";
import type { Editor } from "@graphite/editor";
import type { IconName } from "@graphite/icons";
import type { FrontendGraphInput, FrontendGraphOutput } from "@graphite/messages";
import type { NodeGraphState } from "@graphite/state-providers/node-graph";
import type { IconName } from "@graphite/utility-functions/icons";
import NodeCatalog from "@graphite/components/floating-menus/NodeCatalog.svelte";
import LayoutCol from "@graphite/components/layout/LayoutCol.svelte";