lila/ui
Thibault Duplessis 4cf2a2a53c unlimited team battle POC 2021-01-22 11:58:36 +01:00
..
@build/rollupProject downgrade @rollup/plugin-commonjs for rollup/plugins#743 2020-12-29 14:59:13 +01:00
@types tweak lichess d.ts 2021-01-21 23:26:09 +01:00
analyse always show the board resize handle in analysis and puzzles 2021-01-14 12:29:35 +01:00
ceval tweak lichess d.ts 2021-01-21 23:26:09 +01:00
challenge select a reason to decline a challenge from the web UI 2021-01-21 17:11:37 +01:00
chat add tiny.cc/ to spam list 2020-10-31 09:58:53 +01:00
chess Revert "Revert "update typescript to 4.1.x (preparing chessops 0.8.1)"" 2020-12-29 14:04:15 +01:00
cli tie clinput toggle directly to focus (fixes #7586) 2020-11-15 13:58:39 +01:00
common decline challenges for a reason - closes #7487 2021-01-21 16:04:41 +01:00
dasher ui/dasher dark board title 2020-10-16 08:26:24 +02:00
dgt Revert "Revert "update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x)"" 2020-12-31 00:39:22 +01:00
editor Revert "Revert "update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x)"" 2020-12-31 00:39:22 +01:00
game Revert "Revert "update typescript to 4.1.x (preparing chessops 0.8.1)"" 2020-12-29 14:04:15 +01:00
insight show more precision in insights UI 2021-01-22 09:46:17 +01:00
learn Add text-shadow when using transparent background (#7835) 2021-01-10 10:23:38 +01:00
lobby add broadcast event icon and fix event icons styles - closes #7964 2021-01-20 21:14:08 +01:00
msg review client side _target=blank (closes #7411) 2020-10-04 17:10:03 +02:00
notify type and improve ui/component/timeago 2020-09-30 07:46:55 +02:00
nvui Merge pull request #7772 from TTWNO/nvui-table-board 2021-01-14 11:43:08 +01:00
palantir Revert "Revert "update typescript to 4.1.x (preparing chessops 0.8.1)"" 2020-12-29 14:04:15 +01:00
puzzle don't list master puzzle themes 2021-01-15 11:04:38 +01:00
round remove play clock title - closes #7927 2021-01-21 12:52:11 +01:00
serviceWorker rename serviceWorker component and module 2020-09-27 08:42:06 +02:00
simul Add text-shadow when using transparent background (#7835) 2021-01-10 10:23:38 +01:00
site link to puzzle dashboard in user page side 2021-01-21 17:55:28 +01:00
speech s/window.lichess/lichess, remove const li 2020-09-13 09:40:24 +02:00
swiss show swiss streamers - closes #7485 2021-01-20 22:50:11 +01:00
tournament unlimited team battle POC 2021-01-22 11:58:36 +01:00
tournamentCalendar remove TS jquery types 2020-09-21 16:10:14 +02:00
tournamentSchedule Add text-shadow when using transparent background (#7835) 2021-01-10 10:23:38 +01:00
tree Revert "Revert "update typescript to 4.1.x (preparing chessops 0.8.1)"" 2020-12-29 14:04:15 +01:00
README.md readme tweaks and updates 2019-09-17 12:39:04 +02:00
build fix ui build 2021-01-12 20:00:04 +01:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json bump gulp plugins 2020-12-31 00:55:38 +01:00
tsconfig.base.json select a reason to decline a challenge from the web UI 2021-01-21 17:11:37 +01: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