reflex/reflex
Thomas Brandého bdc0defa4a
update launch message (#3453)
* update launch message

* update for nit

* address changes
2024-06-13 11:03:42 -07:00
..
.templates swap all use of get_event_triggers to rx.EventHandler props (#3458) 2024-06-12 11:11:29 -07:00
compiler use add_imports everywhere (#3448) 2024-06-12 09:26:45 -07:00
components add event triggers for rx.video (#2700) 2024-06-13 08:03:44 -07:00
constants [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
custom_components Use twine environment variables if set (#3353) 2024-05-21 14:43:49 -07:00
experimental allow return from run_in_thread (#3477) 2024-06-13 09:59:05 -07:00
middleware feat: Synchronizing localStorage between tabs using browser events (#2533) 2024-02-20 15:14:55 -08:00
utils update launch message (#3453) 2024-06-13 11:03:42 -07:00
__init__.py promote toast to main namespace (#3422) 2024-06-06 10:38:35 -07:00
__init__.pyi promote toast to main namespace (#3422) 2024-06-06 10:38:35 -07:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py Allow view overrides for registering models with admin (#1249) 2023-06-27 14:08:09 -07:00
app_module_for_backend.py Catch more errors in frontend/backend (#3346) 2024-05-20 16:55:41 -07:00
app.py Make better/less use of dict.keys() calls (#3455) 2024-06-07 14:28:44 -07:00
base.py [REF-2774] Add ReflexError and subclasses, send in telemetry (#3271) 2024-05-10 12:12:42 -07:00
config.py [bug] Avoid deleting endpoint port when running on Replit (#3447) 2024-06-06 14:00:00 -07:00
event.py [REF-3016] Allow special characters in upload ID (#3449) 2024-06-12 09:21:21 -07:00
model.py [REF-2764] dep update 0.5.0 (#3245) 2024-05-07 15:15:52 -07: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 [REF-1356] Track changes applied to Base subclass via helper method. (#2242) 2024-05-31 14:58:58 -07:00
style.py Pass _var_is_string parameter to Var.create (#3470) 2024-06-10 14:32:32 -07:00
testing.py state.js: set event_processing = false when websocket connects (#3443) 2024-06-07 13:29:25 -07:00
vars.py use add_imports everywhere (#3448) 2024-06-12 09:26:45 -07:00
vars.pyi use add_imports everywhere (#3448) 2024-06-12 09:26:45 -07:00