aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
Commit message (Collapse)AuthorAgeFilesLines
* Gracefully downsize search bar for mobile devicesRigel Kent2020-02-131-0/+1
|
* Manage z-indexes in variablesRigel Kent2020-02-131-1/+1
|
* Fix menu z-index on mobile on watch pageChocobozzz2020-02-131-1/+1
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Fix user dropdown menu with long textsRigel Kent2020-02-121-1/+1
| | | | closes #2480
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Strict templates enabledChocobozzz2020-02-102-2/+1
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-1/+0
| | | | resolves #1880
* Fix mark all as read notificationsChocobozzz2020-01-062-10/+7
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-0/+4
|
* 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
|