Rodri Sanchez
Rodri Sanchez

The library is being used on the `polyfills.js`. But is not longer mantained and I'm not sure if wee still require it
On “Fixed Boards” pages we’re seeing two vertical scrollbars side-by-side. Only a single scrollbar should appear.  The main idea of fixed boards is to have no more than one...
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...
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...
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...