Commit Graph

10022 Commits (skip-glicko-obvious)

Author SHA1 Message Date
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
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
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
Albert Ford 83581f653e
Replace loading spinner with lichess logo 2021-09-16 08:53:15 -07:00
Benedikt Werner f56360e326
Update cg when disabling practice mode
To recompute dests in case the user scrolled to the computer's position.
2021-09-16 10:45:31 +02:00
Benedikt Werner c3d01fbd5f
Fix .prettierignore ignoring lobby "app" css 2021-09-16 10:27:44 +02:00
Benedikt Werner 240b337fce
Increse mobile lobby font size again whithough overflowing 2021-09-16 10:27:44 +02:00
Benedikt Werner 24dc40cd0d
tweak wakeLock code 2021-09-16 10:27:44 +02:00
Thibault Duplessis 09949377b9 yarn format 2021-09-16 09:32:26 +02:00
Thibault Duplessis 078d346909 read clocks faster 2021-09-16 08:26:03 +02:00
Thibault Duplessis 83a4af8adb navigator.wakeLock.request can fail
DOMException: Failed to execute 'request' on 'WakeLock': The requesting page is not visible
2021-09-16 08:11:52 +02:00
Thibault Duplessis 75887e47ca
Merge pull request #9811 from Darkcodelab/patch-1
Removing dasher padding to get rid of extra space
2021-09-15 20:15:06 +02:00
Thibault Duplessis cbe14b6060 fix ublog action buttons in vertical screens 2021-09-15 19:24:43 +02:00
Deepan Chakravarthi b61e634a26
Removing dasher padding to remove extra spaces
Removing the padding-top and padding-bottom to remove extra space on the dasher when the sound is set to full or set to mute
2021-09-15 22:35:38 +05:30
Deepan Chakravarthi fbb870ecef
Removing dasher padding to get rid of extra space
Removing the padding-top from the dasher, so that there will be no extra space sticking out in the dasher when the sound is set to full
2021-09-15 22:10:49 +05:30
Thibault Duplessis 988ce6f0b0 ublog disclaimer 2021-09-15 18:20:02 +02:00
kraktus 767849a396 Display to mods when conv threads are truncated 2021-09-15 14:19:31 +02:00
Thibault Duplessis f668b82d1b fix MSStream test - after #9803 2021-09-15 08:03:55 +02:00
Benedikt Werner b0201a63d1
Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00