Daniel Cruz
Daniel Cruz
### Describe what you want MySQL has a feature where you can add comments to the [column definitions](https://dev.mysql.com/doc/refman/8.0/en/create-table.html). This is useful when exploring the database from a Database manager as...
**End-user friendly description of the problem this fixes or functionality that this introduces** Work in progress. Updates interface components to use i18next keys so that the user can view them...
`this.rects` is an array, as set up in the `constructor` in line 10. I think this is a mistake. Instead of something like this: `rects = [{object}, {object}, ...]` this...