Falko Schindler
|
82abfe9f05
switch to new lifespan API (fixes #1849)
|
1 年之前 |
Falko Schindler
|
0f1728809f
rename index_client to auto_index_client
|
1 年之前 |
Falko Schindler
|
086670a605
rename app configs
|
1 年之前 |
Falko Schindler
|
2b130fb5cb
extract app config; remove "globals" from public API and rename it to "core"
|
1 年之前 |
Falko Schindler
|
8c5c345e63
move "run executor" into run.py
|
1 年之前 |
Falko Schindler
|
050dfde4df
remove slot stacks from globals
|
1 年之前 |
Falko Schindler
|
fcdd731a93
move air instance out of globals.py; move client-related functions out of nicegui.py
|
1 年之前 |
Falko Schindler
|
82a9059f9a
fix merge error
|
1 年之前 |
Falko Schindler
|
833b596af2
Merge branch '1.4' into globals
|
1 年之前 |
Falko Schindler
|
e17be83079
Merge branch 'main' into 1.4
|
1 年之前 |
Falko Schindler
|
1424a8599e
move client dict and index client into Client
|
1 年之前 |
Falko Schindler
|
84a9a41961
mypy and pylint
|
1 年之前 |
Falko Schindler
|
25be2973a8
move app state into app
|
1 年之前 |
Falko Schindler
|
db59f17ef2
remove logging and livecycle hooks from globals.py
|
1 年之前 |
Falko Schindler
|
9739cedfa2
make sure to remove elements of "unknown" client and to keep pruning loops running
|
1 年之前 |
Falko Schindler
|
77818c4b4d
Merge branch 'main' into 1.4
|
1 年之前 |
Falko Schindler
|
e0f0d36595
upgrade to python-socketio >=5.10.0 (fixes #1809)
|
1 年之前 |
Rodja Trappe
|
5fbe811f68
socketio heartbeats depend on reconnect_timeout
|
1 年之前 |
Falko Schindler
|
d9d65d0647
consistently use prefix "on_" for registering handlers only (fixes #1326)
|
1 年之前 |
Falko Schindler
|
6645c2029a
add missing docstrings to public functions; consistently mark other functions private
|
1 年之前 |
Falko Schindler
|
eea7d8d4ce
Merge pull request #1762 from zauberzeug/recover_from_reconnect
|
1 年之前 |
Falko Schindler
|
15c3321297
code review
|
1 年之前 |
Falko Schindler
|
f5dd41d395
refresh binding before page delivery
|
1 年之前 |
Rodja Trappe
|
0c3e5222a1
fixed tests and configurable reconnection timeout
|
1 年之前 |
Rodja Trappe
|
0684f72858
use client_id instead sid to identify browser tab
|
1 年之前 |
Rodja Trappe
|
b466f37186
named background tasks
|
1 年之前 |
Falko Schindler
|
291a74435f
introduce run.cpu_bound and run.io_bound
|
1 年之前 |
Falko Schindler
|
736f37580e
move mimetypes into nicegui.py, fix js mimetype
|
1 年之前 |
Falko Schindler
|
9956ab5c2a
fix "dictionary changed size during iteration"
|
1 年之前 |
Falko Schindler
|
e0b191eb7e
introduce _on_delete(), refactoring, re-activate tests
|
1 年之前 |