lila/ui
Thibault Duplessis b123acf9bc broadcast tier system - MIGRATION NEEDED - closes #9938 2021-10-07 10:09:02 +02:00
..
@build/rollupProject Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
@types Only play notification sounds once over all tabs 2021-10-03 08:17:37 +02:00
analyse refactor theory wiki 2021-10-06 13:06:23 +02:00
ceval Don't play pv in threat mode 2021-09-25 09:55:44 -07: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 avoid unnecessary wikibooks API calls 2021-10-06 12:56:24 +02: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 Merge pull request #9917 from benediktwerner/only-play-notify-sound-once 2021-10-03 17:35:12 +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 normalize solution move in puzzle UI to fix castling bug 2021-10-06 08:37:52 +02:00
racer Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
round fix ui/round with closed user account 2021-10-06 19:23:07 +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 broadcast tier system - MIGRATION NEEDED - closes #9938 2021-10-07 10:09:02 +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 fix tournament own games download link for titled players 2021-10-03 13:44:22 +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