lila/ui
Niklas Fiekas b326c88c9c clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
..
@build/rollupProject stop supporting safari 10 2021-01-22 11:28:07 +01:00
@types give up on twitch in studies, update csp accordingly (#6684) 2021-01-24 20:56:57 +01:00
analyse clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
ceval clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
challenge select a reason to decline a challenge from the web UI 2021-01-21 17:11:37 +01:00
chat clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
chess clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
cli tie clinput toggle directly to focus (fixes #7586) 2020-11-15 13:58:39 +01:00
common clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
dasher clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
dgt Revert "Revert "update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x)"" 2020-12-31 00:39:22 +01:00
editor clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
game clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
insight show more precision in insights UI 2021-01-22 09:46:17 +01:00
learn puzzle storm WIP 2021-01-24 10:28:14 +01:00
lobby add broadcast event icon and fix event icons styles - closes #7964 2021-01-20 21:14:08 +01:00
msg review client side _target=blank (closes #7411) 2020-10-04 17:10:03 +02:00
notify clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
nvui clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
palantir clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
puzzle clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
round clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
serviceWorker clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
simul Add text-shadow when using transparent background (#7835) 2021-01-10 10:23:38 +01:00
site clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
speech clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
storm cherry-picked puzzles are now unrated 2021-02-05 09:02:38 +01:00
swiss show swiss streamers - closes #7485 2021-01-20 22:50:11 +01:00
tournament {master} fix colors in large team battles 2021-01-24 10:42:40 +01:00
tournamentCalendar clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
tournamentSchedule clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
tree clean and unify tsconfig.json files 2021-02-06 13:07:58 +01:00
README.md readme tweaks and updates 2019-09-17 12:39:04 +02:00
build puzzle storm WIP 2021-01-22 19:37:49 +01:00
gulpfile.js relocate browsers list 2019-06-04 14:44:35 +02:00
package.json bump gulp plugins 2020-12-31 00:55:38 +01:00
tsconfig.base.json stop supporting safari 10 2021-01-22 11:28:07 +01: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