aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Refactor menu cssChocobozzz2021-04-151-19/+20
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-1/+1
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* move from trending routes to alg paramRigel Kent2021-01-281-5/+1
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+5
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-5/+0
| | | | recommendation variant
* It's 2021!Chocobozzz2021-01-131-2/+2
|
* Clearer anonymous settings modal titleChocobozzz2020-12-301-1/+1
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-131-21/+19
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Various front optimizationsChocobozzz2020-11-271-3/+3
|
* Upgrade client dependenciesChocobozzz2020-11-191-1/+2
| | | | Migrate removed primeng theme to custom CSS
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-6/+7
| | | | | | | | | | | | | * 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>
* Replace keyboard shortcut iconChocobozzz2020-11-161-2/+4
| | | | Use svg instead
* In my account -> in my libraryChocobozzz2020-11-161-2/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-131-87/+92
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-171-6/+12
| | | | | | | | | | | | | | | | | | | 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>
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-4/+4
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 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>
* separate menu options from their values, remove their chevronRigel Kent2020-07-231-6/+6
|
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* Remove uneccessary details to link titlesCaroline Chuong2020-06-181-2/+2
|
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-23/+23
|
* ensure menu footer respects spacing across translationsRigel Kent2020-06-071-3/+1
|
* Fix dropdown-user placement and menu-left scroll on touchscreens (#2706)Kim2020-05-011-1/+1
|
* Cleanup menu footer linksChocobozzz2020-04-081-16/+16
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-2/+2
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-22/+77
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-3/+3
| | | | fixes #2085
* Fix user dropdown menu with long textsRigel Kent2020-02-121-1/+1
| | | | closes #2480
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-0/+4
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-4/+14
|
* video description/account alignment, watch view basic tooltipsRigel Kent2019-12-131-1/+1
|
* Add missing button roles for the language chooser and keyboard shortcut menu ↵Marco Zehe2019-11-251-2/+2
| | | | items
* Add 'Most liked videos' pageJulien Maulny2019-10-181-0/+5
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-3/+1
|
* Rename overview -> discoverChocobozzz2019-06-131-1/+1
|
* Add my library section in menuChocobozzz2019-03-201-21/+37
|
* Playlist videos componentChocobozzz2019-03-181-1/+1
|
* Fix too long name in menuChocobozzz2019-02-151-2/+2
|
* Add notifications in the clientChocobozzz2019-01-091-4/+2
|
* add shortcuts icon in menuRigel Kent2018-09-261-0/+3
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-2/+2
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* move theme toggle icon to the rightRigel Kent2018-09-061-1/+1
|
* add theming via css custom propertiesRigel Kent2018-09-041-0/+3
| | | | and a bonus dark color theme toggle
* Videos overview page: first versionChocobozzz2018-08-311-0/+5
|
* Add local user subscriptionsChocobozzz2018-08-271-0/+5
|
* [Issue 641] Add shortcut my videos link in menu-wrapperpotedeo2018-08-271-0/+4
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-15/+13
|
* Display username instead of email in menuChocobozzz2018-07-161-1/+1
|