Jan Potoms
Jan Potoms
Todays update: * Add basic docs * User button becomes login button when no session is available. This enables including it on public pages * Add basic component tests *...
toolpad core will be agnostic of authentication library
@bharatkashyap For disabling auto-focus in the docs let's do the following: * Add a docs context to the lib. ```tsx // ./src/contexts/DocsContext.ts export const DocsContext = React.createContext(false) ``` * Re-export...
> 2. Add a custom component from another library that uses styled-components to `toolpadComponents.tsx`, `ComponentCatalogItem` and `toolpad-studio-components/src` (using `createBuiltin`). Am I understanding correctly that you are using a fork of...
If you want you can open a PR with some minimal changes that demonstrate the problem. But I have to admit, this is not immediately a use case we're investing...
Not sure this approach is very useful. When doing custom validation one should be able to also provide a message. I propose we remove this property until we have a...