aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-about/account-about.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-141-3/+1
| | | | | | | | | | | | * 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-4/+3
|
* Don't support images in account descriptionsChocobozzz2019-12-061-1/+1
|
* Handle HTML in account descriptionsChocobozzz2019-12-061-1/+1
|
* Lazy import some modulesChocobozzz2019-02-151-2/+2
|
* Increase abuse length to 3000Chocobozzz2019-01-141-2/+2
| | | | And correctly handle new lines
* remove unused importsBO412018-09-221-2/+0
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-181-3/+9
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-3/+10
|
* Add i18n attributesChocobozzz2018-06-051-2/+4
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-11/+2
|
* Implement video channel viewsChocobozzz2018-04-251-0/+39