Commit Graph

195 Commits (repeat-ha-form-schema)

Author SHA1 Message Date
Yosi Levy 0892ed18e5
RTL fixes (#19834)
* RTL fixes

* Additional update

* Fixed comments
2024-02-28 11:26:18 +01:00
Yosi Levy 97652bd2f6
Various RTL fixes (#19495)
* Various RTL fixes

* Additional RTL

* Additional fixes

* Revert ha-dialog

* Improve margin-title

* Additional fixes

* Additional fixes

* Fix prettier

* More fixes

* Additional fixes

* Fix prettier

* Fix prettier again

* Additional updates

* Additional fixes

* Final fixes (left only)
2024-01-26 17:15:27 +01:00
Cody C 45398f84cb
Update hassio-addon-dashboard.ts to fix back button issue (#19477) 2024-01-19 21:06:29 +01:00
Steve Repsher 6234f7b7d2
Initialize boolean properties (#19445) 2024-01-18 16:39:33 +01:00
Steve Repsher b801441201
Fix property visibility mismatches (1 of 2) (#19376) 2024-01-15 15:40:03 +01:00
Simon Lamon ccada33caf
Accessibility improvements for circular progress indicators (#18506) 2023-12-04 14:06:25 +01:00
Kendell R f4ee734ea3
Use new localize format (#18574)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-11-28 12:29:41 +00:00
renovate[bot] 15395275ba
Update dependency prettier to v3.1.0 (#18675)
* Update dependency prettier to v3.1.0

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-11-19 23:31:56 -05:00
Paul Bottein 37b7395986
Migrate chips to Material 3 chips. (#18513) 2023-11-09 17:57:37 +01:00
Bram Kragten 5aaf0cd579
Update logo (#17964) 2023-09-26 15:33:40 +02:00
renovate[bot] cb0bc762b1
Update dependency prettier to v3 (#17215)
* Update dependency prettier to v3

* Update config and remove .prettierignore

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-07-14 17:40:17 +00:00
Bram Kragten b15754a6a7
Ingress: offer to start addon on ingress page (#16458)
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev>
2023-06-27 18:49:24 +02:00
Joakim Sørensen 31a3fa02d9
Allow for lazy loading images in markdown (#16746) 2023-06-05 09:46:38 +02:00
Joakim Sørensen ec36d4a381
Use "any" as step for add-on configuration floats (#16478) 2023-05-09 12:22:17 +02:00
Joakim Sørensen 3a1fff81b8
Move add-on rebuild over to WS for newer core versions (#16180) 2023-04-14 07:33:03 -04:00
Bram Kragten 1596578f96
Fix automation editor (#16057) 2023-04-05 10:20:21 +02:00
Bram Kragten 0f5320c6fb
Drop polymer from authorize and onboarding entrypoint (#15760)
* Drop polymer from authorize and onboarding entrypoint

* Update ha-icon.ts

* dedupe
2023-03-29 12:17:42 +02:00
Steve Repsher 9ce4563dd4
Prefer nothing over empty templates (#15633) 2023-02-28 11:02:47 +01: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
Bram Kragten 370864e0ed
fix back button in hassio addons (#14161) 2022-10-24 11:03:32 +02:00
Paul Bottein 61d09072a7
Update Uninstall add-on dialog (#13898) 2022-09-28 11:02:09 +02:00
Steve Repsher 52a1594969
Remove all exceptions from supervisor localize keys (#13402) 2022-08-20 13:37:57 -04:00
Joakim Sørensen ca28feca80
Missing import and refresh correct collection (#13358) 2022-08-08 10:16:13 +02:00
Zack Barett f5d9a7d662
Merge pull request #13353 from home-assistant/Make-sure-we-have-supervisor.addon 2022-08-07 16:56:33 -05:00
Joakim Sørensen 0d5b86e2b6
Check store for addons when using my link (#13352) 2022-08-07 12:56:44 -04:00
ludeeus 825558c8db Make sure we have supervisor.addon 2022-08-07 16:53:09 +00:00
Steve Repsher d332b8ab14
Fix bad localize keys (#13245)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-07-20 18:34:09 +02:00
Joakim Sørensen e7848262ea
Split store and installed calls (#12921)
* Split store and installed calls

* Fix issue when installing

* Remove supervisor.addons usage

* one more

* Update core

* Comments
2022-06-11 11:04:54 +02:00
Joakim Sørensen 0623e7dce4
Fetch supervisor info directly (#12751) 2022-05-23 13:00:16 -05:00
Bram Kragten 45c7e0eeeb
Use outline for cards on config pages (#12558) 2022-05-03 06:44:55 -05:00
Joakim Sørensen f5864181af
Add optional repository_url to supervisor_addon my link (#12524) 2022-04-30 16:53:43 -05:00
Joakim Sørensen c34fe184e8
Fix log syntax highlight when fetching logs from supervisor (#12430) 2022-04-26 06:09:39 -05:00
Joakim Sørensen 714f2447b7
Use more text selector types for add-on configuration (#12303) 2022-04-11 16:01:30 +02:00
Joakim Sørensen 8b82383790
Guard for partial translations (#12296) 2022-04-11 13:03:41 +02:00
Joakim Sørensen bbca7b762b
Use selectors for add-on network configuration (#12235)
* Use selectors for add-on network configuration

* Show container port as UOM if advanced user

* adjust
2022-04-06 22:21:06 +02:00
Joakim Sørensen 351ec08a71
Use selectors for add-on configurations (#12234) 2022-04-06 09:57:17 +02:00
Bram Kragten 1719d062b3
mwc-select -> ha-select (#11806) 2022-02-23 18:59:36 +00:00
Joakim Sørensen cbd0ef6b65
Add signed add-on capability and adjust max rating (#11703) 2022-02-17 10:43:26 +01:00
Bram Kragten ba63ab8b7a
Latest paper-dropdown -> mwc-select conversion (#11692) 2022-02-15 09:11:43 -06:00
Bram Kragten fc654d86c6
hassio fixes (#11688) 2022-02-14 22:33:12 +01:00
Bram Kragten 523afe2f6f
Another round of paper-dropdown -> mwc-select conversion (#11674)
* Another round of paper-dropdown -> mwc-select conversion

* ha-pick-language-row -> Lit

* Update hui-view-editor.ts

* Cleanup imports

* hassio

* Add explicit imports
2022-02-14 20:08:18 +01:00
Philip Allgaier ffaff30b46
Fix various supervisor tooltip and aria-label issues (#10878) 2022-01-25 16:36:35 +00:00
Joakim Sørensen 99bf6fa781
Handle update-complete event on add-on page (#10929) 2021-12-16 12:39:21 -08:00
Joakim Sørensen ed291b57d0
Render update card on add-on page (#10681) 2021-11-23 08:18:40 -08:00
Joakim Sørensen 0ca35d7012
Remove ha-alert actionText (#10646) 2021-11-18 16:09:13 -08:00
Joakim Sørensen e9f0967578
Move updates (#10626) 2021-11-17 10:21:27 -08:00
Joakim Sørensen 87c2046ab5
Remove add-on store tab (#10624) 2021-11-15 09:15:20 -08:00
Joakim Sørensen 3adbc4cfaf
Use ha-chip instead of ha-label-badge for add-on capabilities (#10398) 2021-10-25 18:25:37 +02:00
Joakim Sørensen b1e6935df9
Fix select options for add-on config (#10330) 2021-10-19 22:54:07 +02:00
Joakim Sørensen 21e1fef0fb
Use error for protection mode alert (#10315) 2021-10-19 18:37:22 +02:00