Falko Schindler c3eabbabd3 fix parsing props with URL parameters (fixes #4453) 2 місяців тому
..
app 556ea09227 flag for file existence checks on add_static_file (#4411) 2 місяців тому
elements 1347b6956b Allow defining an update method as part of an element's dictionary (#4470) 2 місяців тому
functions 8e77ddace8 Add function to update browser bar URL (#4382) 2 місяців тому
json 25a633450d update pre-commit and ruff (#4052) 5 місяців тому
native d8407a7cf2 Bump pywebview from 5.3.2 to 5.4 (#4283) 3 місяців тому
persistence b71074ef73 Run init of app.storage.general as early as possible (#4355) 2 місяців тому
scripts ee51a680e2 Expose additional PyInstaller arguments (#3853) 7 місяців тому
static 1347b6956b Allow defining an update method as part of an element's dictionary (#4470) 2 місяців тому
tailwind_types 2cf863c43b Update JavaScript dependencies (#3654) 8 місяців тому
templates e2c8aa7a34 Add zh-CN & zh-TW support when server down. (#4324) 2 місяців тому
testing 3490ab59a4 Better support select element with multiple values and dictionaries in user simulation (#4449) 2 місяців тому
.syncignore 4992d31c91 livesync: ignore mypy_cache 1 рік тому
__init__.py 1fb2d12eef Introduce bindable dataclass fields (#3987) 3 місяців тому
air.py a0ff16eabc Only delete page content if the number of connections is zero (#4285) 3 місяців тому
api_router.py ff81c4d176 fix broken target links in documentation strings 1 рік тому
awaitable_response.py bad0a87563 add documentation for NullResponse 1 рік тому
background_tasks.py 93efc0ce86 support creating background tasks from awaitables as promised by the type annotation (#3579) 8 місяців тому
binding.py 743c205364 Copyable classes with bindable properties (#4251) 2 місяців тому
classes.py d87ee220d0 update Tailwind links to point to version 3 2 місяців тому
client.py 09c8b08f1a Introduce `_waiting_for_connection` event for more efficient page function (#4466) 2 місяців тому
context.py 108035a986 remove and update deprecated APIs (#3648) 8 місяців тому
core.py 8ac9a4a69e introduce a separate outbox per client 1 рік тому
dataclasses.py 0422be335f avoid cyclic imports 1 рік тому
dependencies.py e064e56d22 explicitly specify UTF-8 encoding when reading/writing files (fixes #4364) 2 місяців тому
element.py 1347b6956b Allow defining an update method as part of an element's dictionary (#4470) 2 місяців тому
element_filter.py 3490ab59a4 Better support select element with multiple values and dictionaries in user simulation (#4449) 2 місяців тому
error.py e064e56d22 explicitly specify UTF-8 encoding when reading/writing files (fixes #4364) 2 місяців тому
event_listener.py cdce8052c4 merge event listeners for simplicity and to preserve their order 1 рік тому
events.py 49a7fe302e Introduce QSlideItem element (#4358) 2 місяців тому
favicon.py a35f594726 pass tuples to str.startswith() where possible 6 місяців тому
helpers.py 9f95ba707d fix event type conversion (fixes #4210) 4 місяців тому
html.py 1f78c863e7 add two missing HTML tags (fixes 4005) 6 місяців тому
javascript_request.py f1a5a0e40c add ruff checks 1 рік тому
language.py eec322b85b fix typing for supported language codes 2 місяців тому
logging.py db59f17ef2 remove logging and livecycle hooks from globals.py 1 рік тому
middlewares.py ec77362461 redirect middleware: only use prefix for / urls 1 рік тому
nicegui.py b71074ef73 Run init of app.storage.general as early as possible (#4355) 2 місяців тому
observables.py b742ce279d Only ignore specific missing imports with mypy (#3113) 11 місяців тому
optional_features.py 36a9cd6974 Introduce redis storage which syncs between multiple instances (#4074) 4 місяців тому
outbox.py 10bc9c0f24 Add message history and retransmission (#3199) 5 місяців тому
page.py 09c8b08f1a Introduce `_waiting_for_connection` event for more efficient page function (#4466) 2 місяців тому
page_layout.py c095466329 copy note about `value=None` to left and right drawers 2 місяців тому
props.py c3eabbabd3 fix parsing props with URL parameters (fixes #4453) 2 місяців тому
py.typed 8d86a6eef2 add py.typed so that mypy will not skip checking types against imports from nicegui 1 рік тому
run.py d979476d87 Provide tests for run.io_bound and run.cpu_bound (#2234) 9 місяців тому
server.py 2b130fb5cb extract app config; remove "globals" from public API and rename it to "core" 1 рік тому
slot.py f1a5a0e40c add ruff checks 1 рік тому
staticfiles.py d876e7dc0c Add 'max_cache_age' parameter to 'add_static_files' and 'add_static_file'. (#4032) 5 місяців тому
storage.py 786e24fb65 Save non-serializable data in tab storage (#4325) 3 місяців тому
style.py 392e0d0cf2 Provide public API for accessing `_props`, `_classes` and `_style`. (#3588) 8 місяців тому
tailwind.py 2cf863c43b Update JavaScript dependencies (#3654) 8 місяців тому
timer.py ef9693ca2b Add version information to documentation (#4221) 4 місяців тому
translations.py 0df90a204d fix mismatch between language.py and translations.py (fixes #4417) 2 місяців тому
ui.py 49a7fe302e Introduce QSlideItem element (#4358) 2 місяців тому
ui_run.py a366de0c53 Ensure valid host when opening native window (#4443) 2 місяців тому
ui_run_with.py ef9693ca2b Add version information to documentation (#4221) 4 місяців тому
version.py f116523c7e more pylint 1 рік тому
welcome.py d9896614a5 fix URL list when specifying a `host` in `ui.run` (fixes #4425) 2 місяців тому