Skip to content

Commit

Permalink
Chore: Check-in latest front-end assets
Browse files Browse the repository at this point in the history
  • Loading branch information
hminsky2002 committed Sep 5, 2024
1 parent 82d5f41 commit ce8a080
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 49 deletions.
11 changes: 9 additions & 2 deletions archesdataviewer/static/vite_build/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"index.html": {
"file": "assets/index-CfkN74xE.js",
"file": "assets/index-B8yxRQuL.js",
"name": "index",
"src": "index.html",
"isEntry": true,
"css": [
"assets/index-DyhztGso.css"
"assets/index-Ccl12rPz.css"
],
"assets": [
"assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf"
]
},
"src/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf": {
"file": "assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf",
"src": "src/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf"
}
}
Binary file not shown.
31 changes: 31 additions & 0 deletions archesdataviewer/static/vite_build/assets/index-B8yxRQuL.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions archesdataviewer/static/vite_build/assets/index-CfkN74xE.js

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions archesdataviewer/static/vite_build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arches Data Viewer</title>
<script type="module" crossorigin src="/assets/index-CfkN74xE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DyhztGso.css">
<script type="module" crossorigin src="/assets/index-B8yxRQuL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ccl12rPz.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 0 additions & 1 deletion front-end/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ prefetchResources();
main {
background-color: var(--color-background);
color: var(--color-text);
font-family: 'Inter';
padding: 20px;
}
</style>
1 change: 0 additions & 1 deletion front-end/src/components/MoreArtworksByArtist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const setActiveResource = (newResourceId: string) => {
</script>
<style scoped>
.more-artworks-by-artist-title {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
Expand Down
3 changes: 0 additions & 3 deletions front-end/src/components/ResourceDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}
.resource-detail-metadata-title {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
Expand All @@ -59,7 +58,6 @@
}
.resource-detail-metadata-content {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand All @@ -76,7 +74,6 @@
}
.resource-detail-header-title {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 32px;
Expand Down
3 changes: 0 additions & 3 deletions front-end/src/components/ResourceDetailItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
}
.resource-detail-item-header-byline {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
Expand All @@ -65,7 +64,6 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
}
.resource-detail-item-header-title {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 24px;
Expand All @@ -76,7 +74,6 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
}
.resource-detail-item-credit {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand Down
1 change: 0 additions & 1 deletion front-end/src/components/SearchList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ button {
gap: 8px;
border: none;
background: none;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
Expand Down
3 changes: 0 additions & 3 deletions front-end/src/components/SearchListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const setActiveResource = (newResourceId: string) => {
gap: 8px;
}
.search-result-title {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 16px;
Expand All @@ -80,7 +79,6 @@ const setActiveResource = (newResourceId: string) => {
text-decoration-line: underline;
}
.search-result-resource-type {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
Expand All @@ -91,7 +89,6 @@ const setActiveResource = (newResourceId: string) => {
}
.search-result-resource-description {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
Expand Down

0 comments on commit ce8a080

Please sign in to comment.