Skip to content

Commit

Permalink
Refactored the search system to use form actions.
Browse files Browse the repository at this point in the history
Search filtering is now done in the navbar.
Filters are now saved to local storage and URL params.
Added manual theme switching.
Removed the Scroll to Top button from word pages.
Added handling if word etymology data is missing.
Made the UCSUR link more visible.
Rounded the luka pona videos' corners.
Removed unused components.
Added LightningCSS minifiying.
Updated deps.
  • Loading branch information
TheOnlyTails committed Nov 8, 2023
1 parent b46bdf7 commit def805b
Show file tree
Hide file tree
Showing 39 changed files with 806 additions and 402 deletions.
14 changes: 7 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"antfu.iconify",
"svelte.svelte-vscode",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
"recommendations": [
"antfu.iconify",
"svelte.svelte-vscode",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify/json": "^2.2.137",
"@iconify/json": "^2.2.139",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"clsx": "^2.0.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.1",
"eslint-plugin-svelte": "^2.35.0",
"fastest-levenshtein": "^1.0.16",
"lightningcss": "^1.22.1",
"mode-watcher": "^0.0.7",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.2",
Expand All @@ -37,6 +40,6 @@
},
"type": "module",
"dependencies": {
"bits-ui": "^0.9.0"
"bits-ui": "^0.9.1"
}
}
Loading

0 comments on commit def805b

Please sign in to comment.