Change application name

This commit is contained in:
Jan-Henrik 2025-12-07 23:42:49 +01:00
parent 0a7e0e652d
commit 044c7f4906
5 changed files with 11 additions and 10 deletions

View file

@ -1,14 +1,14 @@
module.exports = { module.exports = {
packagerConfig: { packagerConfig: {
asar: true, asar: true,
executableName: 'skitch-controller', executableName: 'respira',
}, },
rebuildConfig: {}, rebuildConfig: {},
makers: [ makers: [
{ {
name: '@electron-forge/maker-squirrel', name: '@electron-forge/maker-squirrel',
config: { config: {
name: 'respira_web', name: 'Respira',
}, },
}, },
{ {

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>web</title> <title>Respira</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

5
package-lock.json generated
View file

@ -1,12 +1,13 @@
{ {
"name": "skitch-controller", "name": "respira",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "skitch-controller", "name": "respira",
"version": "0.0.0", "version": "0.0.0",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.2.0", "@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",

View file

@ -1,9 +1,9 @@
{ {
"name": "skitch-controller", "name": "respira",
"productName": "SKiTCH Controller", "productName": "Respira",
"version": "0.0.0", "version": "0.0.0",
"description": "Desktop controller for Brother embroidery machines", "description": "Desktop controller for the Brother PP-1 SKiTCH embroidery machine",
"author": "Your Name", "author": "jhbruhn <respira@jhbruhn.de>",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",

View file

@ -117,7 +117,7 @@ function App() {
<div className="w-2.5 h-2.5 bg-gray-400 rounded-full -ml-2.5" style={{ visibility: !machine.isConnected ? 'visible' : 'hidden' }}></div> <div className="w-2.5 h-2.5 bg-gray-400 rounded-full -ml-2.5" style={{ visibility: !machine.isConnected ? 'visible' : 'hidden' }}></div>
<div className="flex-1 min-w-0"> <div className="flex-1 min-w-0">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<h1 className="text-lg font-bold text-white leading-tight">SKiTCH Controller</h1> <h1 className="text-lg font-bold text-white leading-tight">Respira</h1>
{machine.isConnected && machine.machineInfo?.serialNumber && ( {machine.isConnected && machine.machineInfo?.serialNumber && (
<span <span
className="text-sm text-blue-200 cursor-help" className="text-sm text-blue-200 cursor-help"