1
mirror of https://github.com/home-assistant/frontend synced 2024-09-28 00:43:28 +02:00
Commit Graph

95 Commits

Author SHA1 Message Date
dependabot[bot]
9f6d9d8b0b
Bump tsparticles from 1.34.0 to 2.8.0 (#15367)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-02-06 17:34:17 +00:00
Gia Ferrari
5c2fcd7f9b
Add alt attribute to various images (#14405)
* ha-config-area-page: Add alt tag for area-picture

* dialog-tag-detail: Add alt tag for generated QR code image.

* ha-config-hardware: Blank alt tag for hardware pic, info already elsewhere

* dialog-energy-solar-settings: Blank alt tag for brand icon.

* ha-energy-grid-settings: Blank alt tag for co2signal brand icon.

* Add a few more appropriately-blank alt texts.

* ha-config-device-page: Logo alt text set to name of device domain.

* ha-config-repairs: Logo alt text set to name of issue domain.

* hui-picture-card(-editor): Alternate Text via config (blank default)

* hui-picture-entity-card(-editor): Alternate Text via config (blank default)

* ha-long-lived-access-token-dialog: Alt text for QR code.

* hui-picture-header-footer: Support alt text via optional property.

* A few more blank alt attributes.

* ha-tile-image: Support alt tag (but it is blank in current usage).

* prod cla-bot

* Lint. Fix whitespace.

* Add missing alt text properties to TS types.

* Fix my silly typo in picture-entity-card-editor's SCHEMA (+ minor reformat)

* Add alt_text to Picture(Entity)CardConfig TypeScript types.

* Format with prettier.

* Revise alt text for tag QR

* Revise alt text for token QR

* Revise alternate to alternative

* Add alt to logo in gallery

* Add alt text to crop image

* Use ifDefined for tile image alt

* Change area picture alt to area name

* Remove entry from entities config struct

* Revert altText changes for Picture Entity Card (to revisit in future PR)

See:
https://github.com/home-assistant/frontend/pull/14405#discussion_r1032735871

* Revert changes to hui-image and picture entity editor

Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2022-12-29 01:16:05 +00:00
Jaroslav Hanslík
e926091e54
Sort strings by locale language (#14533) 2022-12-28 14:25:45 +01:00
Joost Lekkerkerker
019ef4ba8f
Fix suffix not showing up (#14816) 2022-12-19 13:24:57 +00:00
Bram Kragten
92d022747b
Add core country and language settings (#14478) 2022-11-29 20:54:18 +01:00
Steve Repsher
a56b2e3270
Rename autofill to autocomplete for text selector (#14202) 2022-10-27 15:30:08 +02:00
epenet
0b6c6b2b98
Rename imperial unit system to us_customary (#14092) 2022-10-19 22:00:11 +02:00
Franck Nijhof
fbb8ff4362
Integrations v2.1: compatibility with hubs, devices and services (#14114) 2022-10-19 12:41:57 +02:00
Steve Repsher
a4fcb743fa
Add autocomplete to onboarding, cloud, and password change (#14040) 2022-10-10 19:54:16 +02:00
karliemeads
a2953138f4
Fix onboarding create new user password checks (#14010) 2022-10-06 16:07:16 +02:00
Paulus Schoutsen
1cc02415d3
Fix rendering config entry titles (#13060)
* Fix rendering config entry titles

* Fix location height

* Only fetch installation type when user not created yet
2022-07-01 13:52:56 -05:00
Paulus Schoutsen
198e2b7bdf Do not show the sun during onboarding 2022-07-01 10:23:23 -07:00
J. Nick Koston
af6b0d3266
Support requesting translations for multiple integrations in one request (#12704)
* Support requesting translations for multiple integrations in one request

- Requires https://github.com/home-assistant/core/pull/71979

* onboarding as well

* integrations -> integration

* fix cache

* short return if they are all loaded

* reduce

* reduce

* reduce
2022-05-18 11:37:47 -07:00
Joakim Sørensen
c34fe184e8
Fix log syntax highlight when fetching logs from supervisor (#12430) 2022-04-26 06:09:39 -05:00
Paulus Schoutsen
73f5580555
Add support for integration type (#12077) 2022-03-22 14:47:12 -05:00
Bram Kragten
db830e9014
Fix theme setting (#11977) 2022-03-08 10:13:08 -08:00
Paulus Schoutsen
72b5721c88
Radio Browser is now added during onboarding (#11756) 2022-02-21 09:12:15 -08:00
Bram Kragten
ba63ab8b7a
Latest paper-dropdown -> mwc-select conversion (#11692) 2022-02-15 09:11:43 -06:00
Bram Kragten
e72a4e4a20
Convert HaFormSchemas to use selectors (#11589) 2022-02-07 10:06:04 -06:00
Joakim Sørensen
dc58481918
Fix overriding username suggestion (#10899) 2021-12-13 18:56:44 +01:00
Philip Allgaier
ea18fc0078
Ensure we always have an active theme name (fixes dark theme issues) (#10780)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-12-03 17:02:54 +00:00
Philip Allgaier
dbbf246060
Installation type property during onboarding was misspelled (#10721) 2021-11-29 14:41:21 -08:00
Joakim Sørensen
b969db0c0f
Use ha-form for onboarding-create-user (#10604) 2021-11-15 14:21:29 -08:00
Joakim Sørensen
a6b98fc3c3
Add markers-updated to ha-locations-editor (#10601) 2021-11-15 14:11:42 -08:00
Philip Allgaier
0e8a06e24d
Use correct darkMode flag for image variant selection (#10574) 2021-11-08 11:41:17 +01:00
Bram Kragten
667fd39147
Convert default state icons (#10223)
* Convert default state icons

* update

* Update cast/src/launcher/layout/hc-cast.ts

Co-authored-by: Philip Allgaier <mail@spacegaier.de>

* Update ha-config-core.js

* Update

* Finish

* Add siren icon

* FIx

* Add curtain icons

Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-10-20 11:10:16 +02:00
Bram Kragten
777e6c4c72
Migrate all paper-radio elements to mwc-radio (#10327) 2021-10-19 13:42:30 -07:00
Tobias Kündig
b97fd9918a
Add decorator to translationFragment property (#10143) 2021-10-04 10:32:53 +02:00
Bram Kragten
2936865c55
Bump typescript, lint, prettier (#10108) 2021-09-30 12:39:03 +02:00
Paulus Schoutsen
f04be8efa6
Hide hassio integration during onboarding (#10079) 2021-09-23 08:12:04 +02:00
Joakim Sørensen
e55df73a91
Remove usage of discovery info (#10015) 2021-09-11 11:38:35 -07:00
Paulus Schoutsen
ac64d293e7
Sort tags in trigger (#9921) 2021-08-31 21:30:35 -07:00
J. Nick Koston
e08f691510
Trigger a scan of USB devices when loading integrations (#9860) 2021-08-22 19:14:14 +02:00
Joakim Sørensen
eff48acdf4
Rename snapshot -> backup (#9393)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-08-12 11:56:13 +02:00
Joakim Sørensen
aab0b8a3ce
Request darktheme optimized brand images if dark theme is used (#9777) 2021-08-11 15:15:12 +02:00
Bram Kragten
1c097a669d
Add currency to onboarding (#9691) 2021-08-02 21:02:57 +00:00
Bram Kragten
e797c01761
Update lint rules (#9563)
Updated deps

Added `unused-imports`, prefer arrow, and import order
2021-07-15 12:08:04 +02:00
Bram Kragten
194829f5b1
Generalize map (#9331)
* Generalize map

* Fix path opacity

* Add fitZones
2021-06-10 14:22:44 +02:00
Joakim Sørensen
e9b1b3d853
Fix issues with restoring snapshot during onboarding (#9385)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-06-08 17:57:53 +02:00
Joakim Sørensen
21a3a8c594
Navigate cleanup (#9202) 2021-05-25 17:46:36 +02:00
Bram Kragten
bc92c0b052
Upgrade to Lit 2 (#9199) 2021-05-18 07:37:53 -07:00
Bram Kragten
9f032a61a9
Add compatibility for Lit 2.0 (#8878) 2021-05-07 13:16:14 -07:00
Joakim Sørensen
93a1adaa56
Remove analytics translations (#9002) 2021-04-27 22:44:28 +02:00
Bram Kragten
dd4efe0f51
Apply dark style on init when prefers-color-scheme: dark (#8997) 2021-04-26 14:54:47 -07:00
Paulus Schoutsen
8dd3d78f21
Tweak the analytics screens (#8833) 2021-04-07 03:48:10 +02:00
Joakim Sørensen
742028b691
Add analytics integration (#8695)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-03-29 09:47:04 +02:00
Paulus Schoutsen
e50fd80b2e
Add particles to onboarding (#8567) 2021-03-09 15:30:29 +01:00
Paulus Schoutsen
6d4569c89d
Drop webpackChunkName (#7778) 2020-11-23 10:39:40 +01:00
Sören Beye
21a3dcf06c
Further brands-url cleanup (#7640) 2020-11-10 17:59:48 +01:00
Sören Beye
88701c6167
Refactor brands url to single location (#7613) 2020-11-10 15:25:06 +01:00