Commit graph

24 commits

Author SHA1 Message Date
Thibault Duplessis eea6ac8431 fix tsconfigs 2020-01-27 21:36:40 -06:00
Thibault Duplessis eeea77f965 round blind mode command shortcuts 2019-11-10 14:47:22 -06:00
Niklas Fiekas 4bc42956aa clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
Isaac Levy 25de98fbda Improve typescript sourcemaps
Inline sources allows browserify to sourcemap
back to original typescript. If you add the ui
folder to chrome, you can then edit ts files
and set ts breakpoints directly in the browser!
2019-07-31 11:34:54 -04:00
Thibault Duplessis 1d83d847a9 hardcode tsc path to avoid using OS's 2019-06-29 20:09:56 -04:00
Isaac Levy 1ee4c7a5a3 Extend tsconfig from a base config
Simplify individual configs
2019-06-25 12:04:35 -04:00
Thibault Duplessis 8509550787 upgrade typescript and other ui vendors 2019-06-04 14:44:35 +02:00
Thibault Duplessis ebc6c98ca9 update round nvui for v2 2019-04-18 07:44:07 +07:00
Thibault Duplessis f20e8c48a3 not ready for es6 yet
gotta check that new module stuff
2019-02-28 17:45:09 +07:00
Thibault Duplessis 65516365a1 es2016 WIP 2019-02-28 17:27:57 +07:00
Thibault Duplessis b210195248 async nvui stylesheet 2019-01-30 13:18:04 +07:00
Thibault Duplessis a05181c784 not all variants are supported in blind mode
Because we need to validate moves on client side,
and only standard chess is implemented there.
Feel free to improve:
https://github.com/ornicar/lila/blob/master/ui/round/src/plugins/sanWriter.js

Some variants have same move generation,
and have therefore been included:
chess960, kingOfTheHill, threeCheck.

Horde could be included if moving first rank pawn
by two squares was implemented.
2019-01-30 07:51:44 +07:00
Thibault Duplessis 6b45b29af1 nvui analysis commands and keyboard shortcuts 2019-01-27 11:04:53 +07:00
Thibault Duplessis f89241beaa refactor nvui commands 2019-01-27 10:45:46 +07:00
Thibault Duplessis 1fdadd5d38 nvui: add /scan command 2019-01-27 10:31:14 +07:00
Thibault Duplessis 420c9a9e6d nvui: /p command to read piece locations 2019-01-27 10:15:59 +07:00
Thibault Duplessis 29667bd4a7 nvui analysis wip 2019-01-26 09:38:23 +07:00
Thibault Duplessis 329e5e6832 Revert "nvui: entirely skip chessground rendering"
This reverts commit 91edec02a1.
2019-01-25 10:16:46 +08:00
Thibault Duplessis 91edec02a1 nvui: entirely skip chessground rendering 2019-01-25 10:16:34 +08:00
Thibault Duplessis 77f785c803 refactor nvui/notify and fix duplicated message 2019-01-25 08:02:31 +08:00
Thibault Duplessis 53ac66288c nvui: default to anna notation 2019-01-24 15:34:57 +08:00
Thibault Duplessis c5d3ce8bc3 more ui/nvui 2019-01-24 10:33:28 +08:00
Thibault Duplessis 63d1b0cb2b extract ui/nvui, add nato notation 2019-01-24 10:26:27 +08:00
Thibault Duplessis 0139f101a3 nvui refactor WIP 2019-01-23 23:16:43 +08:00