aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Ensure we return a booleanChocobozzz2021-09-082-4/+4
|
* Fix undefined this.user.videoChannels on production buildMs Kimsible2021-09-081-7/+3
|
* Remove useless asyncChocobozzz2021-08-261-1/+2
|
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-264-0/+73
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Add video filters to common video pagesChocobozzz2021-08-253-39/+29
|
* Migrate client to eslintChocobozzz2021-08-184-10/+10
|
* Move to sass moduleChocobozzz2021-06-284-8/+8
|
* Move to sass @useChocobozzz2021-06-284-7/+8
|
* Bidi supportChocobozzz2021-06-072-3/+4
|
* Refactor search filtersChocobozzz2021-05-031-2/+2
|
* Move to stylelintChocobozzz2021-04-283-13/+12
|
* Fix menu dropdown overflowChocobozzz2021-04-261-1/+1
| | | | Weird issue conflicting with the dropdown config from the menu component
* Channel/account page redesign feedbacksChocobozzz2021-03-311-1/+1
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Redesign account's channels pageChocobozzz2021-03-311-2/+2
|
* Redesign account pageChocobozzz2021-03-313-33/+68
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-194-0/+98
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Fix client buildChocobozzz2020-11-171-3/+3
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-5/+2
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-172-3/+15
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-142-1/+2
|
* Add markown compatible help icon in comment textareakimsible2020-08-143-4/+10
|
* Migrate to $localizeChocobozzz2020-08-141-9/+6
| | | | | | | | | | | | * 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
* 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
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-2/+2
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Revert user-menu dropdown active class on sub-menu and autoclose only on ↵kimsible2020-07-311-6/+2
| | | | outside click
* 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
|
* 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>
* simplify navigation within most admin menusRigel Kent2020-07-024-0/+238
|
* Reorganize client shared modulesChocobozzz2020-06-237-0/+394