aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-4/+4
|
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Fix client lintChocobozzz2021-08-171-4/+5
|
* username field consistencyChocobozzz2021-01-181-3/+3
|
* add username information in profile settingsRigel Kent2021-01-171-0/+7
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-5/+5
|
* Migrate to $localizeChocobozzz2020-08-141-5/+3
| | | | | | | | | | | | * 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-231-6/+3
|
* Improve registrationChocobozzz2019-06-071-1/+1
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Remove uneeded rxjs-compatChocobozzz2018-06-181-1/+1
|
* Add form validator translationsChocobozzz2018-06-051-3/+5
|
* Form validators refractoringChocobozzz2018-06-051-21/+14
|
* Add i18n attributesChocobozzz2018-06-051-2/+4
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-1/+1
|
* Load my-account module lazilyChocobozzz2018-05-091-0/+65