diff --git a/CHANGELOG.md b/CHANGELOG.md index dadf88e34..1591342ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file. ### UI Changes - switch from a top menu to a sidebar menu +- enhancements to `login` and `setup-wizard` modules ### Other Changes diff --git a/scripts/lang-sync.ts b/scripts/lang-sync.ts index b6203dded..ed5330f99 100644 --- a/scripts/lang-sync.ts +++ b/scripts/lang-sync.ts @@ -50,6 +50,9 @@ async function main() { // Check each key const unusedKeys = [] for (const key of keys) { + if (key.startsWith('login.tips_')) { + continue + } const isUsed = await Promise.all(allFiles.map(file => isKeyUsedInFile(key, file))) .then(results => results.some(result => result)) if (!isUsed) { diff --git a/ui/src/app/modules/accessories/accessories.component.html b/ui/src/app/modules/accessories/accessories.component.html index a82334ef4..f4a2ae9a3 100644 --- a/ui/src/app/modules/accessories/accessories.component.html +++ b/ui/src/app/modules/accessories/accessories.component.html @@ -1,146 +1,147 @@ -
-
-
-

{{ 'accessories.title_accessories' | translate }}

-
-
-
- -
-
- +
+
+
+
+

{{ 'accessories.title_accessories' | translate }}

-
- - +
+
+ +
+
+ +
+
+ + +
-
-
-
-
-
-
- {{ room.name === 'Default Room' ? ('accessories.control.default_room' | translate) : room.name }} -
-
-
-
-
-
- - - +
+
+
+
+
+ {{ room.name === 'Default Room' ? ('accessories.control.default_room' | translate) : room.name }} +
- - - - - - - - - - - - - - -
-
- +
+
+
+ + + +
+ + + + + + + + + + + + + + + +
+
+ +
-
-
-
-
-

{{ 'accessories.title_accessories' | translate }}

-
-
-