Skip to content

Commit

Permalink
Add hyperparam logo watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Dec 7, 2024
1 parent ed413a6 commit 7c1b9bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/hightable-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.16.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
}
}
1 change: 1 addition & 0 deletions apps/hightable-demo/src/HighTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
left: 0;
z-index: 15;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
background: url('https://hyperparam.app/assets/table/hightable.svg') #e4e4e6 no-repeat center 6px;
}
/* mock row numbers */
.mock-row-label {
Expand Down
4 changes: 0 additions & 4 deletions apps/hightable-demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ nav {
display: flex;
flex: 1;
}

.table-corner {
background: url('hightable.svg') #e4e4e6 no-repeat center 6px;
}
6 changes: 3 additions & 3 deletions apps/hyparquet-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "vitest run --dir test"
},
"dependencies": {
"@hyparam/components": "0.1.8",
"@hyparam/components": "0.1.10",
"hightable": "0.7.2",
"hyparquet": "1.6.3",
"hyparquet-compressors": "0.1.4",
Expand All @@ -28,12 +28,12 @@
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.16.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
}
}
1 change: 1 addition & 0 deletions apps/hyparquet-demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ td:first-child {
left: 0;
z-index: 15;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
background: url('https://hyperparam.app/assets/table/hyparquet.svg') #e4e4e6 no-repeat center 6px;
}

/* mock row numbers */
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
flex-direction: column;
height: 100vh;
}
.table-corner {
background: url('https://hyperparam.app/assets/table/hyperparam.svg') #e4e4e6 no-repeat center 6px;
}

/* brand logo */
.brand {
Expand Down

0 comments on commit 7c1b9bf

Please sign in to comment.