robertkasza
robertkasza
- fix the following test: https://github.com/nhost/nhost/blob/main/packages/hasura-storage-js/tests/upload.test.ts#L139 - figure out what the following piece of code was supposed to fix and fix it: https://github.com/nhost/nhost/blob/main/packages/hasura-storage-js/src/machines/file-upload.ts#L7-L11 - same for this: https://github.com/nhost/nhost/blob/main/packages/hasura-storage-js/src/hasura-storage-api.ts#L19-L23
**Describe the bug** If you try to edit a table with a foreign key the edit table form shows an error indicating that the form could not be saved. But...
**Describe the bug** When creating a table the dashboard does not validate the length of the new table's name and it causes the metadata request to fail because the table...
- Upgrade **typescript** to latest version - Make the [prettierrc.js](https://github.com/nhost/nhost/blob/main/.prettierrc.js) the default config for prettier in the whole repo - compare dashboard's and the root's config - add `prettier-plugin-organize-imports` to...
### **User description** ### Checklist - [ ] No breaking changes - [ ] Tests pass - [ ] New features have new tests - [ ] Documentation is updated...
The dashboard has two version of the same package tanstack react-table. Versions: - ["react-table": "^7.8.0"](https://github.com/nhost/nhost/blob/main/dashboard/package.json#L118) - ["@tanstack/react-table": "^8.15.3"](https://github.com/nhost/nhost/blob/main/dashboard/package.json#L75) react-table(v7) should be replaced with the newer version int he following files:...
Figure out a way to replace the openDrawer logic with the sheet component from shadcn in the in the Dashboard. 1. Investigate if we could just replace the `Drawer` component...