reflex/tests/components
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
..
base replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
core replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
datadisplay replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
el Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
forms replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
graphing Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
layout generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
lucide [REF-3568][REF-3569]Remove deprecations (#3852) 2024-08-29 15:46:18 -07:00
media replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
radix replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
typography [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-12 10:46:42 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_component_future_annotations.py [REF-2272] Support declaring EventHandlers directly in component (#2952) 2024-03-29 06:26:07 -07:00
test_component_state.py fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00
test_component.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_tag.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00