aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/shared/actor-avatar-info.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-1/+1
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-4/+13
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* remove unused importsBO412018-09-221-4/+0
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+48