lila/ui
Niklas Fiekas 3f8b750d72 yarn run format 2021-02-17 11:34:20 +01:00
..
@build/rollupProject prettier: format all files 2021-02-06 14:52:33 +01:00
@types prettier: format all files 2021-02-06 14:52:33 +01:00
analyse Merge pull request #8190 from qyube/ios-contextual-menu 2021-02-17 10:46:28 +01:00
ceval prettier: format all files 2021-02-06 14:52:33 +01:00
challenge prettier: format all files 2021-02-06 14:52:33 +01:00
chat fix study chat moderation after chapter switch 2021-02-17 11:07:27 +01:00
chess prettier: format all files 2021-02-06 14:52:33 +01:00
cli prettier: format all files 2021-02-06 14:52:33 +01:00
common fix gamebook embed - closes #8187 2021-02-17 10:29:41 +01:00
dasher add a background light/dark toggle on homepage 2021-02-10 09:30:05 +01:00
dgt yarn run format 2021-02-12 16:26:24 +01:00
editor prettier: format all files 2021-02-06 14:52:33 +01:00
game prettier: format all files 2021-02-06 14:52:33 +01:00
insight prettier: format all files 2021-02-06 14:52:33 +01:00
learn prettier: format all files 2021-02-06 14:52:33 +01:00
lobby add a background light/dark toggle on homepage 2021-02-10 09:30:05 +01:00
msg Merge pull request #8111 from ornicar/horsey-pieces 2021-02-08 22:08:29 +01:00
notify always ring for lichess notifications 2021-02-15 20:25:24 +01:00
nvui prettier: format all files 2021-02-06 14:52:33 +01:00
palantir prettier: format all files 2021-02-06 14:52:33 +01:00
puzzle don't show bot titles on puzzles - closes #8041 2021-02-09 11:01:34 +01:00
round yarn run format 2021-02-12 16:26:24 +01:00
serviceWorker prettier: format all files 2021-02-06 14:52:33 +01:00
simul prettier: format all files 2021-02-06 14:52:33 +01:00
site yarn run format 2021-02-17 11:34:20 +01:00
speech prettier: format all files 2021-02-06 14:52:33 +01:00
storm fix storm failed puzzles filter 2021-02-09 11:21:52 +01:00
swiss prettier: format all files 2021-02-06 14:52:33 +01:00
tournament explain why tournament join failed - closes #7966 2021-02-08 16:01:05 +01:00
tournamentCalendar prettier: format all files 2021-02-06 14:52:33 +01:00
tournamentSchedule prettier: format all files 2021-02-06 14:52:33 +01:00
tree prettier: format all files 2021-02-06 14:52:33 +01:00
README.md prettier: format all files 2021-02-06 14:52:33 +01:00
build puzzle storm WIP 2021-01-22 19:37:49 +01:00
gulpfile.js prettier: format all files 2021-02-06 14:52:33 +01:00
package.json bump gulp plugins 2020-12-31 00:55:38 +01:00
tsconfig.base.json stop supporting safari 10 2021-01-22 11:28:07 +01:00
tsconfig_module.base.json Improve typescript sourcemaps 2019-07-31 11:34:54 -04:00

README.md

Client-side modules

CSS

cd ui/
yarn install # only the first time
gulp css

This incrementally rebuilds the sass for all ui/ modules on file change.

Hack

The structure of a CSS module is as follows:

- css/
  - forum/
    - _forum.scss # imports the files below
    - _post.scss
    - _search.scss
    - ...
  - build/
    - _forum.scss       # imports dependencies and `../forum/forum`.
    - forum.light.scss  # generated
    - forum.dark.scss   # generated
    - forum.transp.scss # generated