Commit graph

10038 commits

Author SHA1 Message Date
Thibault Duplessis 4977e40272
Merge pull request #9871 from nnickoloff1234/tourney-schedule-fit-lane-minor-fix
Tourney Schedule: trunc seconds when fitting tourney bars into lanes
2021-10-02 10:07:01 +02:00
Thibault Duplessis 797c7b759a download all tournament games of a single player 2021-10-02 09:58:20 +02:00
Thibault Duplessis 3fcc14299d tweaks for #9873 2021-10-02 09:12:48 +02:00
Thibault Duplessis 07b5e7c840
Merge pull request #9873 from romnzs/highlight-original-poster-in-forum-topic
Highlight original poster in forum topic
2021-10-02 09:06:46 +02:00
Thibault Duplessis 34b9863de8
Merge pull request #9879 from kraktus/correct_final_pos_high_latency
Show correct position when timing out before the move reaches the server
2021-10-02 08:40:56 +02:00
Thibault Duplessis ec341923c9
Merge pull request #9888 from 370417/threat-pv
Don't play pv in threat mode
2021-10-02 08:31:03 +02:00
Thibault Duplessis 154303aee7 add close button for analysis learn mode 2021-10-01 09:45:39 +02:00
Benedikt Werner 65fc932905
Prettier 2021-10-01 01:42:16 +02:00
Benedikt Werner d0e5651867
Remove MaybeVnode(s) from study/interfaces.ts 2021-10-01 01:33:57 +02:00
Benedikt Werner dfca38414d
Don't show "enable computer eval" help if eval is not allowed 2021-10-01 01:28:33 +02:00
kraktus 3d991ba344 Show correct position when timing out before the move reaches the server
Previous behavior kept the board unsynced with the server position, confusing players as to why they lost on time AFTER moving. It wasn't until the expiration of the `TransientMove` that the board would be synced again.

Unlike when premoving I haven't found an easy way to undo the move, hence reloading chessground. I have restricted it to `outoftime` outcome for now, maybe `abort` would make sense too.

close https://github.com/ornicar/lila/issues/5772
2021-09-30 16:32:34 +02:00
Thibault Duplessis 5e318de0cf fix notification overflow 2021-09-30 09:31:06 +02:00
Thibault Duplessis 149c365521
Merge pull request #9894 from rglbr/clear_notifications
allow users to clear notifications
2021-09-29 16:05:55 +02:00
Thibault Duplessis d670eb2dce bit of refactoring after #9895 2021-09-29 15:16:35 +02:00
Thibault Duplessis d5abdda023 Merge branch 'fork-arrows' of https://github.com/Pluckerpluck/lila into Pluckerpluck-fork-arrows
* 'fork-arrows' of https://github.com/Pluckerpluck/lila:
  Run prettier on fork.ts
  Add hover arrows for mouseover of forks
2021-09-29 14:36:33 +02:00
Thibault Duplessis d9732aaea2 round: hide init message when col1 and no move list - fixes #9898 2021-09-29 09:32:19 +02:00
Thibault Duplessis 498f23c1ac email us for transfer donations 2021-09-28 09:46:08 +02:00
Benedikt Werner 026391fa19
Use triple equals comparison 2021-09-27 14:55:56 +02:00
Benedikt Werner a70ff3e31d
analyse/practice: Block space hotkey for best move 2021-09-27 14:54:25 +02:00
Samuel Gillespie 4f260e90b4 Run prettier on fork.ts 2021-09-27 11:15:26 +01:00
Samuel Gillespie 47960e1776 Add hover arrows for mouseover of forks
Forks will now present an arrow on mouse hover.
This matches the functionality of the explorer view.

`hovering` property is now cleared if fen does not match current board.
This means the property can be set more freely without worry of side
effects.
2021-09-26 22:55:12 +01:00
Ragul Balaji Ravichandran 15b4ce99c7 allow users to clear notifications 2021-09-26 20:40:54 +05:30
Albert Ford 55296fae61
Don't play pv in threat mode 2021-09-25 09:55:44 -07:00
Thibault Duplessis 1e9d0eaa4e fix swiss UI pagination bounds 2021-09-24 14:51:35 +02:00
Thibault Duplessis 97920c2d8f arena UI: fix pagination bounds 2021-09-24 14:48:32 +02:00
romnzs 4c01fc3a4f Highlight original poster in forum topic 2021-09-23 23:00:22 +03:00
nickolay d2114d7a6d trunc seconds when fitting tourney bars into lanes 2021-09-23 21:40:49 +03:00
nickolay 92027fce43 trunc seconds when fitting tourney bars into lanes 2021-09-23 21:11:26 +03:00
nickolay de26882c85 trunc seconds when fitting tourney bars into lanes 2021-09-23 20:59:25 +03:00
Thibault Duplessis b51e9a0abc use ceval sub in casual games too 2021-09-23 17:51:39 +02:00
Thibault Duplessis f467bac4ab add broadcast PGN endpoints 2021-09-23 10:48:01 +02:00
romnzs 800f18035f Fix dragging 3D piece elevation 2021-09-22 22:09:20 +03:00
Benedikt Werner 262ce37c48
Only allow keyboard move king promotion in Antichess 2021-09-21 16:15:04 +02:00
Benedikt Werner 4a2f68f1b4
Allow king promotions in keyboard moves (for Antichess) 2021-09-21 15:46:10 +02:00
Thibault Duplessis 503beddb89 ublog post image alt & credit 2021-09-19 17:22:09 +02:00
Benedikt Werner 154382ca19
analyse/embed/css: button cursor: pointer 2021-09-19 17:14:25 +02:00
Benedikt Werner c55a179336
analyse/embed/css: Fix zh layout on mobile 2021-09-19 17:11:01 +02:00
Thibault Duplessis d82c1b5bdb
Merge pull request #9841 from benediktwerner/h2-line-height
css: Reduce page h2 line-height
2021-09-19 15:29:54 +02:00
Benedikt Werner 97694606d1
css: Reduce page h2 line-height 2021-09-19 15:27:59 +02:00
Benedikt Werner 71d105f8d6
css: Make .button display: inline-block 2021-09-19 15:07:07 +02:00
Benedikt Werner eb4941bdd3
ublog/css: Prevent linebreak inside view count 2021-09-19 14:59:10 +02:00
Thibault Duplessis 80c336fbe8
Merge pull request #9828 from benediktwerner/fix-study-comment-auto-correct
Use oninput instead of onkeyup & onpaste
2021-09-18 14:05:30 +02:00
Thibault Duplessis e3df6489af
Merge pull request #9826 from 370417/logo-spinner-safari
Swap spinner mask and content
2021-09-18 07:41:29 +02:00
Benedikt Werner 1e70957b65
Use oninput instead of onkeyup & onpaste 2021-09-18 06:58:47 +02:00
Benedikt Werner a647cc6a72
lobby/css: Tweak mobile table some more 2021-09-18 06:58:23 +02:00
Albert Ford f7ea36dd4b
Swap spinner mask and content
This avoids animating the mask.
Intended to fix stuttering animation on Safari.
2021-09-17 14:37:45 -07:00
Thibault Duplessis ab59debb19 fix ublog image center 2021-09-17 14:53:45 +02:00
Benedikt Werner c4fabeee3e
gulp: Fail prod build as well on error 2021-09-17 04:41:55 +02:00
Benedikt Werner 46c8f4e126
lobby/css: Fix typo 'elipsis' -> 'ellipsis' 2021-09-17 04:41:44 +02:00
Thibault Duplessis abb6e70ddb
Merge pull request #9819 from 370417/animated-logo-spinner2
Replace loading spinner with lichess logo
2021-09-16 22:06:29 +02:00