aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
Commit message (Collapse)AuthorAgeFilesLines
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-0/+1
| | | | fixes #2138
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-204-6/+17
|
* fix deleted comment layout and its notification displayRigel Kent2019-12-191-0/+7
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-193-9/+49
| | | | fixes #1730
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* (consistency) channel nameWithHost copy button, comment avatar linkRigel Kent2019-12-161-1/+0
|
* video description/account alignment, watch view basic tooltipsRigel Kent2019-12-131-1/+1
|
* Fix overflow in menuChocobozzz2019-11-271-2/+6
|
* Add missing button roles for the language chooser and keyboard shortcut menu ↵Marco Zehe2019-11-251-2/+2
| | | | items
* Fix checkbox themesChocobozzz2019-10-221-1/+1
|
* Add 'Most liked videos' pageJulien Maulny2019-10-181-0/+5
|
* Fix menu x overflowChocobozzz2019-09-061-1/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-3/+3
|
* Update angularChocobozzz2019-07-253-3/+3
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-7/+1
|
* Rename overview -> discoverChocobozzz2019-06-131-1/+1
|
* Fix black theme on some screensChocobozzz2019-06-071-5/+5
|
* Remove unnecessary CSS in menuChocobozzz2019-05-151-3/+0
|
* Merge branch 'master' into developChocobozzz2019-05-151-0/+3
|\
| * Fix too long name in menuChocobozzz2019-02-142-4/+7
| |
* | Fix keyboard icon transparencyPaul FLORENCE2019-04-121-1/+0
| |
* | Add my library section in menuChocobozzz2019-03-202-63/+81
| |
* | Playlist videos componentChocobozzz2019-03-182-3/+4
| |
* | Refactor ellipsis CSSChocobozzz2019-02-201-8/+6
| |
* | Add user notification animationChocobozzz2019-02-203-12/+46
| |
* | Lazy import some modulesChocobozzz2019-02-151-15/+17
| |
* | Fix too long name in menuChocobozzz2019-02-152-4/+7
|/
* Fix menu overflow on mobile screensChocobozzz2019-01-281-1/+1
|
* Fix notification popover widthChocobozzz2019-01-212-4/+11
|
* Fix calendar in dark modeChocobozzz2019-01-171-1/+1
|
* Refactor how we use iconsChocobozzz2019-01-172-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Fix notification socketChocobozzz2019-01-142-3/+4
| | | | Should be in core module to share the same subject to all the app
* Fix scroll in notifications pageChocobozzz2019-01-141-0/+1
|
* Improve "no notifications" messageChocobozzz2019-01-141-0/+1
|
* Add notifications in the clientChocobozzz2019-01-096-11/+173
|
* Add button to help to translate peertubeChocobozzz2018-12-052-1/+11
|
* Add background effect to active menu pageChocobozzz2018-11-151-1/+5
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix video import of some youtube videosChocobozzz2018-09-261-1/+1
|
* add shortcuts icon in menuRigel Kent2018-09-263-2/+27
|
* Merge branch 'develop' into cli-wrapperChocobozzz2018-09-201-3/+7
|\
| * Fix admin access to moderatorsChocobozzz2018-09-191-3/+7
| |
* | add css custom properties for the left menuRigel Kent2018-09-131-4/+4
|/
* update hotkeys to include user-specific routesRigel Kent2018-09-111-2/+4
| | | | also fix left-menu width
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-112-3/+4
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* move theme toggle icon to the rightRigel Kent2018-09-062-3/+4
|
* refactor theme toggle into a serviceRigel Kent2018-09-061-33/+3
|
* fix comment and top-menu placement regressionsRigel Kent2018-09-051-0/+4
|
* Fix watch page responsiveChocobozzz2018-09-051-2/+1
|