lila/ui
Thibault Duplessis 6fdf6a79bb hide more ratings 2021-10-21 13:03:35 +02:00
..
@build/rollupProject Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
@types all speeds in POE 2021-10-19 19:03:52 +02:00
analyse hide masters DB speed icon in opening explorer 2021-10-21 11:35:21 +02:00
ceval bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
challenge Only play notification sounds once over all tabs 2021-10-03 08:17:37 +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 code golf ndjson reader 2021-10-20 14:17:53 +02:00
dasher yarn format 2021-09-16 09:32:26 +02:00
dgt bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
editor bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
game more POE tweaks 2021-10-19 18:50:52 +02:00
insight Fix miniboard staleness 2021-10-20 00:50:17 -07:00
learn Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
lobby hide ratings in homepage and lobby 2021-10-21 12:08:11 +02:00
msg Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
notify Merge pull request #9917 from benediktwerner/only-play-notify-sound-once 2021-10-03 17:35:12 +02: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 bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
puzzle hide ratings in puzzle trainer 2021-10-21 12:56:34 +02:00
racer bump chessops to 0.10.2 (fix atomic with check and exploded king) 2021-10-19 13:36:38 +02:00
round hide more player ratings 2021-10-21 11:26:17 +02:00
serviceWorker Update Typescript to 4.4.3 for requestIdleCallback 2021-09-15 04:00:59 +02:00
simul Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
site hide more ratings 2021-10-21 13:03:35 +02: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 hide ratings in swiss tournaments 2021-10-21 12:41:58 +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