lila/ui
2020-02-27 16:34:48 -06:00
..
@build fix missing breakpoint-sass 2019-09-17 21:45:08 +02:00
@types/lichess real-time discard msg notifications - closes #5985 2020-02-20 15:43:53 -06:00
analyse add "mine" filter when viewing studies for a topic 2020-02-27 11:18:15 -06:00
ceval ceval: require 64 bit for wasmx again 2020-01-27 23:26:14 +01:00
challenge clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
chat tweak link attributes 2020-02-23 19:01:05 -06:00
chess replace pv2san with chessops 2020-01-02 17:28:29 +01:00
cli organize lichess typings by file 2019-12-04 10:46:07 +01:00
common hopefully last commit on connect links 2020-02-27 15:55:38 -06:00
dasher add blue marble board - closes #6006 2020-02-10 14:10:04 -06:00
editor update chessops to 0.3.3 (racing kings movegen near goal) 2020-01-16 19:23:11 +01:00
game fix tsconfigs 2020-01-27 21:36:40 -06:00
insight clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
learn fix fen in castling exercise 9 2019-12-31 11:11:25 +01:00
lobby hopefully last commit on connect links 2020-02-27 15:55:38 -06:00
msg real-time discard msg notifications - closes #5985 2020-02-20 15:43:53 -06:00
notify fix negative notification count in some case 2020-02-25 11:19:56 -06:00
nvui fix tsconfigs 2020-01-27 21:36:40 -06:00
palantir clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
puzzle Show +0 rating change in puzzles 2020-02-23 17:21:27 -08:00
round i18n: split moveConfirmation and confirmMove (fixes #5509) 2020-02-15 23:20:12 +01:00
serviceWorker fix chrome "this site has been updated in the background" message 2020-01-26 12:09:20 -06:00
simul tweak link attributes 2020-02-23 19:01:05 -06:00
site new permissions screen 2020-02-27 16:34:48 -06:00
speech clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
tournament Remove Berserk Rate percentage from tournamets that do not allow berserk 2020-02-14 21:13:49 -05:00
tournamentCalendar clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
tournamentSchedule cache translated tournament names in client-side schedule 2020-02-19 10:45:20 -06:00
tree remove ie workaround (already commented out) 2019-11-09 10:00:24 +01:00
build msg wip 2020-01-24 16:48:23 -06: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
README.md readme tweaks and updates 2019-09-17 12:39:04 +02:00
tsconfig.base.json fix tsconfigs 2020-01-27 21:36:40 -06: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