lila/ui
Thibault Duplessis 1cb5def77d Merge branch 'master' of github.com:ornicar/lila
* 'master' of github.com:ornicar/lila:
  Show opening even after move 25
2021-06-04 10:04:03 +02:00
..
@build/rollupProject Fix rollup build import 2021-05-14 00:31:46 +02:00
@types Merge pull request #9001 from benediktwerner/fix-speech-translation 2021-05-24 10:01:06 +02:00
analyse Merge pull request #9068 from AdityaVallabh/master 2021-06-03 21:42:48 +02:00
ceval fix ceval in firefox incognito mode 2021-06-03 17:16:39 +02:00
challenge Fix rollup build import 2021-05-14 00:31:46 +02:00
chat {master} only show TOS in mod chat user view 2021-05-30 08:34:23 +02:00
chess Prevent safari from zooming in on double-tap 2021-05-20 16:22:53 +02:00
cli Fix rollup build import 2021-05-14 00:31:46 +02:00
common show reason for failed explorer xhr (fixes #9067) 2021-06-03 18:28:41 +02:00
dasher sync 3d board themes with css file 2021-05-17 16:01:04 +02:00
dgt Fix rollup build import 2021-05-14 00:31:46 +02:00
editor Fix rollup build import 2021-05-14 00:31:46 +02:00
game switch ui from commonjs to es modules 2021-05-13 12:10:57 +02:00
insight Fix rollup build import 2021-05-14 00:31:46 +02:00
learn Learn: Calculate score before saving it 2021-06-02 22:38:48 +02:00
lobby show patron flair in timeline 2021-05-27 20:56:07 +02:00
msg Fix rollup build import 2021-05-14 00:31:46 +02:00
notify patron events as messages and emails WIP 2021-05-27 10:34:23 +02:00
nvui code golf after #9014 2021-05-29 08:42:00 +02:00
palantir Fix rollup build import 2021-05-14 00:31:46 +02:00
puz Add flip board for puzzle storm 2021-05-19 21:32:50 +05:30
puzzle zen mode code golf 2021-05-28 08:29:42 +02:00
racer mention flip board keyboard shortcut - for #8992 2021-05-24 10:25:01 +02:00
round NVUI bugfixes & improvements (#9014) 2021-05-29 08:09:51 +02:00
serviceWorker Fix rollup build import 2021-05-14 00:31:46 +02:00
simul Add optional estimated start time for Simuls (#8887) 2021-05-16 08:44:20 +02:00
site plan currencies WIP 2021-06-03 12:20:40 +02:00
speech Use correct language for speechSynthesis 2021-05-22 16:50:50 +02:00
storm mention flip board keyboard shortcut - for #8992 2021-05-24 10:25:01 +02:00
swiss Fix rollup build import 2021-05-14 00:31:46 +02:00
tournament Fix rollup build import 2021-05-14 00:31:46 +02:00
tournamentCalendar Fix rollup build import 2021-05-14 00:31:46 +02:00
tournamentSchedule Fix rollup build import 2021-05-14 00:31:46 +02:00
tree Make moves user-selectable again 2021-05-26 00:07:29 +02:00
README.md prettier: format all files 2021-02-06 14:52:33 +01:00
build stop warning about yarn links 2021-06-03 17:19:42 +02:00
gulpfile.js prettier: format all files 2021-02-06 14:52:33 +01:00
package.json move to root folder 2021-04-05 10:58:05 +02:00
tsconfig.base.json switch ui from commonjs to es modules 2021-05-13 12:10:57 +02: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