Rodri Sanchez

Results 62 issues of Rodri Sanchez

![Image](https://github.com/user-attachments/assets/c65ab6f4-ff90-469d-a208-4ebcc67fe751)

good first issue

The library is being used on the `polyfills.js`. But is not longer mantained and I'm not sure if wee still require it

dependencies

On “Fixed Boards” pages we’re seeing two vertical scrollbars side-by-side. Only a single scrollbar should appear. ![Image](https://github.com/user-attachments/assets/ac66b461-86ea-42eb-88e8-11cc2eb7900b) The main idea of fixed boards is to have no more than one...

bug
good first issue

This generate a performance issue, the language page takes to much to render and a spinner is showing the loading state. We can add a limit or filter to avoid...

**Description** Currently, our grid component maps over rows and columns using array indexes (`rowIndex` and `columnIndex`) as React keys. When rows or columns are inserted, removed, or reordered, this causes...

I think that the following `voices` definition should be an empty array `[]` insted of and object `{}` https://github.com/cboard-org/cboard/blob/8a794d5a9c72d66bfee361e3fc2fb367d2c844b0/src/providers/SpeechProvider/tts.js#L152-L162 if an object is returned the following `platformVoices.concat` will throw an...

bug

An user report: If possible, it could be very helpful to have borders for tiles (buttons and folders), especially for tiles with a white background as when Boards are exported...

good first issue
enhancement

Currently, the row and column selector controls (arrows) are placed directly over the grid, which can interfere with user interaction and visibility. ### Proposal Based on a recent suggestion, here...

enhancement