Commit Graph

2234 Commits

Author SHA1 Message Date
Xiaojing Chen
ae5b6426aa
Clean up json dumps () 2023-03-07 14:37:34 -08:00
Elijah Ahianyo
e106b7aedf
Bugfix for properly rendering datatables () 2023-03-07 13:50:04 -08:00
Nikhil Rao
3491955995
Fix format dict props () 2023-03-06 17:38:21 -08:00
Nikhil Rao
d74efb9bff
Fix cond component render () 2023-03-06 16:45:10 -08:00
Xiaojing Chen
a1f3bc7130
Fix for column data is a list or tuple in pc.data_table () 2023-03-04 15:41:44 -08:00
Nikhil Rao
35ed2839fd
Fix responsive component import errors () 2023-03-04 14:12:47 -08:00
Nikhil Rao
5a373d94e4
Update README () 2023-03-04 14:12:02 -08:00
cadon
e132821a24
Fix non-english component str props () 2023-03-04 12:42:21 -08:00
Nikhil Rao
f7138bd53f
Add upload component () 2023-03-03 19:38:58 -08:00
Nikhil Rao
8ba22ed92d
Factor out responsive helpers () 2023-03-03 13:29:17 -08:00
Nikhil Rao
b751260276
Update poetry version () 2023-03-03 13:21:07 -08:00
Xiaojing Chen
2e7fb4d082
[Fix] Component table support State Vars () 2023-03-02 18:33:53 -08:00
Nikhil Rao
46cdda4125
Fix issubclass check () 2023-02-28 20:10:00 -08:00
Alek Petuskey
dac52da780
Fixed Pycharm highlighting issue. () 2023-02-28 16:56:27 -08:00
Lucas
f06de5289e
Added inherited backend vars () 2023-02-28 13:29:16 -08:00
Xiaojing Chen
55ac6e4973
Add unit test for style () 2023-02-28 11:29:06 -08:00
Xiaojing Chen
b4c3cb5eb3
[Tests] add unit test for event () 2023-02-27 19:13:49 -08:00
Xiaojing Chen
8f9b066794
pcconfig.py supports a separate backend_port from api_url () 2023-02-27 18:19:43 -08:00
Lucas
387bacff73
Add multiple load events for a page () 2023-02-25 10:13:02 -08:00
PeterYusuke
9a9a731766
loglevel setting on prod command () 2023-02-24 22:44:33 -08:00
Nikhil Rao
6c8ce67b8b
Call special events from event triggers () 2023-02-24 15:17:03 -08:00
PeterYusuke
f76acb2d9c
[Fix issue 563] Add meta arg to page_add method ()
* 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 () 2023-02-22 16:27:54 -08:00
Xiaojing Chen
37edaa2f6b
[Fix: issue 582] Icon tag should work despite case sensitivity. () 2023-02-21 17:32:34 -08:00
PeterYusuke
1204aa8a26
solve restart error on windows () 2023-02-21 17:21:55 -08:00
PeterYusuke
f7a5c99969
Windows production mode command () 2023-02-21 10:42:10 -08:00
Nikhil Rao
977cc6990f
Remove sitemap from export () 2023-02-20 23:33:08 -08:00
Nikhil Rao
e9888337c4
Fix version check () 2023-02-20 22:00:03 -08:00
Alek Petuskey
313dd7dc3b
Added Re-Init () 2023-02-20 19:55:46 -08:00
PeterYusuke
a0967fc04c
Add windows darglint test batch file () 2023-02-19 18:20:50 -08:00
Lunarmagpie
7dfa0c848a
Add py.typed () 2023-02-17 21:55:19 -08:00
Nikhil Rao
f88d4ce4b4
Add tests for pc.icon () 2023-02-17 12:01:30 -08:00
Elyanah Aco
12faa76279
Convert pc.icon tag to title case () 2023-02-16 17:49:03 -08:00
Nikhil Rao
d72256d427
Generate app sitemap () 2023-02-16 14:53:18 -08:00
PeterYusuke
7fa1a85d91
Add class name property to component () 2023-02-16 11:34:49 -08:00
Alek Petuskey
b36680fefd
Anonymous Telemetry Opt Out Available ()
* Added anonymous telemetry with opt-out.
2023-02-16 00:11:53 -08:00
Thomas Brandého
d0b47e1c23
Fix raw list not working in foreach () 2023-02-15 22:21:53 -08:00
Thomas Brandého
b4fb0df9ea
Update list high-level API () 2023-02-15 22:07:43 -08:00
Ronaldo Zefi
6c81a5bf94
Solved export backend.zip error on windows () 2023-02-14 12:09:00 -08:00
Nikhil Rao
47eebe0ea5
Clean up cond vars () 2023-02-13 15:27:03 -08:00
Alek Petuskey
adf5b7fb1b
Added Type Annotation Error Message Indexing/Foreach () 2023-02-12 21:47:21 -08:00
Nikhil Rao
6553be524f
Fix websockets () 2023-02-12 14:53:21 -08:00
Nikhil Rao
f37540286c
Fix cors origin () 2023-02-12 13:48:05 -08:00
Nikhil Rao
fb9b8a8c83
Add cors to backend server () 2023-02-12 13:38:30 -08:00
Nikhil Rao
0bd8f6acfc
Add keypress event handlers () 2023-02-12 13:12:57 -08:00
Elijah Ahianyo
8de2163d84
Create PCDict () 2023-02-12 12:52:45 -08:00
Nikhil Rao
8c8b2396fc
Add password component () 2023-02-12 09:57:42 -08:00
Thomas Brandého
c203ad57a4
Add pc.route decorator () 2023-02-12 09:37:47 -08:00
叶子
094082c35b
Fix type errors in template () 2023-02-12 09:36:16 -08:00
Cheesy-Brik
cdf93ed004
Add color prop to CircularProgress () 2023-02-12 09:27:55 -08:00