lila/ui
Thibault Duplessis ffd7682540 Revert "window.setTimeout"
This reverts commit 1a96f24f20.
2019-11-22 10:53:48 -06:00
..
@build fix missing breakpoint-sass 2019-09-17 21:45:08 +02:00
@types/lichess Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
analyse Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
ceval Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
challenge clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
chat Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
chess clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
cli clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
common Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
dasher Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
editor backwards compatible editor boot 2019-11-22 00:11:06 +01:00
game remove forceResignable client check 2019-11-13 10:58:22 -06:00
insight clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
learn team battle WIP 2019-10-03 14:58:59 +02:00
lobby Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
notify Revert "temporary hide the notification message - REVERT ME" 2019-10-28 07:50:27 +01:00
nvui round blind mode command shortcuts 2019-11-10 14:47:22 -06:00
palantir clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
puzzle Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
round Revert "window.setTimeout" 2019-11-22 10:53:48 -06:00
serviceWorker clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
simul fix simul watchers 2019-10-18 07:35:03 +02:00
site tweak mod css 2019-11-12 11:46:45 -06:00
speech clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
tournament Revert "fix new typescript errors" 2019-11-22 10:53:32 -06:00
tournamentCalendar clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
tournamentSchedule fix team battle position in schedule 2019-10-10 16:50:15 +02:00
tree remove ie workaround (already commented out) 2019-11-09 10:00:24 +01:00
README.md readme tweaks and updates 2019-09-17 12:39:04 +02:00
build try to adjust gnu parallel output on github actions 2019-09-21 15:18:21 +02:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
tsconfig.base.json complete es6 transition 2019-06-25 19:37:33 +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