aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/theme
Commit message (Collapse)AuthorAgeFilesLines
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | 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
* wrap the hotkeys component to allow templating :art:Rigel Kent2018-09-111-1/+0
|
* remember theme in localStorageRigel Kent2018-09-111-1/+12
|
* refactor theme toggle into a serviceRigel Kent2018-09-062-0/+32