Results 5 issues of Ziv Karmi

close #1847 Where error messages for the `Login` dialog rendered in `WelcomeScreen` would persist after closing and re-opening the dialog. This is addressed by replicating the `componentDidMount` implementation already present...

This fixes #1902 so that when the `AuthScreen` component (`/login-signup`) is closed via the close (X) button, the user is taken to the root board. To do this I've replaced...

Per discussion in #1896 this update enables Prettier on `.ts` and `.tsx` files. The previous version of Prettier was quite outdated so this update bumps that version, and removes the...

This PR resolves #1964, migrating the TileEditor component from class component to function component. Thank you @gonojuarez for your work starting this off and explaining some of the behaviors to...

### Issue Spinning this off of #1930 per [discussion](https://github.com/cboard-org/cboard/pull/1930#discussion_r2157621177_) with @RodriSanchez1: When a new user to the site visits the root path (`/`), the WelcomeScreen component is rendered. #1930 aims...

bug