Jonathan Gamble
Jonathan Gamble
- empower qwen to save curators time - add some more sort buttons - add ui to manage lobby queue - blog search before i get to deployment steps, you'll...
This PR aims to show the I-beam (indicating a click will result in caret insertion) when hovering within an editing host but outside of a textNode.
for version 16+, consider either: - wrap all usage of badrap's Result within a fully defined ChessopsResult object and return that. - `export { Result }` directly from your index.ts....
- add a string field to admin settings - when present, page.scala/layout.scala would slip it into the page, hopefully styled prominently, for all visitors "Lichess is currently experiencing issues which...
I was not sure where ElementResizeAction should live. It's basically just a mousemove function. The code could go directly in EventHandler.cpp, but I did not want it in PaintableBox as...
Instead, compute them in accessors. Add TextAreaBox and TextInputBox to Layout so that textarea and text inputs can be stretched when auto. Fix #634, fix #6040, fix #7070, and possibly...
See the tofu after `return:` in this mac ``. It's caused by code which trusts and inserts the platform event's key code. But this value can vary. Seeing how it...
Add `overflow-wrap` property to support word breaking so long words (like urls) no longer force scrollbars to appear in tiny textareas. When adding trailing spaces with `white-space-collapse: break-spaces` (i.e. textarea),...