Commit Graph

608 Commits

Author SHA1 Message Date
Masen Furer
2c97c1e7ca
reflex.testing.AppHarness: tools for testing reflex apps (#1326) 2023-07-13 15:45:57 -07:00
Nikhil Rao
bb6be16963
Fix codeblock import (#1337) 2023-07-12 17:09:24 -07:00
Alek Petuskey
f79ba97ce3
Add input element addons left/right (#1335) 2023-07-12 15:37:06 -07:00
Masen Furer
333e2b3184
component: do not create ref for dynamic id (#1307)
allow dynamic id (BaseVar) to be specified (from state value or foreach), but
do not create a react reference for it, since that must be known at compile
time.

if a react ref is needed, then specify a string _at compile time_, not from
state.

fix #1302
2023-07-06 06:16:13 -07:00
Nikhil Rao
72fe55ae72
Add default styles to markdown (#1284) 2023-06-30 13:16:30 -07:00
Thomas Brandého
903c81dd21
fix silent compilation error (#1281) 2023-06-30 09:46:17 -07:00
Masen Furer
5d4f402987
link: clear as property if link has no href (#1272) 2023-06-29 18:45:34 -07:00
Nikhil Rao
139ce38df1
Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00