-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored the search system to use form actions.
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
1 parent
b46bdf7
commit def805b
Showing
39 changed files
with
806 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.