Skip to content

feat(stage-tamagotchi): system tray#32

Merged
nekomeowww merged 8 commits intomainfrom
lemonnekogh/system-tray
Feb 23, 2025
Merged

feat(stage-tamagotchi): system tray#32
nekomeowww merged 8 commits intomainfrom
lemonnekogh/system-tray

Conversation

@LemonNekoGH
Copy link
Member

No description provided.

@netlify
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.

@netlify
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) {


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
Disqort pushed a commit to Disqort/airi that referenced this pull request Aug 29, 2025
* fix(tamagotchi): cannot use default select copy and paste
* style(tamagotchi): scrollbar
* fix(tamagotchi): set motion
* feat(tamagotchi): system tray
* fix: linter issue
* fix: typecheck
* fix: electron declaration
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