aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/theme
Commit message (Collapse)AuthorAgeFilesLines
* Speedup theme injectionChocobozzz2019-10-251-11/+80
|
* Add client helpers to pluginsChocobozzz2019-07-241-1/+1
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+5
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-30/+94
|
* 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