aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation
Commit message (Collapse)AuthorAgeFilesLines
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-282-2/+2
|
* We don't need services anymore for validatorsChocobozzz2020-08-176-21/+21
|
* Migrate to $localizeChocobozzz2020-08-1410-113/+90
| | | | | | | | | | | | * 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
|
* Fix lintChocobozzz2020-08-072-2/+4
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+6
|
* Upgrade to angular 10Chocobozzz2020-08-072-2/+4
|
* deal with refresh token in embedRigel Kent2020-08-061-0/+85
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-0/+17
|
* reword intellectual propertyRigel Kent2020-08-041-2/+2
| | | | fixes #3010
* Fix regression blocklist-accounts icon in sub-titlekimsible2020-08-031-1/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-318-247/+129
|
* Add abuse message management in adminChocobozzz2020-07-316-9/+254
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-313-9/+9
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix compilationChocobozzz2020-07-231-1/+1
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-232-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add ability to report accountChocobozzz2020-07-1010-34/+125
|
* Add ability to report comments in front endChocobozzz2020-07-108-66/+260
|
* Add new abuses testsChocobozzz2020-07-101-1/+0
|
* Use 3 tables to represent abusesChocobozzz2020-07-104-32/+35
|
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
| | | | initial implementation with a listing refresh except on search results
* add user account-blocklist missing scss mixinRigel Kent2020-06-281-0/+4
|
* Reorganize client shared modulesChocobozzz2020-06-2327-0/+1784