reflex/reflex
benedikt-bartscher bcc7a61452
improve backend var determination (#3587)
* cleanup reserved backend var check

* cleanup backend var determination mess

* add tests for hidden and class methods
2024-06-28 14:07:39 -07:00
..
.templates [REF-2588]Clear color mode local storage for dev mode (#3548) 2024-06-28 13:57:34 -07:00
compiler [REF-2588]Clear color mode local storage for dev mode (#3548) 2024-06-28 13:57:34 -07:00
components order type annotations in pyi_generator (#3585) 2024-06-27 15:58:11 -07:00
constants Add a link to backend in connection error (#3044) 2024-06-27 12:20:03 -07:00
custom_components Use twine environment variables if set (#3353) 2024-05-21 14:43:49 -07:00
experimental Improve ClientState compatibility with rx.input (#3490) 2024-06-19 07:01:46 -07:00
middleware upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
utils improve backend var determination (#3587) 2024-06-28 14:07:39 -07:00
__init__.py introduce customizable breakpoints (#3568) 2024-06-27 01:34:49 +03:00
__init__.pyi introduce customizable breakpoints (#3568) 2024-06-27 01:34:49 +03:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
app_module_for_backend.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
app.py [REF-3164] Hack to fix Windows hot reload + Uvicorn upgrade (#3584) 2024-06-28 10:07:27 -07:00
base.py Abstract color_mode related Var creation (#3533) 2024-06-20 16:46:48 -07:00
config.py [REF-3056] Config knob for redis StateManager expiration times (#3523) 2024-06-24 16:03:30 -07:00
event.py Always treat the call_script callback as a string of JS code (#3521) 2024-06-20 18:05:25 -07:00
model.py bare sqlalchemy session + tests (#3522) 2024-06-25 15:29:01 +02:00
page.py separate DECORATED_PAGES per reflex app (#3102) 2024-04-22 11:32:31 -07:00
reflex.py [REF-2956] Fail When Backend port or frontend port is explicitly provided and the port is in use (#3432) 2024-06-05 11:46:00 -07:00
route.py [REF-2643] Throw Errors for duplicate Routes (#3155) 2024-05-03 12:15:40 -07:00
state.py improve backend var determination (#3587) 2024-06-28 14:07:39 -07:00
style.py introduce customizable breakpoints (#3568) 2024-06-27 01:34:49 +03:00
testing.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
vars.py fix var dependency over properties (#3588) 2024-06-28 12:48:28 -07:00
vars.pyi Abstract color_mode related Var creation (#3533) 2024-06-20 16:46:48 -07:00