lila/ui
Thibault Duplessis 9e3363a6fc relocate browsers list 2019-06-04 14:44:35 +02:00
..
@types/lichess upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
analyse upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
ceval upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
challenge upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
chat upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
chess upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
cli upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
common upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
dasher upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
editor upgrade chessground 2019-05-13 14:27:43 +07:00
game upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
gulp relation UI 2019-03-09 14:37:43 +07:00
insight insight dropdown scrollbar 2019-05-13 17:03:43 +07:00
learn chessground 4.4 for ui/learn 2019-05-29 11:52:48 +02:00
lobby upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
notify upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
nvui upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
perfStat colored rating progress in perf stats 2019-05-13 00:27:55 +02:00
puzzle upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
round upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
simul simul chat height 2019-05-14 21:45:01 +07:00
site update stockfish.wasm (emcc 1.38.32, follow official sf) 2019-05-24 19:34:38 +02:00
speech upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
tournament upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
tournamentCalendar upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
tournamentSchedule upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
tree upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
README.md change firefox version requirement from 61 to 55 2019-05-07 14:10:42 +07:00
build remove build hack 2019-05-22 16:34:24 +02:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json automatically build themed modules 2019-02-13 15:52:52 +07: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

Browser support

Name Version Notes
Firefox 55+ Full support
Chromium/Chrome last 10 Full support
Safari 10.1+ Reasonable support
Opera last 5 Reasonable support
Edge last 2 Reasonable support
IE none No support