Skip to content

Commit 5237ee8

Browse files
committed
refactor: use declarative window configuration; correct main window minimizable
1 parent a739e10 commit 5237ee8

File tree

32 files changed

+1037
-979
lines changed

32 files changed

+1037
-979
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ pnpm dev:tamagotchi
174174
> nr dev:tamagotchi
175175
> ```
176176
177+
If the command gets stuck, remove `cargo` component via `rustup` and re-install it.
178+
177179
### Stage Web (Browser version for [airi.moeru.ai](https://airi.moeru.ai))
178180
179181
```shell

apps/component-calling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@xsai/stream-text": "catalog:",
3030
"es-toolkit": "^1.39.8",
3131
"valibot": "1.0.0-beta.9",
32-
"vue": "^3.5.18",
32+
"vue": "catalog:",
3333
"xsschema": "catalog:"
3434
},
3535
"devDependencies": {

apps/playground-prompt-engineering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@velin-dev/core": "^0.2.6",
1515
"@velin-dev/vue": "^0.2.6",
1616
"pinia": "^3.0.3",
17-
"vue": "^3.5.18"
17+
"vue": "catalog:"
1818
},
1919
"devDependencies": {
2020
"@iconify/vue": "^5.0.0",

apps/realtime-audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@xsai/shared-chat": "catalog:",
2727
"@xsai/stream-text": "catalog:",
2828
"es-toolkit": "^1.39.8",
29-
"vue": "^3.5.18"
29+
"vue": "catalog:"
3030
},
3131
"devDependencies": {
3232
"@iconify-json/solar": "^1.2.2",

apps/stage-tamagotchi/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"dev": "vite",
1313
"build": "vite build",
1414
"preview": "vite preview",
15-
"tauri": "tauri",
1615
"build:unpack": "tauri build --no-bundle",
1716
"rename-artifacts": "tsx scripts/rename-artifacts.ts",
1817
"name-of-artifacts": "tsx scripts/name-of-artifacts.ts"
@@ -76,7 +75,7 @@
7675
"unspeech": "^0.1.7",
7776
"valibot": "1.0.0-beta.9",
7877
"vaul-vue": "^0.4.1",
79-
"vue": "^3.5.18",
78+
"vue": "catalog:",
8079
"vue-demi": "^0.14.10",
8180
"vue-i18n": "^11.1.11",
8281
"vue-router": "^4.5.1",

apps/stage-tamagotchi/src-tauri/src/app/commands/mod.rs

Lines changed: 0 additions & 46 deletions
This file was deleted.

apps/stage-tamagotchi/src-tauri/src/app/mod.rs

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/stage-tamagotchi/src-tauri/src/app/windows/chat.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

apps/stage-tamagotchi/src-tauri/src/app/windows/mod.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/stage-tamagotchi/src-tauri/src/app/windows/onboarding.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)