aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/shared
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-233-161/+0
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-5/+8
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-132-3/+16
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-131-1/+1
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-132-22/+39
|
* 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
|
* Fix my account settings responsiveChocobozzz2019-04-111-1/+5
|
* 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
|
* Add local user subscriptionsChocobozzz2018-08-271-1/+1
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-293-0/+118