-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependency @material/web to v1.0.0 (#18070) * Update dependency @material/web to v1.0.0 * Fix icon button size * Remove unused ios override --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Bottein <[email protected]> * Update dependency magic-string to v0.30.4 (#18089) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump postcss from 8.4.30 to 8.4.31 (#18110) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.30...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CodeMirror (#18096) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update vaadinWebComponents monorepo to v24.1.10 (#18092) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Make the "icon next/prev" series load faster (#18087) * Preserve ancillary fields in a repeat action when modifying the form (#18068) * Do not clear alias when editing automation action, condition or trigger (#18114) * Use restart dialog confirmation for quick command (#18113) * Add translations for restore backup dialogs (#18112) Co-authored-by: c0ffeeca7 <[email protected]> * Hide tooltip after clicking on a chart to display more info (cosmetic change) (#18103) * fix setting wake word to first option everytime (#18121) * Fix class field for ha-icon-next/prev (#18118) * Set border-radius to 0 for img in thread panel (#18124) * Load Intl locale data in parallel (#18120) * Load Intl locale data in parallel * Switch to check result.ok * Update dependency @codemirror/view to v6.21.1 (#18125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bumped version to 20231005.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kendell R <[email protected]> Co-authored-by: karwosts <[email protected]> Co-authored-by: c0ffeeca7 <[email protected]> Co-authored-by: K3A <[email protected]> Co-authored-by: Bram Kragten <[email protected]> Co-authored-by: Steve Repsher <[email protected]>
- Loading branch information
1 parent
75c43d1
commit 9a84ce7
Showing
29 changed files
with
341 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import type { TranslationDict } from "../../../src/types"; | ||
|
||
export type BackupOrRestoreKey = keyof TranslationDict["supervisor"]["backup"] & | ||
keyof TranslationDict["ui"]["panel"]["page-onboarding"]["restore"]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.