aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix menu on mobileChocobozzz2018-09-051-5/+12
|
* hotkey to toggle dark themeRigel Kent2018-09-041-1/+12
|
* add theming via css custom propertiesRigel Kent2018-09-043-3/+40
| | | | and a bonus dark color theme toggle
* make left menu show the scrollbar on hover/focusRigel Kent2018-09-031-1/+5
| | | add hotkey to the overview page
* Fix videos overview tags sectionChocobozzz2018-08-311-4/+4
|
* Videos overview page: first versionChocobozzz2018-08-312-0/+10
|
* Add portuguese and swedish languagesChocobozzz2018-08-271-2/+5
|
* Add local user subscriptionsChocobozzz2018-08-272-0/+11
|
* [Issue 641] Add shortcut my videos link in menu-wrapperpotedeo2018-08-271-0/+4
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-095-47/+33
|
* Display username instead of email in menuChocobozzz2018-07-161-1/+1
|
* i18n "More" in menu and regenerate translationsChocobozzz2018-07-111-1/+1
|
* Fix language modale z-indexChocobozzz2018-07-091-0/+4
|
* Add ability to choose the languageChocobozzz2018-06-286-60/+185
|
* Rename "my settings" to "my account" in menuChocobozzz2018-06-071-2/+2
|
* Add i18n attributesChocobozzz2018-06-052-13/+13
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix link for async and clarify the wordingDashie2018-04-261-2/+2
|
* Add a link to 'My profile' in the dropdownDashie2018-04-261-0/+4
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-3/+3
|
* Fix account link in the menuChocobozzz2018-04-251-1/+1
|
* Add video channel account listChocobozzz2018-04-252-5/+1
|
* Rename account module to my-accountChocobozzz2018-04-231-2/+2
|
* Add a hover effect on left menu links (#418) (#425)Charles de Lacombe2018-03-281-4/+9
| | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright?
* Add "local" videos in menuChocobozzz2018-03-132-0/+13
|
* Add about pageChocobozzz2018-01-312-2/+14
|
* Mobile version: menu full width and autoclosedChocobozzz2018-01-311-56/+0
|
* Add ability to update some configuration keysChocobozzz2018-01-171-1/+1
|
* Add avatar in commentsChocobozzz2018-01-031-1/+3
|
* Add hover effect on login/create an account buttonChocobozzz2018-01-031-18/+16
|
* Circle avatarChocobozzz2018-01-031-2/+2
|
* Begin to add avatar to actorsChocobozzz2017-12-292-3/+3
|
* Small style fixesChocobozzz2017-12-121-0/+4
|