lila/ui
Thibault Duplessis 9bf00312c5 maybe fix #8243 2021-02-23 08:38:07 +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 broadcast from game IDs WIP 2021-02-21 11:04:50 +01:00
ceval avoid reallocating threads/hashtable each time 2021-02-21 20:30:54 +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 puzzle zen mode - closes #8226 2021-02-21 20:38:59 +01:00
dasher validate pref.bgImg 2021-02-20 09:38:24 +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 better render imported games with unknown finish - closes #8211 2021-02-19 11:52:11 +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 puzzle zen mode - closes #8226 2021-02-21 20:38:59 +01:00
round puzzle zen mode - closes #8226 2021-02-21 20:38:59 +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 maybe fix #8243 2021-02-23 08:38:07 +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 never show HTML in an alert message - closes #8176 2021-02-17 18:08:39 +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 build modGames 2021-02-22 13:45:24 +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