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

GUI fixes #290

Merged
merged 20 commits into from
Jan 7, 2025
Merged

GUI fixes #290

merged 20 commits into from
Jan 7, 2025

Conversation

GermanBluefox
Copy link
Contributor

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 8 out of 23 changed files in this pull request and generated 2 comments.

Files not reviewed (15)
  • src-admin/package-lock.json: Language not supported
  • src-admin/package.json: Language not supported
  • src-admin/src/i18n/de.json: Language not supported
  • src-admin/src/i18n/en.json: Language not supported
  • src-admin/src/i18n/es.json: Language not supported
  • src-admin/src/i18n/fr.json: Language not supported
  • src-admin/src/i18n/it.json: Language not supported
  • src-admin/src/i18n/nl.json: Language not supported
  • src-admin/src/i18n/pl.json: Language not supported
  • src-admin/src/i18n/pt.json: Language not supported
  • src-admin/src/i18n/ru.json: Language not supported
  • src-admin/src/Tabs/Options.tsx: Evaluated as low risk
  • src-admin/src/components/DeviceEditDialog.tsx: Evaluated as low risk
  • src-admin/src/components/QrCodeDialog.tsx: Evaluated as low risk
  • src-admin/src/components/WelcomeDialog.tsx: Evaluated as low risk
Comments suppressed due to low confidence (2)

src-admin/src/Tabs/Controller.tsx:530

  • [nitpick] If neither manualCode nor qrCode is provided, the dialog is closed without any action. This might be intended, but it should be confirmed.
onClose={async (manualCode?: string, qrCode?: string): Promise<void> => {

src-admin/src/Tabs/Controller.tsx:122

  • [nitpick] The type CommissionableDevice | null | true for showQrCodeDialog is ambiguous. Consider using a more descriptive type.
showQrCodeDialog: CommissionableDevice | null | true;

src-admin/src/App.tsx Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@GermanBluefox GermanBluefox merged commit 4f8adcb into main Jan 7, 2025
22 checks passed
@GermanBluefox GermanBluefox deleted the gui-fixes branch January 7, 2025 14:15
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