Commit Graph

2239 Commits

Author SHA1 Message Date
Nikhil Rao
92fe881479
Apply global styles to body (#222) 2023-01-07 20:00:05 -08:00
Alek Petuskey
2d5cb4a561
Added victory graphs. (#214) 2023-01-05 17:38:54 -08:00
Alek Petuskey
fe81916a05
Fix integration test (#211) 2023-01-04 22:01:25 -08:00
Nikhil Rao
2543e48a30
Access parent state vars from substate (#207) 2023-01-04 15:41:05 -08:00
Nikhil Rao
3f27ce3442
Fix component decorator bugs (#203) 2023-01-04 15:20:33 -08:00
Nikhil Rao
858008d3b1
Decent markdown source (#205) 2023-01-04 15:06:33 -08:00
Nikhil Rao
d7cd792b57
Add default gitignore on pc init (#206) 2023-01-04 15:05:07 -08:00
Nikhil Rao
d93e2cec00
Add decorator for custom components (#193) 2023-01-02 16:08:00 -08:00
pysqz
22deb9eb1b
Add option to specify port (#192) 2022-12-31 09:41:48 -08:00
Nikhil Rao
2be20745f1
Improve cli help messages (#185) 2022-12-27 00:01:20 -08:00
Nikhil Rao
a93b1425c7
Catch websocket disconnect (#184) 2022-12-26 23:14:35 -08:00
Alek Petuskey
af9733996a
Add log level args for pc run (#182) 2022-12-26 23:02:57 -08:00
Murilo Cunha
9d16582c23
Small changes in Markdown component (#179) 2022-12-26 10:20:50 -08:00
Alek Petuskey
3e8f6ffbb3
Socket CORS (#173) 2022-12-23 11:19:30 -08:00
Nikhil Rao
e32ffb6aed
Fix event handler formatting (#174) 2022-12-23 11:18:19 -08:00
Nikhil Rao
43bd4784dc
Fix substate event handlers (#171) 2022-12-22 16:10:15 -08:00
Nikhil Rao
63ec55bdde
Fix generic alias checks (#172) 2022-12-22 16:06:11 -08:00
Nikhil Rao
0bc09dc961
Add template version check (#164) 2022-12-21 20:05:02 -08:00
Nikhil Rao
974d2b4cbb
Improve event processing performance (#163) 2022-12-21 20:04:13 -08:00
Alek Petuskey
429b21260d
Add Node Version Error Handling (#159) 2022-12-21 18:22:31 -08:00
Nikhil Rao
57e278ae1c
Improve event processing performance (#153) 2022-12-21 15:18:04 -08:00
Alek Petuskey
f445febdc9
Run integration test on pr approval. (#155) 2022-12-20 22:45:03 -08:00
Alek Petuskey
92ddb90639
Added integration test. (#152) 2022-12-20 22:26:42 -08:00
Nikhil Rao
0b496fc0e0
Use websockets for events (#150) 2022-12-20 15:22:04 -08:00
Kabir Goel
84ca907aac
Add React fragment support (#148) 2022-12-20 10:43:32 -08:00
Kabir Goel
76e6a690ce
Fix missing curly brace in _app.js styles (#145) 2022-12-20 11:37:24 +05:30
Kabir Goel
9c3b81ff82
Add size to Input (#143) 2022-12-19 20:33:46 -08:00
Étienne BERSAC
3d275cf4c2
Update README.md (#119) 2022-12-16 01:44:10 -08:00
Nikhil Rao
2496c3fb9f
Fix pc run backend only (#118) 2022-12-15 23:07:54 -08:00
Nikhil Rao
ba2ae70ee4
Use npm on windows (#117) 2022-12-15 22:13:36 -08:00
Nikhil Rao
e127149bc1
Factor out code for dynamic routes (#109) 2022-12-15 11:37:39 -08:00
Nikhil Rao
933c3678d4
Fix model json conversion (#108)
* Add all fields when converting model to json
* Fix switched image/description in page meta
2022-12-15 01:43:24 -08:00
Nikhil Rao
622a8ef3c2
Support vars for select and radio (#107) 2022-12-15 00:22:13 -08:00
Nikhil Rao
a9afe819db
Fix event handler lambda args (#106) 2022-12-14 23:43:30 -08:00
Nikhil Rao
2c3ef6e23f
Support prod run on windows (#99) 2022-12-14 17:18:20 -08:00
Alek Petuskey
cf33e86edb
Added html component (#98) 2022-12-14 16:13:01 -08:00
Nikhil Rao
209f490bfc
Add windows support (#96) 2022-12-14 16:07:46 -08:00
Alek Petuskey
40542cb0eb
Updated datable api (#92) 2022-12-13 21:47:35 -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
Alek Petuskey
8d2488379c
Update issue templates (#87) 2022-12-13 12:51:48 -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
d39bcc7d38
Enable pc prod without redis (#85)
* Make app callable

* Enable pc prod without redis

* Add missing code
2022-12-13 10:05:37 -08:00
Nikhil Rao
23fc3cadd9
Update poetry to v1.3.1 (#80)
* Update poetry version and relock
* Update poetry version in build.yml
2022-12-12 19:08:20 -08:00
叶子
2c683a0dcd
Update Readme (#76) 2022-12-12 00:28:32 -08:00
Nikhil Rao
c176c0e0d7
Create Security.md (#72) 2022-12-11 20:02:37 -08:00
Nikhil Rao
b13adbbbc5
Don't show stack trace in window alert (#71) 2022-12-11 12:14:39 -08:00
Nikhil Rao
b9d2e2f05c
Accordion allow toggle by default (#69) 2022-12-11 11:43:59 -08:00
Kyle M. Kovary
6bb0190dd1
Include information about creating a local build (#59)
* included information about creating a local build
* included a link to poetry docs, create local build using poetry
2022-12-11 00:04:22 -08:00
jai-parwani-1
dd905dec5f
Update README.md (#52)
Added a missing word in contributing part of readme.md .
2022-12-10 11:47:24 -08:00