lila/ui
Maxwell Rosenberg 2a34b6a3f0 hide rating range in lobby pools if showRatings disabled 2021-12-11 21:39:05 +01:00
..
@build/rollupProject Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
@types Correct comment in @types/lichess/index.d.ts 2021-11-18 02:06:36 +01:00
analyse increase fishnet maxPlies (closes #10199, #3961) 2021-12-11 16:52:56 +01:00
ceval scalafmt and prettier 2021-12-06 23:33:35 +01:00
challenge Prettier 2021-10-30 18:08:26 +02:00
chat chat: Don't show option to report or timeout yourself 2021-10-03 07:04:06 +02:00
chess Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
cli Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
common Fix bottom outer coords color on 3D boards 2021-11-30 13:53:47 +01:00
dasher use external piece svg assets and preload them 2021-11-22 08:33:49 +01:00
dgt bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
editor Move coord color definition to CSS 2021-11-05 16:14:13 +01:00
game more POE tweaks 2021-10-19 18:50:52 +02:00
insight fix link to preferences on insights page 2021-10-23 16:10:22 -04:00
learn Don't unload soundSet-independent sounds on soundSet change (#10126) 2021-11-17 08:05:55 +01:00
lobby hide rating range in lobby pools if showRatings disabled 2021-12-11 21:39:05 +01:00
msg Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
notify not all notifications have a user property 2021-11-02 11:30:26 +01:00
nvui bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
palantir Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
puz Don't unload soundSet-independent sounds on soundSet change (#10126) 2021-11-17 08:05:55 +01:00
puzzle Don't unload soundSet-independent sounds on soundSet change (#10126) 2021-11-17 08:05:55 +01:00
racer bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
round Move coord color definition to CSS 2021-11-05 16:14:13 +01:00
serviceWorker Update Typescript to 4.4.3 for requestIdleCallback 2021-09-15 04:00:59 +02:00
simul CSS: Improve simul styling 2021-11-09 17:36:34 +01:00
site fixup mobile image height 2021-12-07 23:10:06 +01:00
speech Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
storm bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
swiss hide ratings in swiss tournaments 2021-10-21 12:41:58 +02:00
tournament {master} ignore # in tournament search box 2021-10-25 17:55:19 +02:00
tournamentCalendar Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
tournamentSchedule trunc seconds when fitting tourney bars into lanes 2021-09-23 21:40:49 +03:00
tree Prevent long-tap selecting moves on mobile 2021-10-16 03:59:26 +02:00
README.md prettier: format all files 2021-02-06 14:52:33 +01:00
build ui/build: Actually fix palantir<chat build order and don't build chat twice 2021-09-07 05:14:38 +02:00
gulpfile.js gulp: Fail prod build as well on error 2021-09-17 04:41:55 +02:00
package.json ui/gulp: Induce non-zero exit status when sass build fails 2021-09-08 05:33:07 +02:00
tsconfig.base.json Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +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