aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-block-list
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-141-23/+19
| | | | | | | | | | | | * 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
* Add ability to share playlists in modalChocobozzz2020-08-071-2/+2
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+1
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-062-9/+38
|
* Add abuse messages management in my accountChocobozzz2020-07-312-1/+10
|
* 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>
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+7
|
* 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
|
* Fix lintChocobozzz2020-06-121-5/+5
|
* preserve original variable names server-sideRigel Kent2020-06-101-7/+7
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-104-0/+328
- 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