Rodja Trappe
|
ae7d3f94f5
dont load dependencies if there are none
|
2 years ago |
Falko Schindler
|
fdd580cb84
Merge pull request #86 from zauberzeug/#61-page-decorator
|
2 years ago |
Rodja Trappe
|
14c5f35315
minor documentation improvements
|
2 years ago |
Rodja Trappe
|
e24d61c704
removed warning log
|
2 years ago |
Falko Schindler
|
d6185106fe
remove obsolete special treatment for index page
|
2 years ago |
Falko Schindler
|
c8ad913aba
add documentation and example about shared, private and index pages
|
2 years ago |
Falko Schindler
|
6d59940354
fix order of dependencies
|
2 years ago |
Falko Schindler
|
4371de24a1
improve upload example
|
2 years ago |
Falko Schindler
|
dea7a42c7d
update documentation
|
2 years ago |
Falko Schindler
|
e64569d094
reload page when new dependencies are added dynamically
|
2 years ago |
Falko Schindler
|
466517a795
move page and update out of elements folder
|
2 years ago |
Falko Schindler
|
108dc48aaf
allow dynamically adding dependencies
|
2 years ago |
Falko Schindler
|
483970b8d9
serve dependencies for custom elements on demand
|
2 years ago |
Falko Schindler
|
6040b8311f
remove obsolete excludes; check for MATPLOTLIB environment variable
|
2 years ago |
Falko Schindler
|
2216e6455b
serve highcharts and aggrid libraries only if chart or table elements have been added to the UI
|
2 years ago |
Falko Schindler
|
6facf8b6c8
remove pre-evaluation of ui.run
|
2 years ago |
Falko Schindler
|
35798be15d
tiny fix
|
2 years ago |
Falko Schindler
|
43b2933328
provide ui.run_javascript and ui.await_javascript
|
2 years ago |
Falko Schindler
|
f89f0ba331
allow passing page functions to ui.link and ui.open
|
2 years ago |
Falko Schindler
|
a2ba6269c6
fix page examples; fix on_connect for non-shared pages
|
2 years ago |
Falko Schindler
|
392732e664
Merge branch 'main' into #61-page-decorator
|
2 years ago |
Falko Schindler
|
d940d65cc5
add 404 error page
|
2 years ago |
Falko Schindler
|
c8240be372
fix delete_flag for implicitly created index page
|
2 years ago |
Falko Schindler
|
1e0315c456
apply default page configuration from ui.run to index page
|
2 years ago |
Falko Schindler
|
2c5ea4dc56
allow configuring pages via arguments to ui.page
|
2 years ago |
Falko Schindler
|
d42eb5a0ca
move index page creation into page.py
|
2 years ago |
Falko Schindler
|
fbecb7c734
remove unnecessary globals.main_page
|
2 years ago |
Falko Schindler
|
2d6ad594f4
fix adding head and body html to pages
|
2 years ago |
Falko Schindler
|
b32442ce01
code review; introduce PageBuilder dataclass
|
2 years ago |
Rodja Trappe
|
cc5029497b
creating default page for element creation without @ui.page decorator
|
2 years ago |