mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-04 04:04:44 -07:00
better titlebar bg color
This commit is contained in:
parent
851e37534e
commit
ae46ea5918
3 changed files with 22 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gerbil",
|
"name": "gerbil",
|
||||||
"productName": "Gerbil",
|
"productName": "Gerbil",
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"description": "Run Large Language Models locally",
|
"description": "Run Large Language Models locally",
|
||||||
"main": "out/main/index.js",
|
"main": "out/main/index.js",
|
||||||
"homepage": "./",
|
"homepage": "./",
|
||||||
|
|
@ -73,11 +73,11 @@
|
||||||
"globals": "^16.3.0",
|
"globals": "^16.3.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"jiti": "^2.5.1",
|
"jiti": "^2.5.1",
|
||||||
"lint-staged": "^16.1.5",
|
"lint-staged": "^16.1.6",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"rollup-plugin-visualizer": "^6.0.3",
|
"rollup-plugin-visualizer": "^6.0.3",
|
||||||
"typescript": "^5.9.2",
|
"typescript": "^5.9.2",
|
||||||
"vite": "^7.1.3"
|
"vite": "^7.1.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mantine/core": "^8.2.8",
|
"@mantine/core": "^8.2.8",
|
||||||
|
|
|
||||||
|
|
@ -103,8 +103,8 @@ export const TitleBar = ({
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
computedColorScheme === 'dark'
|
computedColorScheme === 'dark'
|
||||||
? 'var(--mantine-color-dark-7)'
|
? 'var(--mantine-color-dark-8)'
|
||||||
: 'var(--mantine-color-gray-0)',
|
: 'var(--mantine-color-gray-1)',
|
||||||
borderBottom: '1px solid var(--mantine-color-default-border)',
|
borderBottom: '1px solid var(--mantine-color-default-border)',
|
||||||
WebkitAppRegion:
|
WebkitAppRegion:
|
||||||
isAnyModalOpen() || isSelectOpen ? 'no-drag' : 'drag',
|
isAnyModalOpen() || isSelectOpen ? 'no-drag' : 'drag',
|
||||||
|
|
|
||||||
34
yarn.lock
34
yarn.lock
|
|
@ -2158,7 +2158,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"chalk@npm:^5.5.0":
|
"chalk@npm:^5.6.0":
|
||||||
version: 5.6.0
|
version: 5.6.0
|
||||||
resolution: "chalk@npm:5.6.0"
|
resolution: "chalk@npm:5.6.0"
|
||||||
checksum: 10c0/f8558fc12fd9805f167611803b325b0098bbccdc9f1d3bafead41c9bac61f263357f3c0df0cbe28bc2fd5fca3edcf618b01d6771a5a776b4c15d061482a72b23
|
checksum: 10c0/f8558fc12fd9805f167611803b325b0098bbccdc9f1d3bafead41c9bac61f263357f3c0df0cbe28bc2fd5fca3edcf618b01d6771a5a776b4c15d061482a72b23
|
||||||
|
|
@ -3730,7 +3730,7 @@ __metadata:
|
||||||
globals: "npm:^16.3.0"
|
globals: "npm:^16.3.0"
|
||||||
husky: "npm:^9.1.7"
|
husky: "npm:^9.1.7"
|
||||||
jiti: "npm:^2.5.1"
|
jiti: "npm:^2.5.1"
|
||||||
lint-staged: "npm:^16.1.5"
|
lint-staged: "npm:^16.1.6"
|
||||||
lucide-react: "npm:^0.542.0"
|
lucide-react: "npm:^0.542.0"
|
||||||
prettier: "npm:^3.6.2"
|
prettier: "npm:^3.6.2"
|
||||||
react: "npm:^19.1.1"
|
react: "npm:^19.1.1"
|
||||||
|
|
@ -3738,7 +3738,7 @@ __metadata:
|
||||||
rollup-plugin-visualizer: "npm:^6.0.3"
|
rollup-plugin-visualizer: "npm:^6.0.3"
|
||||||
systeminformation: "npm:^5.27.8"
|
systeminformation: "npm:^5.27.8"
|
||||||
typescript: "npm:^5.9.2"
|
typescript: "npm:^5.9.2"
|
||||||
vite: "npm:^7.1.3"
|
vite: "npm:^7.1.4"
|
||||||
winston: "npm:^3.17.0"
|
winston: "npm:^3.17.0"
|
||||||
winston-daily-rotate-file: "npm:^5.0.0"
|
winston-daily-rotate-file: "npm:^5.0.0"
|
||||||
zustand: "npm:^5.0.8"
|
zustand: "npm:^5.0.8"
|
||||||
|
|
@ -4790,15 +4790,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"lint-staged@npm:^16.1.5":
|
"lint-staged@npm:^16.1.6":
|
||||||
version: 16.1.5
|
version: 16.1.6
|
||||||
resolution: "lint-staged@npm:16.1.5"
|
resolution: "lint-staged@npm:16.1.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: "npm:^5.5.0"
|
chalk: "npm:^5.6.0"
|
||||||
commander: "npm:^14.0.0"
|
commander: "npm:^14.0.0"
|
||||||
debug: "npm:^4.4.1"
|
debug: "npm:^4.4.1"
|
||||||
lilconfig: "npm:^3.1.3"
|
lilconfig: "npm:^3.1.3"
|
||||||
listr2: "npm:^9.0.1"
|
listr2: "npm:^9.0.3"
|
||||||
micromatch: "npm:^4.0.8"
|
micromatch: "npm:^4.0.8"
|
||||||
nano-spawn: "npm:^1.0.2"
|
nano-spawn: "npm:^1.0.2"
|
||||||
pidtree: "npm:^0.6.0"
|
pidtree: "npm:^0.6.0"
|
||||||
|
|
@ -4806,13 +4806,13 @@ __metadata:
|
||||||
yaml: "npm:^2.8.1"
|
yaml: "npm:^2.8.1"
|
||||||
bin:
|
bin:
|
||||||
lint-staged: bin/lint-staged.js
|
lint-staged: bin/lint-staged.js
|
||||||
checksum: 10c0/771e7be871f1d74ed09ef4e4eae5f835ed962965db7709be26cccf71bef8fed34f8d5d92f193b2a6fad32c12d955850aa74008e6180fabea8a7a6666cba2ac39
|
checksum: 10c0/e695edfec7e330f2c7cd0bb0e56220aa95d3b3655fe64a87a02140609a3594df67e1ea7abc2cc4ce69aa010418e406b1b24703ba4bd026c873a5b43a5ab16c6a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"listr2@npm:^9.0.1":
|
"listr2@npm:^9.0.3":
|
||||||
version: 9.0.2
|
version: 9.0.3
|
||||||
resolution: "listr2@npm:9.0.2"
|
resolution: "listr2@npm:9.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
cli-truncate: "npm:^4.0.0"
|
cli-truncate: "npm:^4.0.0"
|
||||||
colorette: "npm:^2.0.20"
|
colorette: "npm:^2.0.20"
|
||||||
|
|
@ -4820,7 +4820,7 @@ __metadata:
|
||||||
log-update: "npm:^6.1.0"
|
log-update: "npm:^6.1.0"
|
||||||
rfdc: "npm:^1.4.1"
|
rfdc: "npm:^1.4.1"
|
||||||
wrap-ansi: "npm:^9.0.0"
|
wrap-ansi: "npm:^9.0.0"
|
||||||
checksum: 10c0/f256ae893d5798d41b50b388b9bb77aa5a50f53e46ab043435956556e10f933931413e130b6c0e36c3e1f03d8becacb42beeec874fe5b10f8eb4e1be0fef229f
|
checksum: 10c0/29978a32f9fb052f1efc11e8ad7745426c5bf706af87151672cb98e49fa11dc83a44f5065267f7f20a299e0942fed85677ab368e1cef8367800243675c50a20e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -7358,9 +7358,9 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"vite@npm:^7.1.3":
|
"vite@npm:^7.1.4":
|
||||||
version: 7.1.3
|
version: 7.1.4
|
||||||
resolution: "vite@npm:7.1.3"
|
resolution: "vite@npm:7.1.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: "npm:^0.25.0"
|
esbuild: "npm:^0.25.0"
|
||||||
fdir: "npm:^6.5.0"
|
fdir: "npm:^6.5.0"
|
||||||
|
|
@ -7409,7 +7409,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
vite: bin/vite.js
|
vite: bin/vite.js
|
||||||
checksum: 10c0/a0aa418beab80673dc9a3e9d1fa49472955d6ef9d41a4c9c6bd402953f411346f612864dae267adfb2bb8ceeb894482369316ffae5816c84fd45990e352b727d
|
checksum: 10c0/dbe2ba29926ffe8985c93d1b3718dcc9040080b7fa10a74c82a52aad7449136a391ba17b265288ff03b864e6f1033b9b537247521a96d5491a9d4af90ac04702
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue