Commit Graph

30 Commits

Author SHA1 Message Date
叶子
1529a23c1b
Switch linter to ruff (#450) 2023-02-09 11:33:18 -08:00
Thomas Brandého
4ef2ba779c
Add router_data in substates (#474) 2023-02-07 21:53:04 -08:00
advo-kat
50a7c02142
Use Socket.IO for message transport (#449) 2023-02-06 10:37:52 -08:00
Wazarr
6c2f4deb70
Make db_url optional (#402) 2023-01-30 20:38:48 -08:00
Nikhil Rao
0e48ceda21
Update README for pip install pynecone (#404) 2023-01-30 18:28:58 -08:00
Thomas Brandého
52aaf365c9
Add onload event handler (#337) 2023-01-24 17:41:42 -08:00
Nikhil Rao
6f3d763f82
Rename path to route everywhere (#329) 2023-01-23 21:53:42 -08:00
Thomas Brandého
554e6d919b
Add event token to router_data (#316) 2023-01-22 17:40:19 -08:00
Atharva Shah
2ccbfff223
General code cleanup (#312) 2023-01-22 10:58:07 -08:00
andy-verstraeten
b93c7a8cbf
Empty pages directory on recompile (#269) 2023-01-18 12:11:31 -08:00
Thomas Brandého
8858754d40
Add 404 custom page handling (#265) 2023-01-15 12:22:48 -08:00
Thomas Brandého
2e41303b25
Add optional catch all handling (#260) 2023-01-14 18:46:52 -08:00
Thomas Brandého
9d59936737
Handle dynamic routes (#250) 2023-01-12 14:38:29 -08:00
Thomas Brandého
1124067c12
Add router data to state (#228) 2023-01-08 13:48:09 -08:00
Nikhil Rao
d93e2cec00
Add decorator for custom components (#193) 2023-01-02 16:08:00 -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
3e8f6ffbb3
Socket CORS (#173) 2022-12-23 11:19:30 -08:00
Nikhil Rao
0b496fc0e0
Use websockets for events (#150) 2022-12-20 15:22:04 -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
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
Alek Petuskey
91bb3f0b26
Added Meta for Pages (#29)
* Added meta changes.


Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>
2022-12-05 00:40:35 -08:00
Nikhil Rao
e636f0dd3e
Add function to insert app middleware (#22) 2022-12-01 10:55:58 -08:00
Nikhil Rao
f710fc1a82
Support Python 3.11 (#17) 2022-11-29 17:01:14 -08:00
Nikhil Rao
1f817c637f
Fix redis setup (#11) 2022-11-21 15:32:51 -08:00
Nikhil Rao
159e7949f1
Create config class (#8) 2022-11-20 16:12:46 -08:00
Nikhil Rao
29e37350e5
Add basic unit tests (#7)
* Unit tests for components, state, and utils
2022-11-20 14:34:25 -08:00
Nikhil Rao
03d0aca366 Add is_dataframe check. 2022-11-18 17:48:51 -08:00
Nikhil Rao
e8e8eaa010 Initial commit. 2022-11-18 12:44:06 -08:00