From 4d6b92e1a44cf4198c2ff8e15d084b4f9c0d942e Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 30 Dec 2025 15:21:02 +0100 Subject: [PATCH] docs: fix data-controller example and remove unused import - Standardize data-controller placement to element - Remove unused asyncio import from timeout error example - Improve documentation consistency --- one.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/one.org b/one.org index f25c627..e29f1be 100644 --- a/one.org +++ b/one.org @@ -1820,7 +1820,6 @@ def create_post_with_tags(consumer, content): Handle long-running operations with timeouts: #+BEGIN_SRC python -import asyncio from threading import Thread @liveview_handler("process_large_file") @@ -3044,10 +3043,10 @@ application = URLRouter( **** ~data-controller="page"~ -Required on ~~ or ~~ to activate Stimulus controller. +Required on ~~ element to activate Stimulus controller. #+BEGIN_SRC html - + #+END_SRC **** ~data-room="room-id"~