Commit Graph

2239 Commits

Author SHA1 Message Date
Elijah Ahianyo
8de2163d84
Create PCDict (#503) 2023-02-12 12:52:45 -08:00
Nikhil Rao
8c8b2396fc
Add password component (#519) 2023-02-12 09:57:42 -08:00
Thomas Brandého
c203ad57a4
Add pc.route decorator (#513) 2023-02-12 09:37:47 -08:00
叶子
094082c35b
Fix type errors in template (#493) 2023-02-12 09:36:16 -08:00
Cheesy-Brik
cdf93ed004
Add color prop to CircularProgress (#520) 2023-02-12 09:27:55 -08:00
Thomas Brandého
d57d9c78cf
Fix interactions between foreach and cond (#521) 2023-02-12 09:24:55 -08:00
Jeremy
d3c3174ba4
Update models on pc run --no-frontend (#516) 2023-02-11 17:58:17 -08:00
Thomas Brandého
1479411c4f
Fix args format in dynamic route (#502) 2023-02-11 17:06:40 -08:00
叶子
104130df6b
Fix pc export use backend url (#504) 2023-02-11 17:06:07 -08:00
Nikhil Rao
29d46facb1
Fix custom component render (#517) 2023-02-11 16:49:06 -08:00
Robert Neumann
5e0d5b9e2e
Add export parameters for Backend/Frontend (#499) 2023-02-10 15:21:22 -08:00
Thomas Brandého
315987c701
Small fixes in component API (#501) 2023-02-10 15:11:12 -08:00
Robert Neumann
8265a85434
Code cleanups (#498) 2023-02-10 12:44:13 -08:00
Elijah Ahianyo
69a9c95d73
Make PCList pickleable (#500) 2023-02-10 12:25:58 -08:00
advo-kat
8d9c75824c
Socket fixes and config options(#485) 2023-02-09 23:59:20 -08:00
Nikhil Rao
64b0d47897
Hardcode bun version (#494) 2023-02-09 21:46:18 -08:00
叶子
1529a23c1b
Switch linter to ruff (#450) 2023-02-09 11:33:18 -08:00
Cheesy-Brik
da588e9b89
Fix powershell command (#484) 2023-02-08 18:32:43 -08:00
Nikhil Rao
eb723b6ebe
Add compile error for invalid event handlers (#482) 2023-02-08 16:27:13 -08:00
Robert Neumann
fdf0e9ea6b
Add --no-zip pc CLI Parameter (#479) 2023-02-08 14:39:38 -08:00
PeterYusuke
60949e24e6
Add id for components to support anchors (#469) 2023-02-08 14:09:03 -08:00
Thomas Brandého
f2d0fbbd8d
Fix onload events for substates (#473) 2023-02-07 21:55:12 -08:00
Thomas Brandého
4ef2ba779c
Add router_data in substates (#474) 2023-02-07 21:53:04 -08:00
Nikhil Rao
d24e12d9c4
Fix server side events (#465) 2023-02-06 14:51:08 -08:00
PeterYusuke
07289c8735
Solve windows env test fails (#437) 2023-02-06 13:41:59 -08:00
Alek Petuskey
42a40d0274
Add Discord badge (#455) 2023-02-06 13:34:09 -08:00
advo-kat
50a7c02142
Use Socket.IO for message transport (#449) 2023-02-06 10:37:52 -08:00
Nikhil Rao
8958f14778
Allow pc.cond without else case (#453) 2023-02-05 17:50:34 -08:00
Thomas Brandého
0b2f1369a6
Provide high-level API for most components (#451) 2023-02-05 16:02:21 -08:00
Nikhil Rao
d709ab9e03
Add import aliases (#452) 2023-02-05 15:01:21 -08:00
lawrence-axb
d1ff7d481f
Allow plotly figures as state vars (#440) 2023-02-04 16:13:18 -08:00
Robert Neumann
dab7e5d2a1
Remove extra flags from pc run (#434) 2023-02-04 10:51:01 -08:00
LumiaGG
6af374e024
Fix event chain bugs (#413) 2023-02-04 10:46:31 -08:00
Elijah Ahianyo
00479362df
Allow conditional props (#359) 2023-02-02 00:22:44 -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
Wazarr
6c2f4deb70
Make db_url optional (#402) 2023-01-30 20:38:48 -08:00
Nikhil Rao
e578956b0c
Comment out pclist (#407) 2023-01-30 19:25:02 -08:00
Nikhil Rao
0e48ceda21
Update README for pip install pynecone (#404) 2023-01-30 18:28:58 -08:00
Nikhil Rao
6b97de71a0
Fix format route and code cleanup (#399) 2023-01-30 14:35:06 -08:00
advo-kat
41fffe677b
Add support for toggling color mode ('night/day mode') (#382)
Co-authored-by: g0ee <0@g0.ee>
Co-authored-by: g0ee <adbokat.b.a.s.e@gmail.com>
2023-01-30 12:39:32 -08:00
Francesco Ambrosini
4c7d923b7d
Check if curl and unzip are installed (#386) 2023-01-30 12:13:54 -08:00
Alek Petuskey
ca637801a6
Switch order of df logic. (#396) 2023-01-30 10:28:38 -08:00
Nikhil Rao
a5bd23d792
Fix event encoding (#393) 2023-01-29 21:43:26 -08:00
Robert Neumann
7fefbcd444
Feature: Add Pynecone Container Image Build (#387) 2023-01-29 21:38:27 -08:00
Nikhil Rao
3f5ff53c88
Support state vars in pc.markdown (#392) 2023-01-29 20:57:10 -08:00
Alek Petuskey
450576bbee
Finalized port closing and error warning. (#391) 2023-01-29 20:33:32 -08:00
Thomas Brandého
4971f6d814
Support backend-only state vars (#390) 2023-01-29 18:55:34 -08:00
Nikhil Rao
2b7e2ecf30
Fix custom routes on Windows (#389) 2023-01-29 16:39:19 -08:00
Thomas Brandého
39732d12f5
Catch a JS Error + code cleanup (#384) 2023-01-29 16:00:02 -08:00
Alek Petuskey
1ab8620852
Close unclosed ports (#388) 2023-01-29 15:50:11 -08:00