Falko Schindler
|
a2ba6269c6
fix page examples; fix on_connect for non-shared pages
|
2 anni fa |
Falko Schindler
|
392732e664
Merge branch 'main' into #61-page-decorator
|
2 anni fa |
Falko Schindler
|
d940d65cc5
add 404 error page
|
2 anni fa |
Falko Schindler
|
c8240be372
fix delete_flag for implicitly created index page
|
2 anni fa |
Falko Schindler
|
1e0315c456
apply default page configuration from ui.run to index page
|
2 anni fa |
Falko Schindler
|
2c5ea4dc56
allow configuring pages via arguments to ui.page
|
2 anni fa |
Falko Schindler
|
d42eb5a0ca
move index page creation into page.py
|
2 anni fa |
Falko Schindler
|
fbecb7c734
remove unnecessary globals.main_page
|
2 anni fa |
Falko Schindler
|
2d6ad594f4
fix adding head and body html to pages
|
2 anni fa |
Falko Schindler
|
b32442ce01
code review; introduce PageBuilder dataclass
|
2 anni fa |
Rodja Trappe
|
cc5029497b
creating default page for element creation without @ui.page decorator
|
2 anni fa |
Rodja Trappe
|
f6a6cf2f5b
renaming
|
2 anni fa |
Rodja Trappe
|
39aa280cdb
removed page context an simplified view_stack
|
2 anni fa |
Rodja Trappe
|
84d3f190b9
fixed TODO message
|
2 anni fa |
Rodja Trappe
|
73857753c9
remvoing last bits of page_stack
|
2 anni fa |
Rodja Trappe
|
9153edac04
Merge branch '#61-page-decorator' of github.com:zauberzeug/nicegui into #61-page-decorator
|
2 anni fa |
Rodja Trappe
|
32688f9937
first step to remove page_stack
|
2 anni fa |
Falko Schindler
|
a09ddb4b97
cleanup
|
2 anni fa |
Rodja Trappe
|
1d6d07cdf4
breaking change: all pages must be created with a decorator
|
2 anni fa |
Falko Schindler
|
8d11d747f4
raise exception when ui.shutdown is called with auto-reload activated
|
2 anni fa |
Falko Schindler
|
6ff3b31fed
move ui.shutdown into lifecycle module
|
2 anni fa |
Falko Schindler
|
501323de11
experiment with more complete copy of `uvicorn.run`
|
2 anni fa |
Rodja Trappe
|
dcda1a41cb
began experimenting with page decorator
|
2 anni fa |
Rodja Trappe
|
ecf4841f5f
Began implementing ui.shutdown.
|
2 anni fa |
Rodja Trappe
|
346226e2ef
traffic: using logarithmic scale to better cope with outliers
|
2 anni fa |
Falko Schindler
|
b548ffd7c0
cleanup
|
2 anni fa |
Rodja Trappe
|
6cff64be76
traffic: ignore web crawlers
|
2 anni fa |
Rodja Trappe
|
b243c69755
traffic: ignore our own monitoring requests
|
2 anni fa |
Falko Schindler
|
946a0d9bac
split uvicorn reload arguments into list of strings to fix #62
|
2 anni fa |
Rodja Trappe
|
4a99a17e50
fixing poetry installation
|
2 anni fa |