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

Fix reconnecting after hibernation on Windows #11739

Merged
merged 4 commits into from
Dec 3, 2024

Hide message after reconnecting

0e5b94b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix reconnecting after hibernation on Windows #11739

Hide message after reconnecting
0e5b94b
Select commit
Loading
Failed to load commit list.
GitHub Actions / 🧹 GUI Lint Results succeeded Dec 3, 2024 in 1s

🧹 GUI Lint Results

0 ESLint error(s) and 2 ESLint warning(s) found

Details

2 Warning(s):

app/gui/src/project-view/components/GraphEditor/toasts.ts line 1

  • Start Line: 1
  • End Line: 1
  • Message: 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
    • From: [@typescript-eslint/no-unused-vars]

app/gui/src/project-view/components/GraphEditor/toasts.ts line 1

  • Start Line: 1
  • End Line: 1
  • Message: 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
    • From: [@typescript-eslint/no-unused-vars]

Annotations

Check warning on line 1 in app/gui/src/project-view/components/GraphEditor/toasts.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/project-view/components/GraphEditor/toasts.ts#L1

[@typescript-eslint/no-unused-vars] 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 1 in app/gui/src/project-view/components/GraphEditor/toasts.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/project-view/components/GraphEditor/toasts.ts#L1

[@typescript-eslint/no-unused-vars] 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.