Rodri Sanchez
Rodri Sanchez
Modernize Formik/yup and account folder components - refactor(account): class components to function component - chore(yup): bump yup version to latest - chore(formik): bump formik to latest - fix(formik): add initialValues...
When a user logs in and is not his first login, the choose board tour its showed. This happens when you open the app for the first time.
`isSaving` state is not seted again to false on createBoardsRecursively function. On [Board.container.js](https://github.com/cboard-org/cboard/blob/825b5d29d9c6d604296b9f714442f4749592bbfc/src/components/Board/Board.container.js#L1262) Also when the boards are creating with this function the navbar doesnt show the spinner . For...
This occurs when a user creates a new API communicator, logs in on another device, and changes the featured board. If the new communicator was created in the database without...
Recently, we implemented the toggle password visibility feature on the password input in PR #1700. This was just for the Login form. I believe we need to use the same...
When a user wants to delete their account, after pressing the delete account button, a confirmation modal is displayed without any security measures. This lack of security can lead to...