Commit Graph

54 Commits

Author SHA1 Message Date
Elijah Ahianyo
91d872fb4c
Bugfix: Gitignore file empty newlines (#1232) 2023-06-22 14:36:06 -07:00
Nikhil Rao
9330999eb7
Fix pc.py frontend setup (#1219) 2023-06-20 09:49:09 -07:00
Elijah Ahianyo
fe89d53dcf
Bugfix: default gitignore (#1189) 2023-06-13 11:14:57 -07:00
Thomas Brandého
a275b4ad6e
cleanup admin feature (#1168) 2023-06-09 12:48:18 -07:00
Milo Chen
a846953926
Create empty directory for pc.get_asset_path() when .web init (#1171) 2023-06-09 18:32:35 +02:00
Elijah Ahianyo
f11fd25448
Disable hidden logs for windows (#1161) 2023-06-07 11:50:47 -07:00
Nikhil Rao
78aac243cb
Fix upload error when no files are set (#1156) 2023-06-06 21:24:23 -07:00
Christopher Terrazas
d793e7a4dd
Feat/admin dashboard (#1098) 2023-06-06 11:53:34 -07:00
Alek Petuskey
507f406230
Support PIL Images in pc.image (#1096) 2023-05-31 18:05:31 -07:00
Elijah Ahianyo
d4d25c17d8
add support for .env configuration (#1104) 2023-05-31 17:26:03 -07:00
Elijah Ahianyo
73bf8543bd
Backend host Param (#1078) 2023-05-25 12:17:38 -07:00
Nikhil Rao
0afea72eaf
Fast refresh dev mode message (#1068) 2023-05-24 10:34:44 -07:00
Elijah Ahianyo
fb69ddfd80
moved compiled constants into an env.json file (#1051) 2023-05-19 10:28:54 -07:00
Alek Petuskey
d1703f41b6
CLI Update + Threading (#1046) 2023-05-18 12:34:37 -07:00
Elijah Ahianyo
bb1cf4322e
Foreach support for other data structures(dict, set, tuple) (#1029) 2023-05-17 16:11:41 -07:00
Elijah Ahianyo
0c33ad19f6
bugfix for upload event (#1042) 2023-05-17 10:08:11 -07:00
Alek Petuskey
4a580b54ff
Visual CLI improvements (#1032) 2023-05-16 20:42:53 -07:00
Nikhil Rao
e6a679d3a3
Update pc.form on_submit args (#1033) 2023-05-16 12:09:15 -07:00
Nikhil Rao
98f1b30735
Fix event default call (#1031) 2023-05-15 21:10:42 -07:00
Nikhil Rao
948ec90fc4
Add pc.form component (#929) 2023-05-14 22:34:10 -07:00
Elijah Ahianyo
139e4cf05b
Update upload event to use queue (#1005) 2023-05-12 16:44:16 -07:00
Elijah Ahianyo
7e8a4930ba
Bun version validation (#1002) 2023-05-12 16:43:11 -07:00
Nikhil Rao
5b3d0a51e8
Disable NextJS telemetry prod mode (#1013) 2023-05-12 13:58:46 -07:00
Nikhil Rao
8c42c99ecf
Unindent jinja template code (#1001) 2023-05-10 23:26:01 -07:00
Nikhil Rao
6af7db42fb
Fix unit tests (#993) 2023-05-10 10:50:32 -07:00
iron3oxide
32f3a387ae
Rename var module to vars (#983) 2023-05-09 23:01:25 -07:00
PeterYusuke
3b88e7c329
[Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00
Nikhil Rao
8e3daf9f5b
Clean up on_load events (#965) 2023-05-08 12:13:51 -07:00
Sheldon
960e4ec171
Fix state variable not working as event arg (#960)
Co-authored-by: Xxxx <you@example.com>
2023-05-07 16:08:34 -07:00
Thomas Brandého
893c0b132e
Make argument optional for event handlers (#950) 2023-05-06 13:10:35 -07:00
Thomas Brandého
a24d382eb6
use version.parse in check_node_version() (#951) 2023-05-05 15:57:29 -07:00
Elijah Ahianyo
0d51f58c9f
pc datatable fix for python <=3.8 (#949) 2023-05-05 15:01:00 -07:00
Elijah Ahianyo
18c715670a
Revamp Imports (#926) 2023-05-04 22:11:01 -07:00
Thomas Brandého
4f182b3170
reinforce check for bun install process in "pc init" (#938) 2023-05-04 10:01:14 -07:00
Nikhil Rao
34d77db541
Fix event handler string args (#928) 2023-05-01 17:06:42 -07:00
Nikhil Rao
1a254aca8e
Add pc.set_value (#835) 2023-04-29 19:01:37 -07:00
Nikhil Rao
5674d9a7a0
Fix pynecone json (#894) 2023-04-27 11:43:50 -07:00
Nikhil Rao
e03e5f8033
Use Python truthiness in pc.cond (#889) 2023-04-26 17:16:38 -07:00
Nikhil Rao
7f5b172002
Remove pynecone.json from templates (#888) 2023-04-26 16:57:25 -07:00
Nikhil Rao
a165d745f2
Install dependencies in prod mode (#887) 2023-04-26 14:49:11 -07:00
Milo Chen
b9e5ef8e76
Fix pynecone.json version issue when web init (#885) 2023-04-26 14:42:39 -07:00
Nikhil Rao
24c08d6ee0
Fix bun issue on Windows (#881)
* Fix bun issue on Windows

* Fix check
2023-04-26 08:26:02 -07:00
Alek Petuskey
1a8e0b8058
Added better check for bun version. (#877) 2023-04-25 23:35:50 -07:00
Kasun Herath
fc9b03ebd7
Custom configuration support (#792) 2023-04-24 21:40:07 -07:00
Alek Petuskey
3e2ebd9dea
Added base templating (#824)
* Added base templating
2023-04-15 20:51:18 -07:00
PeterYusuke
bd03e9290c
Fix textarea rendering issue (#700) 2023-04-13 11:02:20 -07:00
Nikhil Rao
bdafc21d3d
Update to v0.1.23 (#797) 2023-04-09 22:09:38 -07:00
Nikhil Rao
0688b4c01a
Fix bun install (#796) 2023-04-09 21:56:40 -07:00
Alek Petuskey
bcd2df6c09
Added option to disable bun. Useful if bun is not supported on some OS. (#769) 2023-04-03 17:06:30 -07:00
Alek Petuskey
13f0182343
Add check for invalid bun versions (#768) 2023-04-03 17:01:25 -07:00