Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stage-tamagotchi): system tray #32

Merged
merged 8 commits into from
Feb 23, 2025
Merged

Conversation

LemonNekoGH
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Feb 23, 2025

Deploy Preview for drizzle-orm-duckdb-wasm ready!

Name Link
🔨 Latest commit 9e8a401
🔍 Latest deploy log https://app.netlify.com/sites/drizzle-orm-duckdb-wasm/deploys/67bb3480a1bb270008c4c939
😎 Deploy Preview https://deploy-preview-32--drizzle-orm-duckdb-wasm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 23, 2025

Deploy Preview for airi-vtuber ready!

Name Link
🔨 Latest commit 9e8a401
🔍 Latest deploy log https://app.netlify.com/sites/airi-vtuber/deploys/67bb3480f2e13c000833a76d
😎 Deploy Preview https://deploy-preview-32--airi-vtuber.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

})

onMounted(() => {
// Is this a good idea?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to export this file for @proj-airi/stage-web to include in types option in tsconfig.json.

Comment on lines 5 to 6
electron: ElectronAPI
api: unknown
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
electron: ElectronAPI
api: unknown
electron?: ElectronAPI
api?: unknown

Optional since it may not exist.


onMounted(() => {
// Is this a good idea?
if (window.electron) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (window.electron) {
if (window.electron != null) {

@@ -178,6 +179,26 @@ onStreamEnd(async () => {

onUnmounted(() => {
lipSyncStarted.value = false
if (window.electron) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (window.electron) {
if (window.electron != null) {

@nekomeowww nekomeowww changed the title feat(tamagotchi): system tray feat(stage-tamagotchi): system tray Feb 23, 2025
@nekomeowww nekomeowww merged commit 636371e into main Feb 23, 2025
10 of 11 checks passed
@nekomeowww nekomeowww deleted the lemonnekogh/system-tray branch February 23, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants