Thomas Brandého
Thomas Brandého
Shortcut for the theme panel change to `T` in Radix `3.0`. We will only upgrade to that version of Radix once we move to reflex `0.5.0` because this upgrade lead...
We merged #3035 doing styling for rx.upload
Probably not `reflex run my-command` because it would conflict with the current `reflex run`.
This change assume that all users will use `poetry`, which may not be the case. We are using it for the project itself, but we shouldn't force it on the...
The `async` & `yield` syntax was introduced in event handlers to solve streaming problem in a better way, so it should be the intended way. The fact that it is...
Should be solved by overlay_component PR.
If I take the `pc.heading` size prop as an example, I would go with something like that : ``` HEADING_SIZE = SimpleNamespace( SMALL="sm", MEDIUM="md", ..., XXXXL="4xl") ``` Does it match...
Since we have the event `rx.copy_to_clipboard` I believe we can close this.
This might be duplicate to #55.
It's because pynecone try to guess the actual route based on your method name. Can you try to add the keyword arg `route="sign_up"` in the `add_page()` method? It should allow...