Rodri Sanchez

Results 50 issues of Rodri Sanchez

The root board is only updated in the local state. This occurs when the user makes a modification to a subfolder and the user's root board is not saved in...

bug

This is because the initial state of the boards is a shallow copy of the default boards. We should implement deep copy instead

bug

Automatically detect and set the app's language based on the device's language settings upon the first launch.

feature
help wanted

[See](https://github.com/cboard-org/cboard/blob/1d891598bf9aa247049ab9d606f311fc12f5fda3/src/components/Settings/Navigation/Navigation.component.js#L296) Change `checked={this.state.enableQuietBuilderMode}` to `checked={this.state.quietBuilderMode}`

bug
good first issue

This will create the default board on the db and the root will be updated with the new board

[See](https://github.com/cboard-org/cboard/pull/1711/files#diff-346ce6dbdff00d68fa1024f8555541f0cf5b0723d60c945b194949467dc0fb70R173) . This functionality was implemented but it was reverted.

When a user uploads an image while offline, it is stored on the device as a base64 image. When the board is stored or updated in the database, the image...

bug