Jan Potoms

Results 175 issues of Jan Potoms

split out default value in a separate prop and make it bindable to e.g. page parameters Fixes https://github.com/mui/mui-toolpad/issues/414

PR: out-of-date

### What's the problem? 🤔 Releases are a too high level concept for basic users. We should support the simplest workflow to promote your app to production. For pro plan...

RFC

Just like in the function query editor, we could add a browser console in the bottom right to help debugging custom components. benchmark: - [codesandbox](https://codesandbox.io/)

feature: Custom components

Node based visual programming languages are very suitable to represent data flow. Could this paradigm have value as a Toolpad databinding system. (Javascript bindings could still be supported in this...

new feature
waiting for 👍
feature: App Editor

Trying out an alternative implementation of MUI `NoSsr` that avoids setting state in a layout effect.

new feature

Aspects: * Catalog placement in overall app layout * Search box to filter * Organization of components in categories * Visual cues (icon for each component) ### Benchmarks * Framer...

design: ui
design: ux
feature: App Editor

Users don't always realize they're sharing their app under the release-specific URL. Users won't receive updates when using this URL as the app gets deployed. We should clearly mark the...

design: ux

Should at the very least support - href - text In the meantime, it can be implemented with a custom component: ```tsx import * as React from "react"; import {...

waiting for 👍
feature: Components

It should be possible to use the global scope tree on the right to fill in values in the code editor. ![Screenshot 2022-06-09 at 11 53 09](https://user-images.githubusercontent.com/2109932/172820355-be9f013f-3fc8-4b98-8138-2b7e70d20382.png) Notes: * This...

new feature
priority: low
feature: App Editor

* Allow for tracing back the dependants of a certain UI element/query/... * In the same spirit we should warn before deleting an element that is being depended on *

new feature