Falko Schindler 50c9548bef introduce `ui.refreshable_method` 1 year ago
..
app 57426abcb6 consider show_welcome_message in air.py 1 year ago
elements 472efa0306 code review, pytest and documentation 1 year ago
functions 50c9548bef introduce `ui.refreshable_method` 1 year ago
json f116523c7e more pylint 1 year ago
native f559257452 avoid implicit dependency on pillow 1 year ago
static c8072296bb let `ui.card.tight()` preserve flex layout 1 year ago
tailwind_types 76f387d67b fix mypy and pylint issues on functions module 1 year ago
templates f4432a4836 introduce emitEvent and ui.on 1 year ago
testing fa83252b5b mypy and pytest 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 e7c3d0c808 Merge branch 'main' into nghia-vo/main 1 year ago
api_router.py 82e1c4f70c fix more mypy issues 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 a0c753bf6c improve access to run config 1 year ago
client.py 192f21bb33 upgrade to newer FastAPI and Starlette versions 1 year ago
context.py 46769cbbaf raise more informative exception if slot stack is empty 1 year ago
core.py 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 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 048566500b Merge branch 'main' into leaflet 1 year ago
error.py 6645c2029a add missing docstrings to public functions; consistently mark other functions private 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 b465af3bb7 serve CSS and JS resources locally 1 year ago
observables.py d4f337145d generalize late event registration to other observables 1 year ago
optional_features.py f559257452 avoid implicit dependency on pillow 1 year ago
outbox.py 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 1 year ago
page.py 8a330c1000 code review 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 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 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 5f7c6c1a86 migrate storage from system's default encoding to UTF-8 1 year ago
tailwind.py 6645c2029a add missing docstrings to public functions; consistently mark other functions private 1 year ago
ui.py 50c9548bef introduce `ui.refreshable_method` 1 year ago
ui_run.py cc961f0156 mypy 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