reflex/reflex/utils
Khaleel Al-Adhami d253fc4dcd
add responsive props to radix components (#3583)
* implement basic behavior to handle both radix and css

* add all components in theme, AND change pyi to include path of reflex types

* order type annotations in pyi_generator (#3585)

* order type annotations in pyi_generator

* run pyi_generator

* classvars should not be backend vars (#3578)

* classvars should not be backend vars

* cleanup RESERVED_BACKEND_VAR_NAMES

* order type annotations in pyi_generator (#3585)

* order type annotations in pyi_generator

* run pyi_generator

* do not validate non-cached var deps (#3576)

* do not validate non-cached var deps

* further improve Exceptions for misconfigured var deps

* order type annotations in pyi_generator (#3585)

* order type annotations in pyi_generator

* run pyi_generator

* fix git merge remains

* define function globally

* use more modern annotations

* only trigger when direct value and not state

* simplify unions

* accidentally removed avatar oop

---------

Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>
2024-06-28 17:01:23 -07:00
..
__init__.py [REF-99] Add first version of CLI for hosting service (#1810) 2023-10-21 13:09:56 -07:00
build.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
codespaces.py Add a link to backend in connection error (#3044) 2024-06-27 12:20:03 -07:00
compat.py [REF-3164] Hack to fix Windows hot reload + Uvicorn upgrade (#3584) 2024-06-28 10:07:27 -07:00
console.py ruff-format: unify Black with Ruff v0.1 (#2837) 2024-04-23 14:40:06 -07:00
exceptions.py Validate ComputedVar dependencies, add tests (#3527) 2024-06-24 16:11:42 -07:00
exec.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
export.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
format.py [REF-3185][REF-3180]Dont escape backticks in JS string interpolation (#3566) 2024-06-26 13:23:07 -07:00
imports.py use add_imports everywhere (#3448) 2024-06-12 09:26:45 -07:00
lazy_loader.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
path_ops.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
prerequisites.py [REF-3164] Hack to fix Windows hot reload + Uvicorn upgrade (#3584) 2024-06-28 10:07:27 -07:00
processes.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
pyi_generator.py add responsive props to radix components (#3583) 2024-06-28 17:01:23 -07:00
serializers.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
telemetry.py Suppress runtime warnings (#3354) 2024-05-21 12:34:25 -07:00
types.py add responsive props to radix components (#3583) 2024-06-28 17:01:23 -07:00
watch.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00