reflex/reflex
abulvenz 5071245127
feat: Adding an event to go back just as the user would. (#3636)
* feat: Adding an event to go back just as the user would.

* fix: Simplification suggested by masenf.

* fix: And now apply the fix to the right function.
2024-07-09 11:18:02 -07:00
..
.templates Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
app_mixins split lifespan and middleware logic in separate mixin files (#3557) 2024-06-29 08:50:04 -07:00
compiler [REF-2588]Clear color mode local storage for dev mode (#3548) 2024-06-28 13:57:34 -07:00
components Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
constants Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -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 fix sqla python_type issues, add tests (#3613) 2024-07-08 19:21:08 -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 [REF-3076] Do not purge .web/pages in dev mode (#3592) 2024-07-08 20:17:38 -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 Bare SQLAlchemy mutation tracking, improve typing (#3628) 2024-07-09 11:13:28 -07:00
style.py add responsive props to radix components (#3583) 2024-06-28 17:01:23 -07:00
testing.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
vars.py add computed backend vars (#3573) 2024-06-28 17:01:07 -07:00
vars.pyi pyi_generator cleanup: ruff, remove fully qualified reflex. names (#3591) 2024-06-29 08:48:01 -07:00