aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-149-70/+36
| | | | | | | | | | | | * 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
* Remove angular pipes moduleChocobozzz2020-08-116-11/+44
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-15/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-112-6/+13
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-112-1/+5
| | | | broadcast-message
* Correctly fix sub menuChocobozzz2020-08-102-2/+2
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+5
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-1/+1
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-2/+2
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Add migrations for abuse messagesChocobozzz2020-07-314-9/+56
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Revert user-menu dropdown active class on sub-menu and autoclose only on ↵kimsible2020-07-311-6/+2
| | | | outside click
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-316-11/+44
| | | | | | | | | | | * 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>
* test search for subscriptions and video-channelsRigel Kent2020-07-291-0/+1
|
* modify user-quota to match account settings styleRigel Kent2020-07-292-14/+14
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-1/+6
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-292-8/+34
|
* fix margin-left for edit-buttonRigel Kent2020-07-292-1/+2
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-282-13/+27
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-233-30/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-202-2/+2
|\
| * Fix accessibility action buttons and display on imports and followers listkimsible2020-07-202-2/+2
| |
* | Add ability to report accountChocobozzz2020-07-103-2/+29
| |
* | Add ability to report comments in front endChocobozzz2020-07-101-2/+4
| |
* | Add new abuses testsChocobozzz2020-07-102-2/+2
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-103-12/+24
|/
* Fix embed urlChocobozzz2020-07-101-3/+2
|
* add check-params test for user listRigel Kent2020-07-031-2/+2
| | | | fixes #2918
* align feed icons to the right for video listingsRigel Kent2020-07-022-10/+8
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-021-1/+1
|
* Fix lintChocobozzz2020-07-021-1/+1
|
* simplify navigation within most admin menusRigel Kent2020-07-025-6/+242
|
* 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-012-2/+6
| | | | also organize icons in folders per origin
* Reorganize client shared modulesChocobozzz2020-06-2373-0/+3514