reflex/reflex/components/base
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 Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
__init__.pyi Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
app_wrap.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
app_wrap.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
bare.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
body.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
body.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
document.py pass lang and custom_attrs from app to html root (#2697) 2024-03-03 13:51:20 -08:00
document.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
error_boundary.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
error_boundary.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
fragment.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
fragment.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
head.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
head.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
link.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
link.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
meta.py Fix project hash and modernize type annotations (#1704) 2023-08-31 17:04:39 -07:00
meta.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
script.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
script.pyi replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00