Falko Schindler 39ca3176f5 fix modifier keys for interactive image (fixes #2530) 1 year ago
..
app 11ee50957e make follow_symlink parameter accessible (#2285) 1 year ago
elements 39ca3176f5 fix modifier keys for interactive image (fixes #2530) 1 year ago
functions 23eae0c7cd introduce media_type parameter for ui.download 1 year ago
json f116523c7e more pylint 1 year ago
native f559257452 avoid implicit dependency on pillow 1 year ago
static 8b24adc172 remove some more Tailwind warnings 1 year ago
tailwind_types 76f387d67b fix mypy and pylint issues on functions module 1 year ago
templates 52d2961ea6 Merge pull request #2499 from me21/me21-patch-for-2469 1 year ago
testing 9ffe07b0f8 split outbox loop into one loop per client 1 year ago
.syncignore 936a7c9308 provide .syncignore for lib subfolder 1 year ago
__init__.py 5493bf8869 improve robustness of AwaitableResponse 1 year ago
air.py 70652c24c8 fixing mypy error 1 year ago
api_router.py ff81c4d176 fix broken target links in documentation strings 1 year ago
awaitable_response.py bad0a87563 add documentation for NullResponse 1 year ago
background_tasks.py 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 1 year ago
binding.py 00ed010b96 improve performance for removing bindings using an object set for constant-time lookup 1 year ago
client.py 23eae0c7cd introduce media_type parameter for ui.download 1 year ago
context.py 46769cbbaf raise more informative exception if slot stack is empty 1 year ago
core.py 8ac9a4a69e introduce a separate outbox per client 1 year ago
dataclasses.py 0422be335f avoid cyclic imports 1 year ago
dependencies.py a3471348c2 add local resources for leaflet-draw 1 year ago
element.py e69595b799 add some documentation about slots 1 year ago
error.py 5e2c79ddbe load HTML and SVG statically 1 year ago
event_listener.py 6645c2029a add missing docstrings to public functions; consistently mark other functions private 1 year ago
events.py 65460efc2f fix typo 1 year ago
favicon.py a0c753bf6c improve access to run config 1 year ago
helpers.py 78d679c64d support kebab-case event types 1 year ago
language.py 5383de7102 use Literal, Protocol, SupportsIndex and get_args from built-in typing package 1 year ago
logging.py db59f17ef2 remove logging and livecycle hooks from globals.py 1 year ago
middlewares.py ec77362461 redirect middleware: only use prefix for / urls 1 year ago
nicegui.py c7e06c3745 code review 1 year ago
observables.py d4f337145d generalize late event registration to other observables 1 year ago
optional_features.py 866de092df simplification and cleanup 1 year ago
outbox.py 9ffe07b0f8 split outbox loop into one loop per client 1 year ago
page.py ff81c4d176 fix broken target links in documentation strings 1 year ago
page_layout.py cd96c0b2e0 code review 1 year ago
py.typed 8d86a6eef2 add py.typed so that mypy will not skip checking types against imports from nicegui 1 year ago
run.py 906ef255a5 add explanation for run.cpu_bound 1 year ago
server.py 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 1 year ago
slot.py 050dfde4df remove slot stacks from globals 1 year ago
storage.py 3dacc42b65 simplify _is_in_auto_index_context function 1 year ago
tailwind.py 6645c2029a add missing docstrings to public functions; consistently mark other functions private 1 year ago
ui.py e46d04649c code review; merge tests 1 year ago
ui_run.py ff81c4d176 fix broken target links in documentation strings 1 year ago
ui_run_with.py 8f25cc26db collect URLs before running on_startup handlers 1 year ago
version.py f116523c7e more pylint 1 year ago
welcome.py 8f25cc26db collect URLs before running on_startup handlers 1 year ago