Skip to content

Commit 5dafccf

Browse files
committed
Search modal: even padding, icon aligned with text; add build:gui:watch
- style.css: search wrapper padding 15px top/bottom (was 20/10); icon centered with top:50% translateY(-50%) - package.json: add build:gui:watch for auto-rebuild on src/gui changes - Rebuild bundle and include UIDesktop.js changes Made-with: Cursor
1 parent 352b7fd commit 5dafccf

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"dev:pc2": "cd pc2-node && PORT=4200 npm start",
4646
"build:pc2": "npm run build:particle-auth && npm run build:gui && npm run build:server",
4747
"build:gui": "cd src/gui && node ./build.js && cp dist/bundle.min.js dist/bundle.min.css dist/*.bundle.min.js ../../pc2-node/frontend/ 2>/dev/null || cp dist/bundle.min.js dist/bundle.min.css ../../pc2-node/frontend/",
48+
"build:gui:watch": "nodemon --watch src/gui --ext js,css,svg,html --exec \"npm run build:gui\"",
4849
"build:server": "cd pc2-node && npm run build",
4950
"test": "npx mocha src/phoenix/test && npx vitest run src/backend && node src/backend/tools/test.mjs",
5051
"test:puterjs-api": "vitest run tests/puterJsApiTests",

0 commit comments

Comments
 (0)