From 0d4f3433deffd127075209480427f43b4c5c4e6a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 11 Jan 2023 20:55:21 -0800 Subject: feat(wpcarro/slx): Simple Select impl'd in JS Proof-of-concept implementation of "simple select" to write browser apps that can filter lists with labels like: ``` author:Hemingway title:For\sWhom.+ ``` Change-Id: I6c4cc65fe6319c9230fdc1e983462864acdc6aef Reviewed-on: https://cl.tvl.fyi/c/depot/+/7812 Reviewed-by: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/scratch/simple-select/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 users/wpcarro/scratch/simple-select/index.html (limited to 'users/wpcarro/scratch/simple-select/index.html') diff --git a/users/wpcarro/scratch/simple-select/index.html b/users/wpcarro/scratch/simple-select/index.html new file mode 100644 index 000000000000..f7d4576f79a1 --- /dev/null +++ b/users/wpcarro/scratch/simple-select/index.html @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit 1.4.1