lila/ui
Niklas Fiekas 2cfbcbfe82 minor code formatting tweaks 2021-06-10 19:59:52 +02:00
..
@build/rollupProject Fix rollup build import 2021-05-14 00:31:46 +02:00
@types Merge pull request #9001 from benediktwerner/fix-speech-translation 2021-05-24 10:01:06 +02:00
analyse minor code formatting tweaks 2021-06-10 19:59:52 +02:00
ceval fix ceval in firefox incognito mode 2021-06-03 17:16:39 +02:00
challenge Fix rollup build import 2021-05-14 00:31:46 +02:00
chat {master} only show TOS in mod chat user view 2021-05-30 08:34:23 +02:00
chess Prevent safari from zooming in on double-tap 2021-05-20 16:22:53 +02:00
cli Fix rollup build import 2021-05-14 00:31:46 +02:00
common Merge branch 'master' into patron-gift 2021-06-05 11:40:26 +02:00
dasher Missing dasher translations (#9107) 2021-06-09 07:35:10 +02:00
dgt Fix rollup build import 2021-05-14 00:31:46 +02:00
editor Fix rollup build import 2021-05-14 00:31:46 +02:00
game switch ui from commonjs to es modules 2021-05-13 12:10:57 +02:00
insight Fix rollup build import 2021-05-14 00:31:46 +02:00
learn Learn: Store progress in 'nextButton' levels 2021-06-09 05:36:28 +02:00
lobby remove css transition 2021-06-09 07:30:57 +02:00
msg autocomplete inbox user after 3 chars 2021-06-09 21:46:02 +02:00
notify patron events as messages and emails WIP 2021-05-27 10:34:23 +02:00
nvui Add horde mode (#9126) 2021-06-07 07:43:38 +02:00
palantir Fix rollup build import 2021-05-14 00:31:46 +02:00
puz Add flip board for puzzle storm 2021-05-19 21:32:50 +05:30
puzzle zen mode code golf 2021-05-28 08:29:42 +02:00
racer mention flip board keyboard shortcut - for #8992 2021-05-24 10:25:01 +02:00
round rematch button animation 2021-06-06 16:43:13 +02:00
serviceWorker Fix rollup build import 2021-05-14 00:31:46 +02:00
simul Add optional estimated start time for Simuls (#8887) 2021-05-16 08:44:20 +02:00
site tweak dashboard UI 2021-06-09 17:07:44 +02:00
speech Use correct language for speechSynthesis 2021-05-22 16:50:50 +02:00
storm mention flip board keyboard shortcut - for #8992 2021-05-24 10:25:01 +02:00
swiss Fix rollup build import 2021-05-14 00:31:46 +02:00
tournament more subtle tournament prize message 2021-06-08 14:20:01 +02:00
tournamentCalendar Fix rollup build import 2021-05-14 00:31:46 +02:00
tournamentSchedule Fix rollup build import 2021-05-14 00:31:46 +02:00
tree Make moves user-selectable again 2021-05-26 00:07:29 +02:00
README.md prettier: format all files 2021-02-06 14:52:33 +01:00
build mod activity graphs 2021-06-07 17:08:47 +02:00
gulpfile.js prettier: format all files 2021-02-06 14:52:33 +01:00
package.json move to root folder 2021-04-05 10:58:05 +02:00
tsconfig.base.json switch ui from commonjs to es modules 2021-05-13 12:10:57 +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