lila/ui
Benedikt Werner a2da7772e5
Prettier
2021-10-30 18:11: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 explorers use the same endpoint 2021-10-26 08:59:45 +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 Prettier 2021-10-30 18:11:35 +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 topnav overlay visibility - closes #10036 2021-10-27 13:13:03 +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 link to preferences on insights page 2021-10-23 16:10:22 -04:00
learn Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
lobby fix provisional seek rating visibility - closes #10022 2021-10-25 17:43:33 +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 rating diff in ui/round 2021-10-22 08:13:25 +02:00
serviceWorker Update Typescript to 4.4.3 for requestIdleCallback 2021-09-15 04:00:59 +02:00
simul hide ratings in simul minigames 2021-10-22 08:06:53 +02:00
site don't color finished tournaments in red 2021-10-22 10:12:42 +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 {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