lila/ui
2021-06-28 22:43:03 +02:00
..
@build/rollupProject update build dependencies 2021-06-21 18:06:16 +02:00
@types Run yarn run format 2021-06-27 18:04:52 +01:00
analyse make scrollMoves a local storage pref - for #9266 2021-06-28 18:34:47 +02:00
ceval update build dependencies 2021-06-21 18:06:16 +02:00
challenge Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
chat Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
chess Fix promotion overlay and study player alignment 2021-06-25 01:09:24 +02:00
cli Fix rollup build import 2021-05-14 00:31:46 +02:00
common Fix cmn-toggle occasional off-by-1 2021-06-24 01:53:34 +02:00
dasher Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
dgt Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
editor Merge branch 'add-endgame-positions-to-board-editor' of https://github.com/dignissimus/lila into dignissimus-add-endgame-positions-to-board-editor 2021-06-28 17:57:45 +02:00
game remove wrong TS type - after #9225 2021-06-21 19:58:50 +02:00
insight Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
learn Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
lobby chessground 8.1.1 - for ornicar/chessground#193 2021-06-28 17:01:56 +02:00
msg Icons private use area (#9136) 2021-06-14 09:13:27 +02:00
notify another round of rel noopener 2021-06-24 10:48:38 +02:00
nvui update build dependencies 2021-06-21 18:06:16 +02:00
palantir update build dependencies 2021-06-21 18:06:16 +02:00
puz make scrollMoves a local storage pref - for #9266 2021-06-28 18:34:47 +02:00
puzzle make scrollMoves a local storage pref - for #9266 2021-06-28 18:34:47 +02:00
racer chessground 8.1.1 - for ornicar/chessground#193 2021-06-28 17:01:56 +02:00
round make scrollMoves a local storage pref - for #9266 2021-06-28 18:34:47 +02:00
serviceWorker Fix rollup build import 2021-05-14 00:31:46 +02:00
simul noImplicitAny for simul 2021-06-28 12:31:04 +02:00
site make scrollMoves a local storage pref - for #9266 2021-06-28 18:34:47 +02:00
speech Use correct language for speechSynthesis 2021-05-22 16:50:50 +02:00
storm chessground 8.1.1 - for ornicar/chessground#193 2021-06-28 17:01:56 +02:00
swiss Merge branch 'master' into trans-swiss 2021-06-28 22:43:03 +02:00
tournament chessground 8.1.1 - for ornicar/chessground#193 2021-06-28 17:01:56 +02:00
tournamentCalendar noImplicitAny for ui/tournament-calendar 2021-06-28 15:40:44 +02:00
tournamentSchedule noImplicitAny for ui/tournament-schedule 2021-06-28 16:07:47 +02:00
tree update build dependencies 2021-06-21 18:06:16 +02:00
build Merge branch 'puzzle-accessibility' of https://github.com/370417/lila 2021-06-17 10:20:08 +02:00
gulpfile.js prettier: format all files 2021-02-06 14:52:33 +01:00
package.json update build dependencies 2021-06-21 18:06:16 +02:00
README.md prettier: format all files 2021-02-06 14:52:33 +01: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

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