diff --git a/.vscode/settings.json b/.vscode/settings.json index 2a30943..a1e07be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ "fuzzysort", "Heimler", "idxs", + "iife", "jsyaml", "leeoniya", "malus", @@ -33,4 +34,4 @@ "source.fixAll.eslint": "explicit" }, "eslint.experimental.useFlatConfig": true -} \ No newline at end of file +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a19a53..2a778dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## [unreleased] -- **IMPROVED**: Performance of CSS initial load +- **IMPROVED**: Performance of initial load - Cleaned up and simplified CSS - Lazy load CSS necessary for bookmark tagging and options view + - Lazy load uFuzzy library only when fuzzy search is used +- **CHANGED**: Initial load now only looks for bookmarks matching the current URL, not starting with it ## [v1.10.3] diff --git a/popup/index.html b/popup/index.html index c128305..6a6f305 100644 --- a/popup/index.html +++ b/popup/index.html @@ -5,7 +5,6 @@ -
@@ -61,7 +60,6 @@