Commit Graph

47 Commits

Author SHA1 Message Date
Yosi Levy 5e40bb55eb
RTL fixes (#19563) 2024-01-30 14:27:40 +01:00
Bram Kragten 02a7d0e797
Clean up local auth flow, preselect remember me (#19354) 2024-01-11 11:03:32 +01:00
Steve Repsher 3edc77c978
Fix missing element tag definitions (#19329) 2024-01-09 15:00:30 +01:00
Paul Bottein ef3785ce9f
Fix particles over alert in login screen (#18923) 2023-12-06 13:16:47 +01:00
Bram Kragten 7e74502ba3
Add particles to login, move forgot password link (#18868) 2023-12-04 11:34:42 +01:00
Bram Kragten 861959ed2d
add previous button to login screen (#18837) 2023-11-30 17:06:22 +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
Bram Kragten c1f76e0565 Update ha-authorize.ts 2023-11-28 13:44:23 +01:00
Bram Kragten 2e1fb9df66
Update design of login page (#18770) 2023-11-27 23:06:51 +01:00
Bram Kragten 58e0179321
Add local login flow (#18717) 2023-11-24 17:22:05 +01:00
Paul Bottein d8c98d8f96
Move auth components from shadow DOM to light DOM (#18015) 2023-09-26 20:17:03 +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
renovate[bot] e4f3211e9f
Update dependency prettier to v3.0.2 (#17623)
* Update dependency prettier to v3.0.2

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-08-19 20:41:39 +00:00
Bram Kragten ac20cf292a
Auth: Make it clearer where you are logging in to (#17459) 2023-08-08 14:43:55 +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
Bram Kragten e4302a0bb5
Fix onboarding add integration (#16163) 2023-04-14 14:38:34 -04:00
Bram Kragten 25d8550dd7
Fix double defined cloud-account (#15537) 2023-02-21 19:28:21 +00:00
Bram Kragten db830e9014
Fix theme setting (#11977) 2022-03-08 10:13:08 -08: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
Paulus Schoutsen a839494a1e
Use MWC components for ha-form (#10120) 2021-10-07 12:21:35 -07:00
Bram Kragten 2936865c55
Bump typescript, lint, prettier (#10108) 2021-09-30 12:39:03 +02:00
Joakim Sørensen e55df73a91
Remove usage of discovery info (#10015) 2021-09-11 11:38:35 -07: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
Bram Kragten dd4efe0f51
Apply dark style on init when `prefers-color-scheme: dark` (#8997) 2021-04-26 14:54:47 -07:00
Joakim Sørensen a1d07e5a00
Sort imports (#8104) 2021-01-13 17:17:12 +01:00
Thomas Lovén a4657541fc
Show location name in auth page, if available. (#8119) 2021-01-11 13:11:30 +01:00
Paulus Schoutsen 6d4569c89d
Drop webpackChunkName (#7778) 2020-11-23 10:39:40 +01:00
Bram Kragten 410bd22f8a
Punycode client id on auth page (#6513) 2020-08-03 22:44:20 +02:00
Bram Kragten f8c5eeab5d
Replace all private properties with internalProperty decorator (#6386) 2020-07-14 21:38:36 -07:00
Paulus Schoutsen cc71ccaafa
Keep auth params when onboarding (#6182) 2020-06-17 10:32:27 -07:00
Paulus Schoutsen 2153bc536c
Clean up service worker code and fix 404 (#5855) 2020-05-13 13:17:47 -07:00
Bram Kragten 82f80db558
Update typescript, prettier, tslint -> eslint (#5536)
* Update typescript, prettier, tslint -> eslint

* Organize imports

* Use glob for eslint fix react import
2020-04-14 09:05:45 -07:00
Bram Kragten 4f70ec7dc2
Set correct lang attribute (#5479)
* Set correct lang attribute

* Update lit-localize-lite-mixin.ts

* Update translations-mixin.ts

* Remove lang=""

* Move logic out of mixin
2020-04-08 12:36:06 +02:00
Bram Kragten 312f1df368
Fix string type in ha-form-string (#4559) 2020-01-22 15:28:54 +01:00
Bram Kragten 8a39d18323 Bump TypeScript to 3.7 (#4282)
* Bump TypeScript to 3.7

* Update prettier to support ts 3.7

* Prettier

* More prettier

* Even more prettier
2019-11-27 13:51:03 -08:00
Paulus Schoutsen c437cd3865
Use only decorators (#4058)
* Use only decorators

* Remove unused imports
2019-10-18 22:50:27 -07:00
Paulus Schoutsen 746ad588ef
20190508.0 (#3176)
* Prevent default form action (#3172)

* Use areas when generating Lovelace config (#3175)

* Use areas when generating Lovelace config

* Add missing return type

* Convert auth-flow to TypeScript/Lit (#3174)

* Change ha-pick-auth-provider to typescript

* Convert auth-flow to TypeScript/Lit

* Make sure we block emulated mouse events when touch is used (#3173)

* Trim text

* Update translations

* Bumped version to 20190508.0
2019-05-08 20:12:05 -07:00
Paulus Schoutsen 6c41c7b1ab
Gulpify build pipeline (#3145)
* Gulpify build pipeline

* Update build frontend script

* Fixes

* Limit service worker to latest build

* Use shorthand

* Fix hassio build
2019-05-02 11:35:46 -07:00
Paulus Schoutsen e3896c359a
Register service worker during login (#3036) 2019-03-29 16:43:42 -07:00
Paulus Schoutsen 1e291e80b7
Fix translation (#2934) 2019-03-15 09:23:21 -07:00
Paulus Schoutsen 5a797a6dec
Fix localize lite mixin types (#2613) 2019-01-28 15:43:08 -08:00
Paulus Schoutsen c3f473c3e7
Remove Lit localize mixin (#2597)
* Remove some localize mixins form Lit Elements

* Remove litLocalizeMixin

* Revert unwanted changes
2019-01-27 16:52:15 -08:00
Paulus Schoutsen 8db111c2fb
Update lint tools (#2576)
* Update lint

* Prettier Hass.io

* Update prettier
2019-01-26 19:34:07 -08:00
Paulus Schoutsen b0d32b5674
upgrade lit (#2458)
* upgrade lit

* Lint
2019-01-12 23:32:53 -08:00
Paulus Schoutsen 5ab419534c
Convert authorize page to lit (#2115)
* Convert authorize page to lit

* Don't use ha-markdown

* Simplify CSS
2018-11-26 14:10:01 +01:00