reflex/tests/components/core
Khaleel Al-Adhami 085b761f6b
replace old var system with immutable one (#3916)
* delete most references to varr

* [REF-3562][REF-3563] Replace chakra usage (#3872)

* only one mention of var

* delete vars.py why not

* remove reflex.vars

* rename immutable var to var

* rename ivars to vars

* add vars back smh

* ruff

* no more create_safe

* reorder deprecated

* remove raises

* remove all Var.create

* move to new api

* fix unit tests

* fix pyi hopefully

* sort literals

* fix event handler issues

* update poetry

* fix silly issues i'm very silly

* add var_operation_return

* rename immutable to not immutable

* add str type

* it's ruff out there

---------

Co-authored-by: Elijah Ahianyo <elijahahianyo@gmail.com>
2024-09-13 16:01:52 -07:00
..
__init__.py rx.color to work with conditional vars (#2546) 2024-02-08 11:45:15 -08:00
test_banner.py Use old serializer system in LiteralVar (#3875) 2024-09-10 11:43:37 -07:00
test_colors.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_cond.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_debounce.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_foreach.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_html.py fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00
test_match.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_responsive.py generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
test_upload.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00