Commit Graph

229 Commits (50ac7a8e02c478e33beec33458c46b74ee7bc67e)

Author SHA1 Message Date
Thibault Duplessis 58389f1d01 upgrade ui deps 2021-05-25 10:33:31 +02:00
Niklas Fiekas 6f935e6518 remove unused jquery-bar-rating dependency 2021-05-13 13:13:50 +02:00
Niklas Fiekas f939d310c2 update ab to es module 2021-05-13 12:37:50 +02:00
Thibault Duplessis dbdac7b2a7 chessground 7.12.0 and other ui upgrades 2021-05-13 09:10:05 +02:00
Niklas Fiekas a264d52755 update to chessops 0.9 (esmodule for smaller bundle) 2021-05-12 17:23:46 +02:00
dependabot[bot] 5f01dd2a5c
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 15:29:32 +00:00
Benedikt Werner 5c5066a20e
All the types! for ui/analyse 2021-04-20 20:37:16 +02:00
Benedikt Werner c16f37a578
Update tagify to 4.0.5 and type it 2021-04-18 14:29:53 +02:00
topce f7c56c0917 add eslint support
switch off checks that fail
2021-04-05 09:09:47 +02:00
topce 169c9ed280 upgrade to snabbdom
fix soome minor issues
2021-04-03 20:36:53 +02:00
Thibault Duplessis 2073dcd6b5 upgrade ui deps 2021-03-25 09:24:45 +01:00
Thibault Duplessis d89452c50f upgrade ui deps 2021-03-21 22:30:35 +01:00
Thibault Duplessis 16e6b6c6b4 Merge branch 'master' into puzzle-racer
* master:
  always post a mod note when automarking
  make it possible to generate "RunningCrocodile" cute name
  don't fetch streams immediately on startup
  New Crowdin updates (#8344)
  bots can't review coaches - closes #8361
  Ensure board editor in study new chapter modal initializes with existing orientation
  User.ID type alias
  ignore players with less than 3 playbans in autoreports
  optimize playban count
  upgrade ui deps
  don't bind any additional events for pv previews
  tweak pv board preview style
  ceval: Mini board for PV
  Add 3+ WC trophy 2020
2021-03-13 09:05:30 +01:00
Thibault Duplessis ef15271799 upgrade ui deps 2021-03-12 19:42:39 +01:00
Thibault Duplessis 13151fb96d puzzle racer WIP 2021-03-12 10:34:57 +01:00
Hiroshi Ogawa e5949d6885 ceval: Cache wasm binary via IndexedDB 2021-03-11 21:06:28 +09:00
Hiroshi Ogawa da67ef3d0a Update stockfish-nnue.wasm 0.0.2 2021-03-06 18:34:49 +09:00
Thibault Duplessis 1b72afb0b7 upgrade chessground and other ui vendors 2021-03-06 08:39:21 +01:00
Niklas Fiekas 57703d4cd4 update stockfish-mv.wasm for atomic king explosion (fixes #8275 again) 2021-02-27 17:32:52 +01:00
Thibault Duplessis 858831786d chessground 7.11.0 everywhere
fix arrows everywhere else than analysis
2021-02-26 08:38:59 +01:00
Thibault Duplessis 2b26d4323c use chessground 7.11.0 in ui/analyse, for annotations over the board 2021-02-24 17:33:34 +01:00
Hiroshi Ogawa 5872f939ab Separate opacity and z-index for analysis board move annotation 2021-02-24 15:58:09 +09:00
Thibault Duplessis e63ea572ac use chessground 7.10.0 in ui/analyse 2021-02-23 12:12:11 +01:00
Thibault Duplessis 188641053b
Merge pull request #8238 from hi-ogawa/move-annotation-on-analysis-board
Implement move annotation on analysis board
2021-02-23 11:37:24 +01:00
Hiroshi Ogawa 6ce2e8696e (tmp) fix yarn.lock 2021-02-23 19:30:02 +09:00
Hiroshi Ogawa fdfc367f2a (tmp) fix package.json 2021-02-23 19:26:55 +09:00
Niklas Fiekas 69c7b2b903 update stockfish.wasm (downgrade to optimal branching point for hce) 2021-02-23 11:02:16 +01:00
Hiroshi Ogawa 5d5a474f2c Implement move annotation on analysis board 2021-02-22 16:21:26 +09:00
Hiroshi Ogawa 18fc042ae2 Ceval with Stockfish NNUE 2021-02-21 19:23:07 +09:00
Thibault Duplessis 489190ed7c upgrade flatpickr and update ui deps 2021-02-08 09:54:31 +01:00
Panayiotis Lipiridis 50f512a790 Merge branch 'master' of github.com:ornicar/lila into prettier
* 'master' of github.com:ornicar/lila: (64 commits)
  clarify secrets in base.conf, move one to application.conf.default
  put reminder that twitch must come last in csp
  update stockfish-mv.wasm to 0.5.2 (fixes variant piece values)
  make sure that the requested chapter belongs to the study
  {master} don't log pgn import errors
  give up on twitch in studies, update csp accordingly (#6684)
  fix typo in route cloneAplly -> cloneApply (was working regardless)
  clean coachForm langInput
  update tagify to 3.22.1 (fixes xss)
  install tagify from npm
  Revert "{master} lazy fix xss in own studies topic manager"
  {master} lazy fix xss in own studies topic manager
  {master} fix colors in large team battles
  {master} add NoBot/OnlyBot challenge decline reasons - closes #7993
  fix analysis background
  New Crowdin updates (#7971)
  team battles up to 200 teams
  unlimited team battle POC
  send info about my team in large battles
  static team battle full leaderboard page
  ...
2021-01-25 19:26:31 +02:00
Niklas Fiekas 07064a7041 update stockfish-mv.wasm to 0.5.2 (fixes variant piece values) 2021-01-25 14:00:55 +01:00
Niklas Fiekas 4c21ac1e03 update tagify to 3.22.1 (fixes xss) 2021-01-24 18:02:29 +01:00
Niklas Fiekas 258b8df54c no longer need @types/defer-promise 2021-01-22 11:21:23 +01:00
Panayiotis Lipiridis cdc5871b90 Add support for Prettier 2021-01-18 20:21:46 +02:00
Niklas Fiekas 2703bebde0 ceval: update stockfish.wasm for max threads 16 -> 32 2021-01-14 19:00:23 +01:00
Thibault Duplessis ade8c3a153 chart.js 2.0 works 2021-01-12 19:39:38 +01:00
Thibault Duplessis dac194d92a chart.js radar doesn't work
config seems completely broken,
even the doc example doesn't render properly.

it will be impossible to make it work on dark theme.
2021-01-12 19:25:00 +01:00
Thibault Duplessis 47a68eddbd puzzle dashboard WIP 2021-01-12 18:08:03 +01:00
Niklas Fiekas bdfcccd912 bump gulp plugins 2020-12-31 00:55:38 +01:00
Niklas Fiekas e80195db26 Revert "Revert "update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x)""
This reverts commit c947d7f3cd.
2020-12-31 00:39:22 +01:00
Niklas Fiekas 98bb75f407 downgrade @rollup/plugin-commonjs for rollup/plugins#743
The bundled round.nvui.js was failing with:

    round.nvui.js:816 Uncaught ReferenceError: exports is not defined

Around:

    Object.defineProperty(exports, "__esModule", { value: true });
2020-12-29 14:59:13 +01:00
Niklas Fiekas eaa80e2b1a Revert "Revert "update typescript to 4.1.x (preparing chessops 0.8.1)""
This reverts commit 986b06344f.
2020-12-29 14:04:15 +01:00
Thibault Duplessis 986b06344f Revert "update typescript to 4.1.x (preparing chessops 0.8.1)"
This reverts commit f420fe4dd4.
2020-12-28 18:06:09 +01:00
Thibault Duplessis c947d7f3cd Revert "update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x)"
This reverts commit 052aeed0ec.
2020-12-28 18:06:05 +01:00
Niklas Fiekas 052aeed0ec update chessops to 0.8.1 (reject impossible check through ep, ts 4.1.x) 2020-12-28 01:20:28 +01:00
Niklas Fiekas f420fe4dd4 update typescript to 4.1.x (preparing chessops 0.8.1) 2020-12-28 01:20:28 +01:00
Niklas Fiekas 47596bcfa2 update ceval to sf12+ 2020-12-15 00:28:32 +01:00
dependabot[bot] e2721623ba
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 10:06:53 +00:00
Niklas Fiekas da50fb1b03 update chessops to 0.7.4 (reject aligned sliding checkers) 2020-12-08 14:09:54 +01:00