Christopher Möller
Christopher Möller
the pro platform has it's own footer which is an adaption of our footer in a light theme. we should use the same footer in both apps and integrate the...
- [ ] create stripe customer whenever a user signs up currently, we only create a stripe customer when a user clicks the subscribe button for which we need to...
for a better dev experience, it would be great to be able to edit the pro examples side-by-side with the platform. this would also save some setup work as you...
to redirect to the page that you were looking for, we should add a redirectTo parameter to the signup/signin form so that we can redirect after successfully authentication. example: ->...
due to errors in xy-ui, we have temporarily disabled typechecking for the build in the next config.
current version: 0.19.1 latest version: 0.21.3 --- to upgrade, you can change these lines in nhost.toml: ``` [auth] version = '0.21.3' ```
The codesandbox outputs an error: https://reactflow.dev/examples/styling/styled-components
how to reproduce: - go to https://reactflow.dev/pro - scroll down so that the header becomes sticky - activate the dropdown menu above the pricing table (currency chooser) - header disappears...