Commit Graph

49 Commits

Author SHA1 Message Date
Nikhil Rao
9330999eb7
Fix pc.py frontend setup (#1219) 2023-06-20 09:49:09 -07:00
Sheldon
ee762a7b35
run setup_frontend during export (#1148) 2023-06-07 11:55:19 -07:00
Christopher Terrazas
d793e7a4dd
Feat/admin dashboard (#1098) 2023-06-06 11:53:34 -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
Thomas Brandého
d729ba6ea6
Add Autofocus for components (#1053) 2023-05-18 12:44:49 -07:00
Alek Petuskey
d1703f41b6
CLI Update + Threading (#1046) 2023-05-18 12:34:37 -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
8c42c99ecf
Unindent jinja template code (#1001) 2023-05-10 23:26:01 -07:00
Alek Petuskey
3e2ebd9dea
Added base templating (#824)
* Added base templating
2023-04-15 20:51:18 -07:00
Milo Chen
adf2b8d395
Update pc run backend/frontend only flags (#800) 2023-04-11 10:09:56 -07:00
Elijah Ahianyo
e8387c8e26
Fix Event chaining in the on_load event handler return not working (#773)
* Fix Event chaining in the on_load event handler return not working

* added async tests

* addressed comments
2023-04-06 22:26:43 -07:00
Harish Chandran
a43a83ad24
Add optional argument --name to pc init (#735) 2023-03-29 18:28:57 -07:00
iron3oxide
7067baf176
Refactor utils module (#666) 2023-03-16 14:59:27 -07:00
Alek Petuskey
8afbb8546e
Added Windows Performance Warning (#668) 2023-03-12 21:37:20 -07:00
Xiaojing Chen
8f9b066794
pcconfig.py supports a separate backend_port from api_url (#593) 2023-02-27 18:19:43 -08:00
Alek Petuskey
313dd7dc3b
Added Re-Init (#577) 2023-02-20 19:55:46 -08:00
Nikhil Rao
d72256d427
Generate app sitemap (#552) 2023-02-16 14:53:18 -08:00
Alek Petuskey
b36680fefd
Anonymous Telemetry Opt Out Available (#550)
* Added anonymous telemetry with opt-out.
2023-02-16 00:11:53 -08:00
叶子
104130df6b
Fix pc export use backend url (#504) 2023-02-11 17:06:07 -08:00
Robert Neumann
5e0d5b9e2e
Add export parameters for Backend/Frontend (#499) 2023-02-10 15:21:22 -08:00
Robert Neumann
8265a85434
Code cleanups (#498) 2023-02-10 12:44:13 -08:00
叶子
1529a23c1b
Switch linter to ruff (#450) 2023-02-09 11:33:18 -08:00
Robert Neumann
fdf0e9ea6b
Add --no-zip pc CLI Parameter (#479) 2023-02-08 14:39:38 -08:00
Robert Neumann
dab7e5d2a1
Remove extra flags from pc run (#434) 2023-02-04 10:51:01 -08:00
Francesco Ambrosini
ea28f336da
Allow the user to change ports (#417)
* Allow the user to change the app port at runtime

* Allow the user to change the app port (backend and frontend) at runtime
2023-01-31 21:21:44 -08:00
Alek Petuskey
450576bbee
Finalized port closing and error warning. (#391) 2023-01-29 20:33:32 -08:00
Alek Petuskey
1ab8620852
Close unclosed ports (#388) 2023-01-29 15:50:11 -08:00
Francesco Ambrosini
8068d5f176
Add --port flag to pc run (#313) 2023-01-22 10:57:20 -08:00
Alek Petuskey
06aa58c517
Added pc export. (#272) 2023-01-16 16:24:26 -08:00
Elijah Ahianyo
c8936355f2
Remove assets dir symlink 2023-01-13 10:35:20 -08:00
Nikhil Rao
d7cd792b57
Add default gitignore on pc init (#206) 2023-01-04 15:05:07 -08:00
Nikhil Rao
2be20745f1
Improve cli help messages (#185) 2022-12-27 00:01:20 -08:00
Alek Petuskey
af9733996a
Add log level args for pc run (#182) 2022-12-26 23:02:57 -08:00
Alek Petuskey
3e8f6ffbb3
Socket CORS (#173) 2022-12-23 11:19:30 -08:00
Nikhil Rao
0bc09dc961
Add template version check (#164) 2022-12-21 20:05:02 -08:00
Nikhil Rao
2496c3fb9f
Fix pc run backend only (#118) 2022-12-15 23:07:54 -08:00
Nikhil Rao
2c3ef6e23f
Support prod run on windows (#99) 2022-12-14 17:18:20 -08:00
Nikhil Rao
209f490bfc
Add windows support (#96) 2022-12-14 16:07:46 -08:00
Nikhil Rao
30b482666c
Add frontend packages to pcconfig (#91)
* Fix pc init print

* Specify frontend packages to pcconfig
2022-12-13 21:32:24 -08:00
叶子
20286062d6
Switch to httpx (#74) 2022-12-13 15:04:19 -08:00
Nikhil Rao
9ecadcc646
Improve prop error messages (#84)
* Add better error messages for component props
2022-12-13 11:31:57 -08:00
Nikhil Rao
1d22571829
Add props for wrap component (#41) 2022-12-08 17:02:16 -08:00
Nikhil Rao
f710fc1a82
Support Python 3.11 (#17) 2022-11-29 17:01:14 -08:00
Nikhil Rao
159e7949f1
Create config class (#8) 2022-11-20 16:12:46 -08:00
Nikhil Rao
f5c25fbd5f Fix pc init bug 2022-11-19 02:22:04 -08:00
Nikhil Rao
e8e8eaa010 Initial commit. 2022-11-18 12:44:06 -08:00