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

Changed color name #347

Merged
merged 10 commits into from
Jan 25, 2025
Merged

Changed color name #347

merged 10 commits into from
Jan 25, 2025

Conversation

GermanBluefox
Copy link
Contributor

No description provided.

Apollon77 added a commit that referenced this pull request Jan 25, 2025
@Apollon77 Apollon77 mentioned this pull request Jan 25, 2025
Apollon77 added a commit that referenced this pull request Jan 25, 2025
This reverts commit bd519a5.
@Apollon77 Apollon77 marked this pull request as draft January 25, 2025 13:50
Apollon77 added a commit that referenced this pull request Jan 25, 2025
* Updates 25.01.24

* Fixed Thermostat initialization logic and added more logging
* Updated matter.js for further optimizations

* incorporate #347

* Revert "incorporate #347"

This reverts commit bd519a5.

* deps

* WC/Blind adjustments
@GermanBluefox GermanBluefox marked this pull request as ready for review January 25, 2025 16:51

Choose a reason for hiding this comment

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

Copilot reviewed 19 out of 34 changed files in this pull request and generated no comments.

Files not reviewed (15)
  • package.json: Language not supported
  • 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/i18n/uk.json: Language not supported
  • src-admin/src/i18n/zh-cn.json: Language not supported
  • src/lib/i18n/de.json: Language not supported
Comments suppressed due to low confidence (4)

src-admin/src/App.tsx:787

  • The translation string 'Identifying device %s' may lead to unclear error messages if the translation is not properly handled. Ensure that the translation is clear and helpful.
message={<span>{I18n.t(`Identifying device %s`, name)}</span>}

src-admin/src/App.tsx:778

  • Using 'open={!0}' is unconventional and could be replaced with 'open={true}' for better readability.
open={!0}

src-admin/src/Tabs/BridgesAndDevices.tsx:63

  • Changing the type from React.CSSProperties to any can introduce ambiguity and potential bugs. Consider using a more specific type.
export const STYLES: Record<string, any> = {

src-admin/src/Tabs/BridgesAndDevices.tsx:531

  • The return type Record<string, any> is ambiguous. Consider using a more specific type.
getBlinkingSx(uuid: string): Record<string, any> | undefined {
* (@GermanBluefox) Implemented the identify popup in GUI
@GermanBluefox GermanBluefox merged commit d9c5253 into main Jan 25, 2025
22 checks passed
@GermanBluefox GermanBluefox deleted the gui-250125 branch January 25, 2025 17:25
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