reflex/reflex/constants
abulvenz 980834605b
feat: Synchronizing localStorage between tabs using browser events (#2533)
* feat: Synchronizing localStorage between tabs using browser events

* test_client_storage: Test sync'd local storage vars

* update_vars_internal: generic handler to apply var changes to state tree

Apply fully qualified var names to each substate they are associated with. This
allows consistent updates to arbitrary state vars without having to know their
"setter" arguments, in case the user has overwritted the `set_x` name.

---------

Co-authored-by: Masen Furer <m_github@0x26.net>
2024-02-20 15:14:55 -08:00
..
__init__.py Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
base.py Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
colors.py Refactor rx.color (#2522) 2024-02-04 15:39:07 -08:00
compiler.py feat: Synchronizing localStorage between tabs using browser events (#2533) 2024-02-20 15:14:55 -08:00
config.py [REF-1464] Handle requirements.txt encoding (#2284) 2023-12-14 14:25:40 -08:00
event.py add dropdown primitive props (#2521) 2024-02-04 18:57:33 -08:00
installer.py [REF-1365] Radix + Tailwind Compatibility (and allow tailwind to be completely disabled) (#2246) 2023-12-28 00:14:04 -08:00
route.py [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
style.py fix tailwind for stateful components imported from utils (#2328) 2023-12-21 10:43:11 -08:00