From 60bd8b90f04d5d825fc8ac279cb7fdfde9fe78ea Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 6 Jul 2025 12:27:28 +0200 Subject: [enh] theme/simple: custom router Lay the foundation for loading scripts granularly depending on the endpoint it's on. Remove vendor specific prefixes as there are now managed by browserslist and LightningCSS. Enabled quite a few rules in Biome that don't come in recommended to better catch issues and improve consistency. Related: - https://github.com/searxng/searxng/pull/5073#discussion_r2256037965 - https://github.com/searxng/searxng/pull/5073#discussion_r2256057100 --- client/simple/src/js/main/index.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 client/simple/src/js/main/index.ts (limited to 'client/simple/src/js/main/index.ts') diff --git a/client/simple/src/js/main/index.ts b/client/simple/src/js/main/index.ts deleted file mode 100644 index 4dc86b63b..000000000 --- a/client/simple/src/js/main/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -/** - * @preserve (C) Copyright Contributors to the SearXNG project. - * @preserve (C) Copyright Contributors to the searx project (2014 - 2021). - * @license AGPL-3.0-or-later - */ - -import "./00_toolkit.ts"; -import "./infinite_scroll.ts"; -import "./keyboard.ts"; -import "./mapresult.ts"; -import "./preferences.ts"; -import "./results.ts"; -import "./search.ts"; -- cgit v1.2.3