aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/action-dropdown.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* (css) vertical-center modals, bullet as separatorRigel Kent2019-12-201-1/+1
|
* Fix dropdown on video miniature for unlogged usersChocobozzz2019-12-061-2/+6
|
* Fix video action dropdownChocobozzz2019-06-071-6/+0
|
* Add video miniature dropdownChocobozzz2019-04-051-2/+23
|
* Add separators in user moderation dropdownChocobozzz2018-11-211-1/+7
|
* Better typingsChocobozzz2018-10-181-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-3/+3
| | | | | | | | 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
* Add bulk actions in users tableChocobozzz2018-10-081-1/+3
|
* Add user moderation in the account pageChocobozzz2018-10-051-0/+1
|
* Add ability to ban/unban usersChocobozzz2018-08-091-2/+2
|
* Add reason when banning a userChocobozzz2018-08-081-0/+20