lila/ui
Thibault Duplessis 11c4df7d62 study invite max width - closes #5327 2019-08-18 10:22:41 +02:00
..
@types/lichess palantir POC 2019-08-08 16:22:55 +02:00
analyse study invite max width - closes #5327 2019-08-18 10:22:41 +02:00
ceval typescript tweaks 2019-08-13 09:47:27 +02:00
challenge fix duplicate local and push notification 2019-06-29 20:09:56 -04:00
chat reduce glowing animation CPU usage 2019-08-13 14:37:40 +02:00
chess Improve typescript sourcemaps 2019-07-31 11:34:54 -04:00
cli complete es6 transition 2019-06-25 19:37:33 +02:00
common soften checkbox colors 2019-08-13 14:46:31 +02:00
dasher Remove some more leading zeroes 2019-08-03 16:51:01 +10:00
editor Editor config cleanup 2019-08-01 08:59:54 -04:00
game Improve typescript sourcemaps 2019-07-31 11:34:54 -04:00
gulp JS tweaks 2019-08-02 08:27:25 +02:00
insight Remove unneeded unit specified in _insight.scss 2019-08-03 16:18:03 +10:00
learn more eslint cosmetics 2019-06-25 23:30:47 +02:00
lobby   using unicode instead of innerHTML hook 2019-08-16 14:16:25 +02:00
notify lichess.pubsub.emit has only one argument list 2019-07-04 23:29:42 -04:00
nvui Improve typescript sourcemaps 2019-07-31 11:34:54 -04:00
palantir add member counter on palantir button 2019-08-13 10:08:18 +02:00
perfStat complete es6 transition 2019-06-25 19:37:33 +02:00
puzzle i18n: hidden puzzle rating 2019-08-16 13:52:10 +02:00
round typescript tweaks 2019-08-13 09:47:27 +02:00
simul limit simul entry to team members 2019-07-08 13:59:48 -04:00
site update stockfish.js (v10.0.2: fix horde double pawn push) 2019-08-15 16:53:45 +02:00
speech Merge branch 'master' of github.com:ornicar/lila into palantir 2019-08-08 10:38:44 +02:00
tournament Remove some more leading zeroes 2019-08-03 16:51:01 +10:00
tournamentCalendar complete es6 transition 2019-06-25 19:37:33 +02:00
tournamentSchedule Makes the titles colour the actual colour of c-brag and not a darker colour 2019-08-10 16:15:54 +10:00
tree Remove leading zeroes in a bunch of files 2019-08-03 16:42:26 +10:00
README.md change firefox version requirement from 61 to 55 2019-05-07 14:10:42 +07:00
build palantir WIP 2019-08-07 17:10:30 +02:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json complete es6 transition 2019-06-25 19:37:33 +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

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