Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri Devtools Web-Client</title>
</head>
<body class="bg-navy-500 text-white">
<body class="bg-nebula bg-no-repeat bg-cover text-white">
<div
id="app"
class="grid bg-black bg-opacity-70 grid-rows-[54px,calc(100vh-86px),32px] h-screen"
class="grid bg-black bg-opacity-90 grid-rows-[54px,calc(100vh-86px),32px] h-screen"
></div>
<script type="module" src="/src/render-client.tsx"></script>
</body>
Expand Down
2 changes: 2 additions & 0 deletions web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "pnpm proto && vitest"
},
"devDependencies": {
"@crabnebula/solar": "0.0.1-alpha.0",
"@protobuf-ts/protoc": "^2.9.1",
"@solidjs/testing-library": "^0.7.1",
"@testing-library/jest-dom": "^5.17.0",
Expand Down Expand Up @@ -42,6 +43,7 @@
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@solidjs/router": "^0.8.3",
"clsx": "^2.0.0",
"copy-text-to-clipboard": "^3.2.0",
"csp_evaluator": "^1.1.1",
"solid-js": "^1.8.5",
"tailwind-scrollbar": "^3.0.5"
Expand Down
Loading