Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information