Merge pull request #369 from StroepWafel/globalSearch-improvements

Global search improvements
This commit is contained in:
Seth Burkart
2026-02-16 12:30:22 +11:00
committed by GitHub
24 changed files with 1900 additions and 320 deletions
+2
View File
@@ -5,8 +5,10 @@
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"autoaudit": "npm audit && npm audit fix && npm run build",
"dev": "cross-env MODE=chrome vite dev",
"dev:firefox": "cross-env MODE=firefox vite build --watch",
"compile": "npm i && npm run build",
"build": "cross-env MODE=chrome vite build && cross-env MODE=firefox vite build",
"build:chrome": "cross-env MODE=chrome vite build",
"build:firefox": "cross-env MODE=firefox vite build",