feat(ui): new loader component; button and icon v2

This commit is contained in:
Brian McGee
2025-06-02 12:30:07 +01:00
parent a537f44b6d
commit ec62419668
46 changed files with 4244 additions and 364 deletions

View File

@@ -13,7 +13,7 @@ pkgs.writeShellApplication {
text = ''
REPO_ROOT="$(git rev-parse --show-toplevel)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/clan-app/ui/app/icons)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/clan-app/ui/src/icons)"
export OUT_DIR
deno run --allow-all ${src}/main.ts
'';