mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
minor UI updates
This commit is contained in:
parent
9268c58f42
commit
77fc524004
3 changed files with 15 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gerbil",
|
"name": "gerbil",
|
||||||
"productName": "Gerbil",
|
"productName": "Gerbil",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "Run Large Language Models locally",
|
"description": "Run Large Language Models locally",
|
||||||
"main": "out/main/index.js",
|
"main": "out/main/index.js",
|
||||||
"homepage": "./",
|
"homepage": "./",
|
||||||
|
|
@ -65,9 +65,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mantine/core": "^8.3.1",
|
"@mantine/core": "^8.3.1",
|
||||||
"@mantine/hooks": "^8.3.1",
|
"@mantine/hooks": "^8.3.1",
|
||||||
"axios": "^1.11.0",
|
"axios": "^1.12.0",
|
||||||
"execa": "^9.6.0",
|
"execa": "^9.6.0",
|
||||||
"lucide-react": "^0.543.0",
|
"lucide-react": "^0.544.0",
|
||||||
"react": "^19.1.1",
|
"react": "^19.1.1",
|
||||||
"react-dom": "^19.1.1",
|
"react-dom": "^19.1.1",
|
||||||
"react-error-boundary": "^6.0.0",
|
"react-error-boundary": "^6.0.0",
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,8 @@ export const StatusBar = ({ maxDataPoints = 60 }: StatusBarProps) => {
|
||||||
px="xs"
|
px="xs"
|
||||||
gap="xs"
|
gap="xs"
|
||||||
justify="flex-end"
|
justify="flex-end"
|
||||||
style={{
|
h="100%"
|
||||||
backgroundColor:
|
bg={colorScheme === 'dark' ? 'dark.8' : 'gray.1'}
|
||||||
colorScheme === 'dark'
|
|
||||||
? 'var(--mantine-color-dark-8)'
|
|
||||||
: 'var(--mantine-color-gray-1)',
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
{cpuMetrics && memoryMetrics && (
|
{cpuMetrics && memoryMetrics && (
|
||||||
<>
|
<>
|
||||||
|
|
|
||||||
20
yarn.lock
20
yarn.lock
|
|
@ -1860,14 +1860,14 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"axios@npm:^1.11.0":
|
"axios@npm:^1.12.0":
|
||||||
version: 1.11.0
|
version: 1.12.0
|
||||||
resolution: "axios@npm:1.11.0"
|
resolution: "axios@npm:1.12.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: "npm:^1.15.6"
|
follow-redirects: "npm:^1.15.6"
|
||||||
form-data: "npm:^4.0.4"
|
form-data: "npm:^4.0.4"
|
||||||
proxy-from-env: "npm:^1.1.0"
|
proxy-from-env: "npm:^1.1.0"
|
||||||
checksum: 10c0/5de273d33d43058610e4d252f0963cc4f10714da0bfe872e8ef2cbc23c2c999acc300fd357b6bce0fc84a2ca9bd45740fa6bb28199ce2c1266c8b1a393f2b36e
|
checksum: 10c0/44a1e4cfb69a2d59aa12bbc441a336e5c18e87c02b904c509fd33607d94e8cb8cc221c17e9d53f67841a4efe13abf1aa1497c85df390cdb8681ee723998d11b0
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -3635,7 +3635,7 @@ __metadata:
|
||||||
"@typescript-eslint/eslint-plugin": "npm:^8.43.0"
|
"@typescript-eslint/eslint-plugin": "npm:^8.43.0"
|
||||||
"@typescript-eslint/parser": "npm:^8.43.0"
|
"@typescript-eslint/parser": "npm:^8.43.0"
|
||||||
"@vitejs/plugin-react": "npm:^5.0.2"
|
"@vitejs/plugin-react": "npm:^5.0.2"
|
||||||
axios: "npm:^1.11.0"
|
axios: "npm:^1.12.0"
|
||||||
cross-env: "npm:^10.0.0"
|
cross-env: "npm:^10.0.0"
|
||||||
electron: "npm:^38.1.0"
|
electron: "npm:^38.1.0"
|
||||||
electron-builder: "npm:^26.0.12"
|
electron-builder: "npm:^26.0.12"
|
||||||
|
|
@ -3649,7 +3649,7 @@ __metadata:
|
||||||
execa: "npm:^9.6.0"
|
execa: "npm:^9.6.0"
|
||||||
globals: "npm:^16.4.0"
|
globals: "npm:^16.4.0"
|
||||||
jiti: "npm:^2.5.1"
|
jiti: "npm:^2.5.1"
|
||||||
lucide-react: "npm:^0.543.0"
|
lucide-react: "npm:^0.544.0"
|
||||||
prettier: "npm:^3.6.2"
|
prettier: "npm:^3.6.2"
|
||||||
react: "npm:^19.1.1"
|
react: "npm:^19.1.1"
|
||||||
react-dom: "npm:^19.1.1"
|
react-dom: "npm:^19.1.1"
|
||||||
|
|
@ -4767,12 +4767,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"lucide-react@npm:^0.543.0":
|
"lucide-react@npm:^0.544.0":
|
||||||
version: 0.543.0
|
version: 0.544.0
|
||||||
resolution: "lucide-react@npm:0.543.0"
|
resolution: "lucide-react@npm:0.544.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||||
checksum: 10c0/76bb54f9c602ff5d44ec66f2786c035d92aaabca1e1abb380b0c8101dfb3290e52c82fa4d630e286ef07c05b63696e187f0ca3ae186535d9c5b4de7aa8825bd3
|
checksum: 10c0/2503f8cf65e62915997073b6053423bf8091b9470cb397560b417ef2f1628ea162c49e821b787cf153afb86828482d941f051c3f2aa642a1fa58c3de227e0113
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue