Autocomplete widget and /-/debug/autocomplete test page

This commit is contained in:
Simon Willison 2026-06-13 22:59:37 -07:00
commit aa5fb7be3d
8 changed files with 642 additions and 0 deletions

View file

@ -37,6 +37,11 @@ DEBUG_MENU_ITEMS = (
"Debug allow rules",
"Explore how allow blocks match actors against permission rules.",
),
(
"/-/debug/autocomplete",
"Debug autocomplete",
"Try out table autocomplete against a detected label column.",
),
(
"/-/threads",
"Debug threads",