aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/account-blocklist.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Increase global font sizeChocobozzz2022-06-161-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-1/+1
|
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-1/+1
|
* Refactor search filtersChocobozzz2021-05-031-7/+2
|
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-6/+1
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-121-1/+1
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-281-1/+1
|
* Fix regression blocklist-accounts icon in sub-titlekimsible2020-08-031-1/+1
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-311-4/+4
| | | | | | | | | | | * 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>
* 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>
* Reorganize client shared modulesChocobozzz2020-06-231-0/+64