aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/main.ts
Commit message (Collapse)AuthorAgeFilesLines
* Breaking: remove ios 11, safari 11 supportChocobozzz2023-02-271-1/+13
| | | | | Angular doesn't support these web browsers anymore Safari 11 and iOS 11 are not supported anymore by Apple
* Add ability for client to create server logsChocobozzz2022-07-181-1/+4
|
* Fix service workerChocobozzz2021-01-181-5/+0
|
* client: register service workerkontrollanten2021-01-131-14/+3
| | | | closes #296
* Various front optimizationsChocobozzz2020-11-271-2/+10
|
* Upgrade client dependenciesChocobozzz2020-11-191-12/+1
| | | | Migrate removed primeng theme to custom CSS
* Support i18n buildChocobozzz2020-02-101-21/+7
|
* Make build worksChocobozzz2019-11-131-1/+1
|
* Fix client with google botChocobozzz2019-02-111-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 dev localeChocobozzz2018-08-271-1/+2
|
* Little i18n refractoringChocobozzz2018-06-061-2/+5
|
* Rename messages locale to angularChocobozzz2018-06-061-1/+1
|
* Add form validator translationsChocobozzz2018-06-051-2/+12
|
* Try to detect incompatible web browsersChocobozzz2018-03-081-5/+8
|
* Disable service workerChocobozzz2018-02-261-4/+11
|
* Register service workerChocobozzz2018-02-221-0/+13
|
* Add hmrChocobozzz2017-12-121-2/+14
|
* Upgrade to angular 5Chocobozzz2017-12-121-7/+8
|
* Move to angular cliChocobozzz2017-12-121-0/+12
|
* Client: add basic aot supportChocobozzz2017-01-131-20/+0
|
* Dirty update to Angular RC6Chocobozzz2016-09-061-32/+17
|
* Client: centralize http res extraction in a serviceChocobozzz2016-08-231-1/+2
|
* Client: update to new form apiChocobozzz2016-08-231-1/+7
|
* Client: make an admin menu and a classic menu componentChocobozzz2016-08-121-1/+1
|
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-201-2/+18
| | | | optionally refresh the access token if needed
* Client: Update to Angular RC4Chocobozzz2016-07-181-1/+3
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-031-0/+10