aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Automatic colspan for tablesChocobozzz2023-05-261-2/+2
|
* Reset table pagination on searchChocobozzz2022-07-121-2/+2
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-3/+3
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-1/+1
|
* Always use my-table-expander-iconChocobozzz2021-10-291-1/+1
|
* Add videos list admin componentChocobozzz2021-10-291-22/+7
|
* Improve admin tables responsiveChocobozzz2021-10-201-7/+7
|
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* Refactor search filtersChocobozzz2021-05-031-3/+4
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-19/+1
|
* Use badge in video block listChocobozzz2020-11-161-10/+11
|
* Refactor rest table search filterChocobozzz2020-11-161-1/+1
|
* Put admin actions on the leftChocobozzz2020-11-161-8/+8
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-6/+18
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-151-1/+1
|
* replace title with video name in moderation listingsRigel Kent2020-06-131-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-0/+113
- also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790