reflex/reflex
Masen Furer fc6eff7104
Convert templates to use rx.chakra where needed (#2555)
* Convert templates to use `rx.chakra` where needed

* reflex_init_in_docker_test: run test on PR into reflex-0.4.0

This is why we didn't catch the template issues earlier
2024-02-12 13:32:23 -08:00
..
.templates Convert templates to use rx.chakra where needed (#2555) 2024-02-12 13:32:23 -08:00
compiler Don't purge web dir if flag is set (#2529) 2024-02-06 14:27:44 -08:00
components fix match import in iconbutton (#2552) 2024-02-12 12:36:48 -08:00
constants Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
middleware [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
utils Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-09 19:38:35 -08:00
__init__.py ordered & unordered lists (#2537) 2024-02-07 12:29:29 -08:00
__init__.pyi ordered & unordered lists (#2537) 2024-02-07 12:29:29 -08: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 (dev mode) start backend without waiting for page compilation (#2549) 2024-02-08 12:13:39 -08:00
app.py Upload Workflow Refactor (#2309) 2024-02-12 12:21:56 -08:00
app.pyi Refactor chakra components into separate folder (#2315) 2023-12-21 09:52:08 -08:00
base.py RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00
config.py Separate out the hosting CLI from main repo (#2165) 2023-11-28 15:20:06 -08:00
config.pyi Expose gunicorn_worker_class via Config (#2084) 2023-10-31 13:45:29 -07:00
event.py Refactor chakra components into separate folder (#2315) 2023-12-21 09:52:08 -08:00
model.py support SQLModel 0.0.14 + SQLAlchemy 2 (#2283) 2023-12-12 17:52:11 -08:00
page.py Update meta parameter to accept a list of any type (#2477) 2024-01-29 16:52:28 -08:00
page.pyi Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
reflex.py CLI script to maintain Chakra backed components in rx namespace in older apps (#2322) 2024-02-08 11:12:20 -08:00
route.py Remove deprecated route decorator (#1815) 2023-09-14 10:29:29 -07:00
state.py fix EventHandlers and ComputedVars inherited by mixin classes (#2534) 2024-02-07 14:48:39 -08:00
style.py Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-07 13:53:39 -08:00
testing.py fix appharness regex for functions with return type (#2512) 2024-02-02 09:35:44 -08:00
vars.py Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
vars.pyi fix EventHandlers and ComputedVars inherited by mixin classes (#2534) 2024-02-07 14:48:39 -08:00