Commit Graph

141 Commits

Author SHA1 Message Date
Paul Bottein 4a77359a06
Use Material 3 ripple (#20751)
* Use material web ripple component

* Improve button style

* Use css animation instead of ripple for action

* Use ha ripple in all components

* Remove unused label
2024-05-07 15:30:45 +02:00
Paul Bottein 8fdb7fa1d5
Update newsletter link (#20740)
* Update newsletter link

* Update src/panels/config/dashboard/ha-config-dashboard.ts

* Update src/onboarding/dialogs/community-dialog.ts
2024-05-06 14:57:51 +02:00
Paul Bottein 4e97e3763e
Use theme mode property for ha-map (#20606)
* Use theme mode property for ha-map

* Use theme mode in ha-location-editor

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-04-24 14:28:33 +02:00
Paul Bottein 5547bc7356
Add question based matter commissioning flow (#20188)
* Create add device dialog

* Add translations and shared design

* Disable add buttons when no code

* Use right endpoint

* Add loading state

* Update logos

* Add native flow

* Add store links to download app

* Always display qr code and link

* Update translations

* Share assets and translations with app dialog
2024-03-26 20:53:05 +01:00
Yosi Levy a39cf99024
RTL updates (#19848)
* RTL updates

* Additional fixes

* TODO fix
2024-02-26 15:14:32 +01:00
Yosi Levy 5e40bb55eb
RTL fixes (#19563) 2024-01-30 14:27:40 +01:00
karwosts 545d140dcf
Various leaflet map bugfixes (#19475)
* Various leaflet map bugfixes

* move pan to updated
2024-01-22 18:12:25 +01:00
Steve Repsher 349344161a
Fix incompatible object/array property types (2 of 3) (#19482) 2024-01-22 16:04:58 +01:00
Steve Repsher b969144f50
Initialize more boolean properties (#19452) 2024-01-19 09:43:00 +01:00
Steve Repsher 6234f7b7d2
Initialize boolean properties (#19445) 2024-01-18 16:39:33 +01:00
Steve Repsher bb4f09ad9a
Fix missing imports (2 of 2) (#19417) 2024-01-16 15:01:34 +01:00
Cody C 62f6766e1b
Fix onboarding state exception following restore (#19389)
Fixes #19388
2024-01-15 15:31:37 +01:00
Steve Repsher 88abeada44
Remove Intl polyfill on connection and consistently resolve time zone (#19326) 2024-01-09 15:06:50 +01:00
Steve Repsher 2451cf77f9
Fix various missing component imports (#19296) 2024-01-08 15:43:53 +01:00
Simon Lamon ccada33caf
Accessibility improvements for circular progress indicators (#18506) 2023-12-04 14:06:25 +01:00
Bram Kragten 7e74502ba3
Add particles to login, move forgot password link (#18868) 2023-12-04 11:34:42 +01:00
Bram Kragten 4a53de4466
Lazy load language picker in auth and onboarding (#18806) 2023-11-29 10:50:05 +01:00
Bram Kragten 8c0c56b954
Login page feedback (#18791) 2023-11-28 20:21:10 +01:00
karwosts d968a20862
More disconnected callback errors (#18792) 2023-11-28 20:19:49 +01:00
Steve Repsher 01f51f3247
Cache brand images (#17840) 2023-10-25 09:28:28 +02:00
Steve Repsher 3b2f6d71f5
Minify ha-style/Roboto and load asynchronously (#18226) 2023-10-16 20:37:50 +02:00
Bram Kragten 2f6297ec17
Always deduplicate found integrations in onboarding (#18091)
always deduplicate found integrations in onboarding
2023-10-02 14:30:28 +02:00
Franck Nijhof a116a50604
Hide shopping list from discovered onboarding integrations (#18069) 2023-09-29 22:39:57 +02:00
Bram Kragten 1c79fcc244
Fix translations onboarding integration (#17980) 2023-09-25 12:58:54 +02:00
Bram Kragten d4872b177f
Start improve restore backup in onboarding (#17813) 2023-09-04 20:08:33 +02:00
Paul Bottein 5e1583f925
Add keyboard support to onboarding links (#17816) 2023-09-04 17:20:51 +02:00
Bram Kragten 6dcb7f2273 Hide google translate in onboarding 2023-09-01 16:53:14 +02:00
Bram Kragten 93846a2867
Fix unit and currency, always select first result of search (#17753)
* Fix unit and currency, always select first result of search

* Update onboarding-location.ts
2023-08-31 14:23:33 +02:00
Bram Kragten c485e8d03e
Update onboarding (#17734)
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2023-08-30 13:24:25 +02:00
Bram Kragten 370ec9cd98
Revert "Simplify onboarding integrations page (#17671)" (#17683) 2023-08-23 14:28:34 +02:00
Bram Kragten 52c12b5659
Simplify onboarding integrations page (#17671) 2023-08-23 10:52:44 +02:00
Bram Kragten 3249a5225f
Keep user signed in during onboarding (#17669) 2023-08-22 15:26:46 +02:00
Bram Kragten 9f0b9782a0
Round altitude from GPS result (#17591) 2023-08-16 11:49:53 +02:00
Bram Kragten d56273ec25
Use nominatim from openstreetmap for location search in onboarding (#17287)
* Use nominatim from openstreetmap for location search in onboarding

* Update text, add user agent

* Handle errors better, add email address

* remove detect text

* Use `ui.common.search`

* Update attribution location

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update src/translations/en.json

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Remove unused style

* Increase line-height

* Apply suggestions

---------

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-18 15:00:41 +02:00
Paulus Schoutsen bf4cf310f3
Bump HAWS to 8.2.0 (#17263) 2023-07-10 18:37:15 +00:00
Simon Lamon ddaf403378
Fix dropdown selection in General Settings (#16754) 2023-06-05 11:57:20 +00:00
Paul Bottein 71bb540352
Use key instead of keycode for key event (#16625) 2023-05-25 18:47:57 +02:00
Bram Kragten aa063d0a3e
Replace onboarding inputs with default inputs (#16514) 2023-05-12 13:15:28 +02:00
Paul Bottein 02542e528e
Fetch entries integration onboarding (#16424)
* Fetch loaded entries in integration onboarding

* Proper fix
2023-05-05 14:24:32 +00:00
Bram Kragten 4e5a18d272
Remove polymer types, cleanups (#16385)
* Remove polymer types, cleanups

* Delete updated.ts
2023-05-04 15:24:24 +00:00
Bram Kragten 708d1b81da
Mark lang and country required in onboarding (#16277) 2023-04-23 19:33:44 -04:00
Bram Kragten e4302a0bb5
Fix onboarding add integration (#16163) 2023-04-14 14:38:34 -04:00
Bram Kragten 4c702ac7c2
fix analytics translations in onboarding (#16086) 2023-04-06 12:41:38 +00:00
Paul Bottein c0c83d3721
Add analytics translations (#15821)
* Add analytics translations

* Move translations to panels

* Fix learn more link
2023-03-17 16:26:53 +01:00
Steve Repsher 9ce4563dd4
Prefer nothing over empty templates (#15633) 2023-02-28 11:02:47 +01:00
Steve Repsher 7adb49c772
Fix promise constructors with returns (#15486) 2023-02-20 18:14:54 +01:00
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