Skip to content

Commit 450e6f9

Browse files
committed
check-in
1 parent 07961c9 commit 450e6f9

File tree

6 files changed

+58
-4
lines changed

6 files changed

+58
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ site/e2e/test-results/*
2929
site/e2e/states/*.json
3030
site/e2e/.auth.json
3131
site/playwright-report/*
32-
site/src/theme/icons.json
3332
site/.swc
3433

3534
# Make target for updating golden files (any dir).

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ site/e2e/test-results/*
3232
site/e2e/states/*.json
3333
site/e2e/.auth.json
3434
site/playwright-report/*
35-
site/src/theme/icons.json
3635
site/.swc
3736

3837
# Make target for updating golden files (any dir).

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ site/e2e/provisionerGenerated.ts: provisionerd/proto/provisionerd.pb.go provisio
551551

552552
site/src/theme/icons.json: $(wildcard site/static/icon/*)
553553
go run ./scripts/gensite/ -icons $@
554+
pnpm run format:write:only $@
554555

555556
examples/examples.gen.json: scripts/examplegen/main.go examples/examples.go $(shell find ./examples/templates)
556557
go run ./scripts/examplegen/main.go > examples/examples.gen.json

site/.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ e2e/test-results/*
3232
e2e/states/*.json
3333
e2e/.auth.json
3434
playwright-report/*
35-
src/theme/icons.json
3635
.swc
3736

3837
# Make target for updating golden files (any dir).

site/.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ e2e/test-results/*
3232
e2e/states/*.json
3333
e2e/.auth.json
3434
playwright-report/*
35-
src/theme/icons.json
3635
.swc
3736

3837
# Make target for updating golden files (any dir).

site/src/theme/icons.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
"android-studio.svg",
3+
"apache-guacamole.svg",
4+
"aws.png",
5+
"azure-devops.svg",
6+
"azure.png",
7+
"bitbucket.svg",
8+
"centos.svg",
9+
"clion.svg",
10+
"code.svg",
11+
"coder.svg",
12+
"conda.svg",
13+
"database.svg",
14+
"datagrip.svg",
15+
"dataspell.svg",
16+
"debian.svg",
17+
"do.png",
18+
"docker.png",
19+
"dotfiles.svg",
20+
"fedora.svg",
21+
"fly.io.svg",
22+
"folder.svg",
23+
"gateway.svg",
24+
"gcp.png",
25+
"git.svg",
26+
"github.svg",
27+
"gitlab.svg",
28+
"goland.svg",
29+
"image.svg",
30+
"intellij.svg",
31+
"java.svg",
32+
"jax.svg",
33+
"jfrog.svg",
34+
"jupyter.svg",
35+
"k8s.png",
36+
"kasmvnc.svg",
37+
"matlab.svg",
38+
"memory.svg",
39+
"node.svg",
40+
"nomad.svg",
41+
"novnc.svg",
42+
"personalize.svg",
43+
"phpstorm.svg",
44+
"projector.svg",
45+
"pycharm.svg",
46+
"pytorch.svg",
47+
"rider.svg",
48+
"rockylinux.svg",
49+
"rstudio.svg",
50+
"rubymine.svg",
51+
"tensorflow.svg",
52+
"terminal.svg",
53+
"theia.svg",
54+
"ubuntu.svg",
55+
"webstorm.svg",
56+
"widgets.svg"
57+
]

0 commit comments

Comments
 (0)