reflex/reflex
benedikt-bartscher 3039b54a75
add module prefix to generated state names (#3214)
* add module prefix to state names

* fix state names in test_app

* update state names in test_state

* fix state names in test_var

* fix state name in test_component

* fix state names in test_format

* fix state names in test_foreach

* fix state names in test_cond

* fix state names in test_datatable

* fix state names in test_colors

* fix state names in test_script

* fix state names in test_match

* fix state name in event1 fixture

* fix pyright and darglint

* fix state names in state_tree

* fix state names in redis only test

* fix state names in test_client_storage

* fix state name in js template

* add `get_state_name` and `get_full_state_name` helpers for `AppHarness`

* fix state names in test_dynamic_routes

* use new state name helpers in test_client_storage

* fix state names in test_event_actions

* fix state names in test_event_chain

* fix state names in test_upload

* fix state name in test_login_flow

* fix state names in test_input

* fix state names in test_form_submit

* ruff

* validate state module names

* wtf is going on here?

* remove comments leftover from refactoring

* adjust new test_add_style_embedded_vars

* fix state name in state.js

* fix integration/test_client_state.py

new SessionStorage feature was added with more full state names that need to be formatted in

* fix pre-commit issues in test_client_storage.py

* adjust test_computed_vars

* adjust safe-guards

* fix redis tests with new exception state

---------

Co-authored-by: Masen Furer <m_github@0x26.net>
2024-07-11 11:13:57 -07:00
..
.templates add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
app_mixins split lifespan and middleware logic in separate mixin files (#3557) 2024-06-29 08:50:04 -07:00
compiler add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
components Make domain props work for y_axis (#3652) 2024-07-11 10:35:34 -07:00
constants add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
custom_components Use twine environment variables if set (#3353) 2024-05-21 14:43:49 -07:00
experimental add immutable var class (#3607) 2024-07-03 11:23:04 -07:00
middleware upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
utils [REF-3266] Check for pydantic v1 outside of try/except (#3643) 2024-07-10 12:28:39 -07:00
__init__.py [REF-3157] Avoid SQLModel metaclass conflict (#3610) 2024-07-03 15:58:21 +02:00
__init__.pyi [REF-3157] Avoid SQLModel metaclass conflict (#3610) 2024-07-03 15:58:21 +02: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 Fix the error boundary (#3637) 2024-07-09 11:19:14 -07:00
base.py Abstract color_mode related Var creation (#3533) 2024-06-20 16:46:48 -07:00
config.py dedupe config overrides (#3600) 2024-07-03 17:34:22 +02:00
event.py feat: Adding an event to go back just as the user would. (#3636) 2024-07-09 11:18:02 -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 add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
style.py add responsive props to radix components (#3583) 2024-06-28 17:01:23 -07:00
testing.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
vars.py [REF-3160] fix rx.Var._replace raise TypeError on invalid kwargs (#3625) 2024-07-09 11:19:29 -07:00
vars.pyi pyi_generator cleanup: ruff, remove fully qualified reflex. names (#3591) 2024-06-29 08:48:01 -07:00