Skip to content

Commit

Permalink
enhancements to login and setup-wizard modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 11, 2024
1 parent a568538 commit 91326a1
Show file tree
Hide file tree
Showing 67 changed files with 2,373 additions and 1,899 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions scripts/lang-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
124 changes: 62 additions & 62 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91326a1

Please sign in to comment.