aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/account
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-142-17/+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
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-242-6/+29
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to report accountChocobozzz2020-07-101-0/+6
|
* Add ability to report comments in front endChocobozzz2020-07-101-2/+4
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2310-0/+367