aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fix help component borderRigel Kent2020-04-031-1/+1
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-101-0/+4
|
* Fix i18n generationChocobozzz2020-02-281-3/+4
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-282-0/+41
| | | | | | | | | | | | | | * 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
* Fix search parameter initialisation for search-typeaheadRigel Kent2020-02-181-1/+1
|
* Fix list overflow when refreshing the pageChocobozzz2020-02-131-9/+14
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-133-0/+210
|
* Better placement for help tooltipRigel Kent2020-01-091-1/+1
|
* Remove ElementEventChocobozzz2020-01-091-7/+1
|
* Show default avatar on network error for commentsRigel Kent2020-01-091-0/+5
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-1/+1
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-1/+23
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-2/+7
|
* Add about information in registration pageChocobozzz2019-09-052-19/+45
|
* Go back when cancel NSFW modalChocobozzz2019-08-221-0/+1
| | | | Instead of redirecting on the homepage
* Fix video rows overflowChocobozzz2019-08-221-1/+15
| | | | In discover and account channel videos pages
* Fix bad import on FF ESRChocobozzz2019-08-201-0/+36
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-241-18/+0
|
* WIP plugins: update pluginChocobozzz2019-07-242-1/+19
|
* Improve registrationChocobozzz2019-06-072-8/+8
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* video add to playlist component -> onpush strategyChocobozzz2019-04-051-0/+4
|
* Add video miniature dropdownChocobozzz2019-04-051-0/+2
|
* Refactor videos selection componentsChocobozzz2019-04-053-67/+0
|
* tslint updateChocobozzz2019-04-021-2/+2
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Don't close help popover when clicking insideChocobozzz2019-02-211-1/+1
|
* Add user notification animationChocobozzz2019-02-205-4/+67
|
* Fix negative seconds by displaying 0 instead (#1445) (#1625)zacharystenger2019-02-121-1/+1
| | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation
* Fix invisible things in dark modeChocobozzz2019-01-171-4/+6
|
* Refactor how we use iconsChocobozzz2019-01-172-7/+16
| | | | Inject them in an angular component so we can easily change their color
* Increase abuse length to 3000Chocobozzz2019-01-142-4/+11
| | | | And correctly handle new lines
* Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
|
* Add notifications in the clientChocobozzz2019-01-092-10/+13
|
* Improve video upload error handlingChocobozzz2018-11-161-1/+6
|
* Fix new Angular 7 issuesChocobozzz2018-11-151-2/+3
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-183-5/+5
| | | | | | | | 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
* append my-help popover to body instead of parent objectRigel Kent2018-09-231-0/+1
|
* Fix watch page responsiveChocobozzz2018-09-051-1/+1
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+0
| | | | and a bonus dark color theme toggle
* Add start at checkbox in share modalChocobozzz2018-08-271-0/+13
|
* Add popover autocloseChocobozzz2018-08-271-0/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-2/+1
|
* Add reason when banning a userChocobozzz2018-08-085-73/+0
|
* Upgrade client dependenciesChocobozzz2018-07-311-2/+2
|
* Sort video captionsChocobozzz2018-07-251-0/+12
|
* Improve frontend accessibilityChocobozzz2018-07-172-0/+13
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Implement captions/subtitlesChocobozzz2018-07-161-2/+8
|
* Improve screen cache serviceChocobozzz2018-06-181-10/+24
|