lila/ui
Thibault Duplessis 4977e40272
Merge pull request #9871 from nnickoloff1234/tourney-schedule-fit-lane-minor-fix
Tourney Schedule: trunc seconds when fitting tourney bars into lanes
2021-10-02 10:07:01 +02:00
..
@build/rollupProject Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
@types ui/palantir: Types 2021-09-07 02:09:47 +02:00
analyse add close button for analysis learn mode 2021-10-01 09:45:39 +02:00
ceval Don't play pv in threat mode 2021-09-25 09:55:44 -07:00
challenge Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
chat Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +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 dragging 3D piece elevation 2021-09-22 22:09:20 +03:00
dasher yarn format 2021-09-16 09:32:26 +02:00
dgt Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
editor Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
game Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
insight Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
learn Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
lobby lobby/css: Tweak mobile table some more 2021-09-18 06:58:23 +02:00
msg Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
notify fix notification overflow 2021-09-30 09:31:06 +02:00
nvui Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
palantir Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
puz Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
puzzle Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
racer Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
round Merge pull request #9879 from kraktus/correct_final_pos_high_latency 2021-10-02 08:40:56 +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 tweaks for #9873 2021-10-02 09:12:48 +02:00
speech Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
storm Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
swiss fix swiss UI pagination bounds 2021-09-24 14:51:35 +02:00
tournament download all tournament games of a single player 2021-10-02 09:58:20 +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 Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +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