Falko Schindler ac9180c149 use converter function for aggrid and table 1 year ago
..
elements ac9180c149 use converter function for aggrid and table 1 year ago
functions 147fb1e677 extend documentation 1 year ago
json a55a452a1c fix some more mypy issues 1 year ago
static ac9180c149 use converter function for aggrid and table 1 year ago
tailwind_types 5383de7102 use Literal, Protocol, SupportsIndex and get_args from built-in typing package 1 year ago
templates 50ed10e2f4 Merge branch 'main' into fly-replay 1 year ago
__init__.py 714ab6eeb3 remove special handling of Python 3.7 1 year ago
air.py a34fb32fe4 ensure we do not emit to relay if disconnected 1 year ago
api_router.py 2fd87838d5 support str and Path favicons 1 year ago
app.py 35480dd9fb call window.destroy() if shutdown is requested 1 year ago
background_tasks.py e41f5b220d cancel coroutine before enqueueing the next lazy task 1 year ago
binding.py 7425a0267c make MAX_PROPAGATION_TIME a constant (that can be configured from outside the module) 1 year ago
client.py fcce033cbb warn if ui.open is used before client is connected 1 year ago
dependencies.py a55a452a1c fix some more mypy issues 1 year ago
element.py b88181fa84 improve solution for subclassing problem: avoid appending to same list instance like base class 1 year ago
error.py 5b81fc6dba make error page independent of Tailwind 2 years ago
event_listener.py 82a1c17a99 allow filtering event arguments again 1 year ago
events.py 5449d619a0 fixed chart events for new hierarchy 1 year ago
favicon.py d175e5f670 fix two favicon issues 1 year ago
globals.py 26dc3a14dc resolve storage path to get absolute paths 1 year ago
helpers.py d9186abc7d compute OS-independent hash (fixes #1301) 1 year ago
ids.py 579529c728 use unique client IDs to avoid confusion after reconnection 2 years ago
language.py 5383de7102 use Literal, Protocol, SupportsIndex and get_args from built-in typing package 1 year ago
native.py 79b6d8a466 fix some mypy errors 1 year ago
native_mode.py 287ec80353 support app.native.main_window.destroy() 1 year ago
nicegui.py 73f3837528 handle `undefined` in event args 1 year ago
observables.py 1738078f16 code review 1 year ago
outbox.py a55a452a1c fix some more mypy issues 1 year ago
page.py 6502de7d27 improve criterion for page route 1 year ago
page_layout.py 4e00fbc0d1 add deprecation marker 1 year ago
run.py 60351e9f6c undo PR #1426 1 year ago
run_with.py 60351e9f6c undo PR #1426 1 year ago
slot.py e0b654334a implement __iter__ for Element and Slot 2 years ago
storage.py b649fb8cbc make storage path configurable via environment variable 1 year ago
tailwind.py 2ab935ce16 fix some mypy errors 2 years ago
ui.py 4ce50038fd rename ui.echarts to ui.echart 1 year ago
welcome.py 3b81379878 remove numpy dependency where possible 1 year ago