Eelco Wiersma
Eelco Wiersma
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...
The auth forms cannot be used standalone since they use the AuthProvider context internally. Extract this dependency so that the forms can be used in stand alone situations.
There's a big gap between xl and 2xl font sizes, this should scale more gradually.
The ListItem and ListItemLabel have a primary and secondary property to display a title and description, which are not consistent with other components and it's not directly clear what their...
This upgrade is finished, but introduces breaking changes, therefor we'll wait for v2 to introduce this update. Will get a next branch and release ready asap.
Setup Github actions to run test automatically. Also look into automating publishing.
When the JSON schema doesn't have titles defined for it's fields, empty labels are rendered. Instead fallback to rendering the field names as labels instead. Consider humanizing label names.
#### Checklist - [x] run `make test` - [x] PR title must follow [conventional-commit-standard](https://github.com/wundergraph/wundergraph/blob/main/CONTRIBUTING.md#conventional-commit-standard) - [x] tests and/or benchmarks are included - [ ] documentation is changed or added -...