aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
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-2411-77/+141
| | | | | | | | | | | | | | | | | * 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-245-13/+57
| | | | | | | | | * 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>
* separate menu options from their values, remove their chevronRigel Kent2020-07-231-6/+6
|
* Fix compilationChocobozzz2020-07-231-1/+1
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-2325-65/+110
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-233-7/+8
| | | | | | | | | * 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-211-1/+1
|\
| * Fix E2E testsChocobozzz2020-07-211-1/+1
| |
* | Merge branch 'release/2.3.0' into developChocobozzz2020-07-2016-62/+94
|\|
| * Fix accessibility action buttons and display on imports and followers listkimsible2020-07-204-5/+5
| |
| * Correct missing test in user-edit templatekimsible2020-07-201-1/+1
| |
| * 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-209-52/+81
| |
* | Add ability to report accountChocobozzz2020-07-1028-206/+501
| |
* | Add ability to report comments in front endChocobozzz2020-07-1019-158/+480
| |
* | Add new abuses testsChocobozzz2020-07-104-5/+4
| |
* | Add migrationsChocobozzz2020-07-104-15/+17
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-1027-276/+300
|/
* Fix embed urlChocobozzz2020-07-102-3/+13
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-1/+1
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix external user editionChocobozzz2020-07-061-11/+11
|
* Fix admin layoutChocobozzz2020-07-061-1/+1
|
* add check-params test for user listRigel Kent2020-07-036-7/+9
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-025-19/+106
| | | | fixes #2914
* 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-023-27/+36
|
* Don't reload videos on muteChocobozzz2020-07-021-1/+0
|
* simplify navigation within most admin menusRigel Kent2020-07-0214-70/+76
|
* remove extraneous user-list table attributeRigel Kent2020-07-022-17/+5
|
* align danger colors for user-editRigel Kent2020-07-012-1/+6
|
* fix reactive file upload buttonRigel Kent2020-07-014-0/+5
|
* fix video update button, add color to danger zoneRigel Kent2020-07-0111-21/+36
|
* switch from softies to feathericonsRigel Kent2020-07-0119-80/+85
| | | | also organize icons in folders per origin
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-013-5/+14
|
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* slight improvement for column size in imports tableRigel Kent2020-06-281-6/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-287-33/+77
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-285-26/+135
|
* fix typo in blocked notice in loginRigel Kent2020-06-281-1/+1
|
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-283-3/+3
|
* fix quota representation in profile settingsRigel Kent2020-06-282-4/+5
|
* add user account-blocklist missing scss mixinRigel Kent2020-06-281-0/+4
|
* Fix query string parsingChocobozzz2020-06-262-4/+6
|
* Fix search filter in video reportsChocobozzz2020-06-261-3/+4
|
* Fix missing module for my-accountChocobozzz2020-06-241-0/+2
|
* Put empty module in app moduleChocobozzz2020-06-241-0/+2
|