lila/ui
2020-03-22 22:45:25 +01:00
..
@build fix missing breakpoint-sass 2019-09-17 21:45:08 +02:00
@types/lichess use opening from explorer 2020-03-22 22:45:25 +01:00
analyse use opening from explorer 2020-03-22 22:45:25 +01:00
ceval bump chessops to 0.3.4 2020-03-22 16:36:44 +01:00
challenge clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
chat actually fix round notes xhr 2020-03-04 20:47:21 -06:00
chess use opening from explorer 2020-03-22 22:45:25 +01:00
cli organize lichess typings by file 2019-12-04 10:46:07 +01:00
common fix ui/common xhr form support 2020-03-08 15:19:20 -06:00
dasher add blue marble board - closes #6006 2020-02-10 14:10:04 -06:00
editor bump chessops to 0.3.4 2020-03-22 16:36:44 +01:00
game team battle round leaderboard 2020-03-11 14:49:52 -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 move up the blog section on the homepage 2020-03-19 17:34:28 -06:00
msg remove debug 2020-03-08 13:14:33 -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 remove opening box in puzzles 2020-03-22 19:09:44 +01:00
round Modify the UI in control panel 2020-03-20 08:39:57 -07:00
serviceWorker inbox url in service worker 2020-03-17 16:41:26 -06:00
simul tweak link attributes 2020-02-23 19:01:05 -06:00
site connect to a random socket server and stick to it 2020-03-17 18:20:21 +01: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 use opening from explorer 2020-03-22 22:45:25 +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