소스 검색

#789 more page for ui.run to show favicon demos
does not work as expected yet

Rodja Trappe 2 년 전
부모
커밋
1c227e85a9
2개의 변경된 파일31개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      website/documentation.py
  2. 30 0
      website/more_documentation/ui_run_documentation.py

+ 1 - 5
website/documentation.py

@@ -632,11 +632,7 @@ def create_full() -> None:
 
 
     heading('Configuration')
     heading('Configuration')
 
 
-    @element_demo(ui.run, browser_title='My App')
-    def ui_run_demo():
-        ui.label('page with custom title')
-
-        # ui.run(title='My App')
+    load_demo(ui.run)
 
 
     # HACK: switch color to white for the next demo
     # HACK: switch color to white for the next demo
     demo_BROWSER_BGCOLOR = demo.BROWSER_BGCOLOR
     demo_BROWSER_BGCOLOR = demo.BROWSER_BGCOLOR

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 30 - 0
website/more_documentation/ui_run_documentation.py


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.