aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* correct regressions on sub-menu for account and admin (#3004)Kim2020-07-241-6/+0
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-245-1/+124
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-242-6/+29
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name 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-235-30/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update my-account sub-menus icons (#2977)Kim2020-07-231-1/+2
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-209-29/+47
|\
| * Fix accessibility action buttons and display on imports and followers listkimsible2020-07-202-2/+2
| |
| * Correct action button selection mode styleskimsible2020-07-201-3/+6
| |
| * Correct maximized icon padding since new icons set implementedkimsible2020-07-201-1/+1
| |
| * Fix issues with external links in search pageChocobozzz2020-07-205-23/+38
| |
* | Add ability to report accountChocobozzz2020-07-1018-36/+382
| |
* | Add ability to report comments in front endChocobozzz2020-07-109-68/+264
| |
* | Add new abuses testsChocobozzz2020-07-103-3/+2
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-1010-52/+67
|/
* Fix embed urlChocobozzz2020-07-101-3/+2
|
* add check-params test for user listRigel Kent2020-07-033-3/+5
| | | | fixes #2918
* align feed icons to the right for video listingsRigel Kent2020-07-024-28/+37
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-023-9/+3
|
* Fix player menu on mobileChocobozzz2020-07-021-2/+0
|
* Fix lintChocobozzz2020-07-021-1/+1
|
* Don't reload videos on muteChocobozzz2020-07-021-1/+0
|
* simplify navigation within most admin menusRigel Kent2020-07-026-6/+243
|
* fix reactive file upload buttonRigel Kent2020-07-012-0/+3
|
* fix video update button, add color to danger zoneRigel Kent2020-07-013-3/+11
|
* switch from softies to feathericonsRigel Kent2020-07-014-59/+66
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-285-29/+66
| | | | initial implementation with a listing refresh except on search results
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-281-1/+1
|
* add user account-blocklist missing scss mixinRigel Kent2020-06-281-0/+4
|
* Lazy load all routesChocobozzz2020-06-234-0/+271
|
* Reorganize client shared modulesChocobozzz2020-06-23258-3224/+1618
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-227-45/+207
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Remove uneccessary details to link titlesCaroline Chuong2020-06-183-5/+5
|
* Add videos count in channels listChocobozzz2020-06-162-0/+10
|
* Add channel information in my videosChocobozzz2020-06-163-2/+12
|
* Fix anonymous nsfw policyChocobozzz2020-06-164-70/+102
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-159-6/+374
|
* replace title with video name in moderation listingsRigel Kent2020-06-132-2/+3
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-133-6/+11
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-123-10/+11
| | | | channels list
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-117-22/+28
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add scope tags and aria-labels to instance table (#2866)Caroline Chuong2020-06-113-17/+26
| | | also move label to caption element in table
* Limit thumbnail sizesChocobozzz2020-06-117-47/+53
|
* prevent video-bottom overflow in video-miniatureRigel Kent2020-06-111-3/+4
|
* support type as override to search in listBlocksRigel Kent2020-06-101-0/+1
|
* preserve original variable names server-sideRigel Kent2020-06-104-15/+15
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1021-181/+169
| | | | | | | | | | | - 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
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-4/+7
| | | | global search
* First implem global searchChocobozzz2020-06-107-28/+69
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-0923-50/+92
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view