aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup some client FIXMEChocobozzz2020-01-291-2/+0
|
* Lazy load static objectsChocobozzz2019-12-181-3/+3
|
* Make build worksChocobozzz2019-11-131-2/+2
|
* Add welcome modalChocobozzz2019-09-051-1/+6
|
* Add success icon on registrationChocobozzz2019-05-291-2/+0
|
* Add notifications in the clientChocobozzz2019-01-091-2/+2
|
* 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 client buildChocobozzz2018-09-121-5/+0
|
* wrap the hotkeys component to allow templating :art:Rigel Kent2018-09-111-1/+2
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-0/+1
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* keyboard shortcuts and key map view (#974)Rigel Kent2018-08-281-0/+4
|
* Fix dev localeChocobozzz2018-08-271-1/+1
|
* Begin advanced searchChocobozzz2018-07-241-0/+2
|
* Add ability to choose the languageChocobozzz2018-06-281-0/+2
|
* Improve P2P & Privacy sectionChocobozzz2018-06-271-2/+0
|
* Create webtorrent client on player loadChocobozzz2018-06-181-1/+1
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Little i18n refractoringChocobozzz2018-06-061-9/+9
|
* Rename messages locale to angularChocobozzz2018-06-061-2/+2
|
* Add form validator translationsChocobozzz2018-06-051-0/+6
|
* Prepare i18n filesChocobozzz2018-06-051-2/+18
|
* Fix lintChocobozzz2018-05-311-1/+1
|
* Add 404 pageChocobozzz2018-05-311-3/+3
|
* Upgrade client dependenciesChocobozzz2018-05-291-0/+3
|
* Load my-account module lazilyChocobozzz2018-05-091-3/+0
|
* Rename account module to my-accountChocobozzz2018-04-231-2/+2
|
* Use instance name for page titlesChocobozzz2018-03-221-6/+7
|
* Register service workerChocobozzz2018-02-221-5/+1
|
* Add service workerChocobozzz2018-02-081-2/+7
|
* Add about pageChocobozzz2018-01-311-0/+2
|
* Add ability to reset our passwordChocobozzz2018-01-301-6/+8
|
* Move to angular cliChocobozzz2017-12-121-81/+3
|
* Begin admin designChocobozzz2017-12-081-2/+1
|
* Fix client searchChocobozzz2017-12-051-1/+3
|
* Begin new menu designChocobozzz2017-12-011-1/+5
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-2/+0
|
* Fix page titlesChocobozzz2017-07-061-1/+1
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-40/+40
|
* Update client modulesChocobozzz2017-06-111-12/+55
|
* Client: update to angular 4Chocobozzz2017-04-121-0/+2
|
* Client: support signupChocobozzz2017-04-101-0/+2
|
* Client: fix routes titleChocobozzz2017-03-121-6/+6
|
* Client: switch to @nglibs/metaChocobozzz2017-03-101-10/+16
|
* Client: lazy load admin areaChocobozzz2017-01-231-2/+0
|
* Client: update ng2-metaChocobozzz2017-01-131-1/+1
|
* Client: add basic aot supportChocobozzz2017-01-131-1/+2
|
* Client: move menu component in core moduleChocobozzz2016-11-291-4/+1
|
* Client: split in angular modulesChocobozzz2016-11-211-108/+24
|
* Client: move video watch modals in their own componentChocobozzz2016-11-211-0/+4
|
* Client: add titles to all pagesChocobozzz2016-11-041-1/+17
|