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