aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+verify-account
Commit message (Collapse)AuthorAgeFilesLines
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Fix typoChocobozzz2022-06-201-1/+1
|
* Cleanup title-page CSSChocobozzz2022-06-163-21/+13
|
* Redesign register stepsChocobozzz2022-06-151-1/+1
|
* Split user serviceChocobozzz2022-01-213-8/+10
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-172-10/+8
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Use HTML config when possibleChocobozzz2021-06-041-9/+3
|
* Remove ngx-metaChocobozzz2021-05-271-3/+1
| | | | Unmaintained
* reword unclear sentences, check for grammarRigel Kent2020-11-121-2/+2
| | | | fixes #3222
* We don't need services anymore for validatorsChocobozzz2020-08-171-3/+3
|
* Use localize for page titlesChocobozzz2020-08-171-2/+2
|
* Migrate to $localizeChocobozzz2020-08-142-14/+6
| | | | | | | | | | | | * 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
* Reorganize client shared modulesChocobozzz2020-06-233-14/+8
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-1/+7
|
* Fix signup email verificationChocobozzz2019-06-201-3/+3
|
* Add ability to change email in clientChocobozzz2019-06-112-11/+25
|
* Add success icon on registrationChocobozzz2019-05-297-0/+219