From d717d653bac9a0737d5a2e5b3af58e4d50569d52 Mon Sep 17 00:00:00 2001 From: Josep Boix Requesens Date: Thu, 13 Jun 2024 10:31:33 +0200 Subject: [PATCH] chore: add default media sources to theme editor input Resolve #9 by adding a pre-configured selection of default media sources to the theme editor's live preview section. The input field now includes a `datalist` element with default options for typical media scenarios. The `datalist` element was chosen to provide a simple and native solution for suggesting media sources, ensuring compatibility and ease of use across most browsers. While Firefox has limited support for the `datalist` element, the decision to use it was made to simplify the implementation and utilize native HTML5 elements when possible. --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 30931da..e65caed 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,16 @@

Craft your theme

Live Canvas Preview

- +
+ + + + + + a + + +