robertkasza

Results 17 issues of robertkasza

Investigate how `NEXT_PUBLIC_ENV = 'dev'` This logic is used all over the dashboard: ``` process.env.NEXT_PUBLIC_ENV === 'dev' ? getHasuraAdminSecret() : project!.config!.hasura.adminSecret, ``` But the `NEXT_PUBLIC_ENV` is only set to `dev`...

### **User description** ### Checklist - [ ] No breaking changes - [ ] Tests pass - [ ] New features have new tests - [ ] Documentation is updated...

Review effort 2/5

https://github.com/nhost/nhost/blob/main/dashboard/src/features/orgs/projects/storage/dataGrid/components/DataGridCell/DataGridCell.tsx#L355-L370 Fix the tooltip for data cell. It does not seem to work.

Check what effect did [this change](https://github.com/nhost/nhost/pull/3442/files#diff-5910fd8730fbe65c60aa5f54031989a7868e944d5958f69535e5684b72ca1396L94) had on `DataGridDateCell` Check this also: https://github.com/nhost/nhost/blob/main/dashboard/src/features/orgs/projects/database/dataGrid/utils/validationSchemaHelpers/validationSchemaHelpers.ts#L114

Error: ``` { "error": "query execution failed", "path": "$[1]", "code": "postgres-error", "internal": { "arguments": [], "error": { "description": null, "exec_status": "FatalError", "hint": "Use an explicit ordering operator or modify the...

Refactor the following function so the return value has a type other than any. https://github.com/nhost/nhost/blob/main/dashboard/src/utils/helpers/helpers.ts#L94 Suggestion: https://github.com/nhost/nhost/pull/3390#discussion_r2257953552