Alexis Colin
Alexis Colin
Using black background should do the work for now
related to https://github.com/gnolang/gnochess/pull/54
Not important but reminder we should call https://chessboardjs.com/docs.html#methods:resize at resize event ```js const Gameboard = class extends Component { ... resize(){ // resize is auto called at resize event by...
Right now, the board + chess.js headless engine start as a clear one. Since the WS is not a real one, what if both players are not sync and one...
Should be linked to the `destroy` Action class and also add a clear local storage func to remove the token
This PR implements `README.md` file support for both `pures` (p/) and `realms` (r/) in gno.land, addressing the requirements outlined in #4070. Closes #4070 ## Features ### For p/ packages: -...
Related to #3249, This PR init the refactor of the gno.land homepage, focusing on content sections and design. Related: [Figma design file](https://www.figma.com/design/bWAWFaIFtvFISqZCzvJ2ID/gno.land---Realm?node-id=1-27&t=66DaWFccaPMgTskM-0). TODO: - [x] Columns are implemented in code...
## Description Currently, any URL matching the /u/username pattern renders a user page, regardless of whether the user actually exists. For example, accessing /u/nonsense-user still renders a user profile template...
Added `normalizeRemoteURL()` function in main.go to ensure the remote URL has a valid HTTP(S) protocol before being used by the frontend and CSP. - `tcp://` is converted to `http://` (RPC...