lila/ui
Thibault Duplessis 4eb5873936
Merge pull request #7380 from fgehring/patch-1
Allow more promotion move inputs (#7326)
2020-10-03 07:40:29 +02:00
..
@build/rollupProject update @rollup/plugin-typescript (fixes noEmitOnError) 2020-09-21 14:48:23 +02:00
@types requestIdleCallback timeout - closes #7329 2020-10-02 18:55:28 +02:00
analyse remove support for Firefox 60 2020-10-02 22:07:54 +02:00
ceval TS tweaks 2020-10-03 07:39:09 +02:00
challenge xhr().then(f).catch(g) -> xhr().then(f, g) 2020-09-28 19:44:44 +02:00
chat requestIdleCallback timeout - closes #7329 2020-10-02 18:55:28 +02:00
chess update @rollup/plugin-typescript (fixes noEmitOnError) 2020-09-21 14:48:23 +02:00
cli remove TS jquery types 2020-09-21 16:10:14 +02:00
common remove support for Firefox 60 2020-10-02 22:07:54 +02:00
dasher xhr().then(f).catch(g) -> xhr().then(f, g) 2020-09-28 19:44:44 +02:00
dgt upgrade chessops 2020-10-01 07:47:18 +02:00
editor upgrade mousetrap and related code 2020-09-28 12:02:45 +02:00
game tweak ui/game 2020-09-21 22:32:24 +02:00
insight xhr().then(f).catch(g) -> xhr().then(f, g) 2020-09-28 19:44:44 +02:00
learn upgrade mousetrap and related code 2020-09-28 12:02:45 +02:00
lobby improve homepage counters 2020-10-02 20:17:25 +02:00
msg type and improve ui/component/timeago 2020-09-30 07:46:55 +02:00
notify type and improve ui/component/timeago 2020-09-30 07:46:55 +02:00
nvui requestIdleCallback timeout - closes #7329 2020-10-02 18:55:28 +02:00
palantir s/window.lichess/lichess, remove const li 2020-09-13 09:40:24 +02:00
puzzle remove support for Firefox 60 2020-10-02 22:07:54 +02:00
round Merge pull request #7380 from fgehring/patch-1 2020-10-03 07:40:29 +02:00
serviceWorker rename serviceWorker component and module 2020-09-27 08:42:06 +02:00
simul remove TS jquery types 2020-09-21 16:10:14 +02:00
site stop reading --hoverable from CSS 2020-10-02 21:33:59 +02:00
speech s/window.lichess/lichess, remove const li 2020-09-13 09:40:24 +02:00
swiss tweak swiss UI with scheduled rounds before start 2020-10-01 09:25:15 +02:00
tournament fix long team name display in team battles - for #7401 2020-10-02 12:22:08 +02:00
tournamentCalendar remove TS jquery types 2020-09-21 16:10:14 +02:00
tournamentSchedule remove TS jquery types 2020-09-21 16:10:14 +02:00
tree update @rollup/plugin-typescript (fixes noEmitOnError) 2020-09-21 14:48:23 +02:00
README.md readme tweaks and updates 2019-09-17 12:39:04 +02:00
build add dgt to ui/build 2020-09-23 09:31:17 +02:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json remove @build/cssProject (use cd ui && gulp css) 2020-06-30 20:01:42 +02:00
tsconfig.base.json Merge branch 'master' into cash.js 2020-09-21 15:27:21 +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