Commit Graph

2156 Commits

Author SHA1 Message Date
Kasun Herath
92da4e04af
Integrate pre-commit (#742) 2023-03-29 18:24:23 -07:00
Kasun Herath
6bcddd1f05
Add poetry version in contributing docs (#731) (#732) 2023-03-29 11:36:20 -07:00
jonatan
e7fc4b5d7c
Fix crash when NaN, Inf or -Inf in frontend state. (#744)
* Add json5 package
* Use json5 instead of JSON when parsing state updates
2023-03-29 11:36:01 -07:00
Elijah Ahianyo
a2f86f9fbb
Feature/Multi File upload (#712)
* This PR adds a feature to upload multiple files

* modified function to support python 3.8

* change code to use types instead of  arg name
2023-03-22 23:54:08 -07:00
Francesco Ambrosini
25472d7d85
Add KeyboardKey, AspectRatio Components (#685) 2023-03-17 15:15:37 -07:00
Elijah Ahianyo
41e8afc92a
Handle file uploads with substates (#703) 2023-03-17 15:11:24 -07:00
Nikhil Rao
61d1fe68c8
Comment pcweb integration tests (#702) 2023-03-17 13:07:26 -07:00
Elijah Ahianyo
592be487c9
Call event handlers from other event handlers (#691) 2023-03-16 16:57:28 -07:00
iron3oxide
7067baf176
Refactor utils module (#666) 2023-03-16 14:59:27 -07:00
Nicolas Renkamp
300f4ca9cb
Fix Docker Example (#677) 2023-03-14 10:54:08 -07:00
Nikhil Rao
5ce4a94535
Fix link in readme (#670) 2023-03-13 08:29:49 -07:00
Alek Petuskey
8afbb8546e
Added Windows Performance Warning (#668) 2023-03-12 21:37:20 -07:00
Nikhil Rao
32513bdf46 Update version 2023-03-12 21:15:42 -07:00
Nikhil Rao
2ee8c73d5a
Add error message for invalid var ops (#664) 2023-03-11 21:11:59 -08:00
Elijah Ahianyo
38ecc66893
Add pcweb to integration tests (#657) 2023-03-11 15:35:42 -08:00
wassaf shahzad
416a813be8
Added script Component (#653) 2023-03-11 11:40:14 -08:00
Xiaojing Chen
e926460bf7
Add var support pc.list (#636) 2023-03-10 13:09:59 -08:00
Xiaojing Chen
3bf7d1f722
Throw better error for invalid child component (#655) 2023-03-10 13:02:17 -08:00
LouisFaure
ea5ef8ecb9
Added parameters to Socket.IO web server (#659) 2023-03-10 12:50:28 -08:00
Nikhil Rao
226543694b
Fix to make event chains synchronous (#654) 2023-03-09 16:31:31 -08:00
Elijah Ahianyo
07d0604ca5
Add integration tests (#650) 2023-03-09 14:59:04 -08:00
PeterYusuke
6e74cb00a3
Hot loading asset folder on dev (#643) 2023-03-08 14:39:01 -08:00
Xiaojing Chen
ae5b6426aa
Clean up json dumps (#642) 2023-03-07 14:37:34 -08:00
Elijah Ahianyo
e106b7aedf
Bugfix for properly rendering datatables (#638) 2023-03-07 13:50:04 -08:00
Nikhil Rao
3491955995
Fix format dict props (#641) 2023-03-06 17:38:21 -08:00
Nikhil Rao
d74efb9bff
Fix cond component render (#639) 2023-03-06 16:45:10 -08:00
Xiaojing Chen
a1f3bc7130
Fix for column data is a list or tuple in pc.data_table (#576) 2023-03-04 15:41:44 -08:00
Nikhil Rao
35ed2839fd
Fix responsive component import errors (#629) 2023-03-04 14:12:47 -08:00
Nikhil Rao
5a373d94e4
Update README (#630) 2023-03-04 14:12:02 -08:00
cadon
e132821a24
Fix non-english component str props (#626) 2023-03-04 12:42:21 -08:00
Nikhil Rao
f7138bd53f
Add upload component (#622) 2023-03-03 19:38:58 -08:00
Nikhil Rao
8ba22ed92d
Factor out responsive helpers (#624) 2023-03-03 13:29:17 -08:00
Nikhil Rao
b751260276
Update poetry version (#625) 2023-03-03 13:21:07 -08:00
Xiaojing Chen
2e7fb4d082
[Fix] Component table support State Vars (#571) 2023-03-02 18:33:53 -08:00
Nikhil Rao
46cdda4125
Fix issubclass check (#618) 2023-02-28 20:10:00 -08:00
Alek Petuskey
dac52da780
Fixed Pycharm highlighting issue. (#617) 2023-02-28 16:56:27 -08:00
Lucas
f06de5289e
Added inherited backend vars (#616) 2023-02-28 13:29:16 -08:00
Xiaojing Chen
55ac6e4973
Add unit test for style (#615) 2023-02-28 11:29:06 -08:00
Xiaojing Chen
b4c3cb5eb3
[Tests] add unit test for event (#614) 2023-02-27 19:13:49 -08:00
Xiaojing Chen
8f9b066794
pcconfig.py supports a separate backend_port from api_url (#593) 2023-02-27 18:19:43 -08:00
Lucas
387bacff73
Add multiple load events for a page (#596) 2023-02-25 10:13:02 -08:00
PeterYusuke
9a9a731766
loglevel setting on prod command (#594) 2023-02-24 22:44:33 -08:00
Nikhil Rao
6c8ce67b8b
Call special events from event triggers (#601) 2023-02-24 15:17:03 -08:00
PeterYusuke
f76acb2d9c
[Fix issue 563] Add meta arg to page_add method (#589)
* Add meta arg to page_add method

* Remove TypeError of "|". Set default param value.
2023-02-22 21:33:04 -08:00
Thomas Brandého
fc29202b71
fix needed following the PR that changed Icon usage (#591) 2023-02-22 16:27:54 -08:00
Xiaojing Chen
37edaa2f6b
[Fix: issue 582] Icon tag should work despite case sensitivity. (#588) 2023-02-21 17:32:34 -08:00
PeterYusuke
1204aa8a26
solve restart error on windows (#583) 2023-02-21 17:21:55 -08:00
PeterYusuke
f7a5c99969
Windows production mode command (#570) 2023-02-21 10:42:10 -08:00
Nikhil Rao
977cc6990f
Remove sitemap from export (#581) 2023-02-20 23:33:08 -08:00
Nikhil Rao
e9888337c4
Fix version check (#580) 2023-02-20 22:00:03 -08:00