aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/theme
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for client to create server logsChocobozzz2022-07-181-5/+6
|
* Fix setting theme in clientChocobozzz2022-06-271-2/+2
|
* Improve theme labelChocobozzz2022-06-161-4/+19
|
* Fix lintChocobozzz2021-12-091-1/+0
|
* Fix theme update when logged inChocobozzz2021-12-091-1/+0
|
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-0/+1
| | | | closes #4086
* Use HTML config when possibleChocobozzz2021-06-041-12/+7
|
* Default to dark theme if requested by userChocobozzz2021-05-111-1/+13
|
* Cleanup tokens logic in embedChocobozzz2020-08-071-8/+8
|
* Fix anonymous user themeChocobozzz2020-07-311-4/+4
|
* Reorganize client shared modulesChocobozzz2020-06-231-8/+8
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-101-1/+0
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-13/+18
| | | | | | | | | | | | | | * 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
* Lazy load static objectsChocobozzz2019-12-181-5/+10
|
* Fix theme loadingChocobozzz2019-12-131-0/+2
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* 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