aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history/my-account-history.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-141-8/+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-231-12/+13
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+2
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Restore videos list componentsChocobozzz2019-04-021-7/+2
|
* Refractor notification serviceChocobozzz2018-12-191-6/+6
| | | | Shorter name and use primeng component
* Add ability to disable and clear historyChocobozzz2018-12-181-0/+41
|
* Add history page on clientChocobozzz2018-12-181-0/+66