aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+reset-password
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-1/+1
|
* Refactor login redirection/button linksChocobozzz2023-02-141-0/+1
| | | | Correctly handle external auth redirection in all cases
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Handle input error in custom input textChocobozzz2022-06-201-6/+2
|
* Cleanup title-page CSSChocobozzz2022-06-162-25/+21
|
* Rename input toggle hidden to input textChocobozzz2022-06-101-4/+4
| | | | It's more than just an hidden toggle
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-171-4/+4
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Remove ngx-metaChocobozzz2021-05-271-3/+1
| | | | Unmaintained
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-8/+8
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-5/+5
|
* Use localize for page titlesChocobozzz2020-08-171-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Lazy load all routesChocobozzz2020-06-235-0/+153