diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03028d05452714..ec6923be2312e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: exclude: | (?x)^( .*example-layer.tar.gz| - .*\.(png|svg|ico|gpg|woff2)| + .*\.(png|svg|ico|gpg)| dev/version-manifest/version-manifest| .*gradle-wrapper\.jar )$ diff --git a/components/dashboard/public/fonts/JetBrainsMono-Regular.woff2 b/components/dashboard/public/fonts/JetBrainsMono-Regular.woff2 deleted file mode 100644 index 40da427651937a..00000000000000 Binary files a/components/dashboard/public/fonts/JetBrainsMono-Regular.woff2 and /dev/null differ diff --git a/components/dashboard/public/index.html b/components/dashboard/public/index.html index 625aa4127dcd2d..0bf52894cce683 100644 --- a/components/dashboard/public/index.html +++ b/components/dashboard/public/index.html @@ -18,7 +18,6 @@ /> - Dashboard — Gitpod diff --git a/components/dashboard/src/projects/Prebuilds.tsx b/components/dashboard/src/projects/Prebuilds.tsx index 129b9dd9bc4e83..3804aa9a1577f3 100644 --- a/components/dashboard/src/projects/Prebuilds.tsx +++ b/components/dashboard/src/projects/Prebuilds.tsx @@ -281,7 +281,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean /> )} Authored {formatDate(p.info.changeDate)} ·{" "} - {p.info.changeHash?.substring(0, 8)} + {p.info.changeHash?.substring(0, 8)}

@@ -290,7 +290,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
{p.info.branch} diff --git a/components/dashboard/src/projects/Project.tsx b/components/dashboard/src/projects/Project.tsx index fc14a362860e71..690ae2eeed9dd4 100644 --- a/components/dashboard/src/projects/Project.tsx +++ b/components/dashboard/src/projects/Project.tsx @@ -340,10 +340,10 @@ export default function () {
-
+
{branch.name} {branch.isDefault && ( - + DEFAULT )} @@ -358,9 +358,7 @@ export default function () {

{avatar}Authored {formatDate(branch.changeDate)} ·{" "} - - {branch.changeHash?.substring(0, 8)} - + {branch.changeHash?.substring(0, 8)}

diff --git a/components/dashboard/src/projects/ProjectListItem.tsx b/components/dashboard/src/projects/ProjectListItem.tsx index aaea4e2e608735..382bd70739a657 100644 --- a/components/dashboard/src/projects/ProjectListItem.tsx +++ b/components/dashboard/src/projects/ProjectListItem.tsx @@ -91,7 +91,7 @@ export const ProjectListItem: FunctionComponent = ({ proje > {prebuildStatusIcon(prebuild)}
{prebuild?.info?.branch} diff --git a/components/dashboard/src/projects/ProjectVariables.tsx b/components/dashboard/src/projects/ProjectVariables.tsx index 4ce408b6210200..91eb6e70ccd091 100644 --- a/components/dashboard/src/projects/ProjectVariables.tsx +++ b/components/dashboard/src/projects/ProjectVariables.tsx @@ -77,7 +77,7 @@ export default function () { {envVars.map((variable) => { return ( - {variable.name} + {variable.name} {variable.censored ? "Hidden" : "Visible"} void }) {

Name

void }) {

Value

Name { @@ -72,7 +72,7 @@ function AddEnvVarModal(p: EnvVarModalProps) {

Value

{ @@ -83,7 +83,7 @@ function AddEnvVarModal(p: EnvVarModalProps) {

Scope

Scope
- {p.variable.name} - {p.variable.repositoryPattern} + {p.variable.name} + {p.variable.repositoryPattern}
); @@ -262,10 +262,10 @@ export default function EnvVars() { {envVars.map((variable) => { return ( - + {variable.name} - + {variable.repositoryPattern} = ({ info }) => {
-
- {currentBranch} -
+
{currentBranch}
diff --git a/components/dashboard/tailwind.config.js b/components/dashboard/tailwind.config.js index e9bb1cb42997b4..35ceb1e4e0bf5e 100644 --- a/components/dashboard/tailwind.config.js +++ b/components/dashboard/tailwind.config.js @@ -64,7 +64,16 @@ module.exports = { "Segoe UI Symbol", "Noto Color Emoji", ], - mono: ["JetBrains Mono", "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", "monospace"], + mono: [ + "JetBrains Mono", + "SF Mono", + "Monaco", + "Inconsolata", + "Fira Mono", + "Droid Sans Mono", + "Source Code Pro", + "monospace", + ], }, underlineThickness: { thin: "2px",