Skip to content

Commit

Permalink
Updates to verb overview table
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaBobs committed Apr 28, 2024
1 parent 4ede19a commit 21035bf
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 52 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
"react-router-dom": "6.21.2"
"react-router-dom": "6.21.2",
"valtio": "^1.13.2"
},
"devDependencies": {
"@types/react": "18.2.47",
Expand Down
8 changes: 8 additions & 0 deletions src/japanese/japanese-sitemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { SystemsOverview } from "@src/japanese/systems/SystemsOverview";
import { VerbsOverview } from "@src/japanese/systems/verbs/VerbsOverview";

import "@src/japanese/japanese-style.scss";
import { proxy } from "valtio";

export const JapaneseSiteMap = {
menu: { name: "Japanese" },
Expand All @@ -31,3 +32,10 @@ export const JapaneseSiteMap = {
},
},
} satisfies RouteDefinition;

export const JapaneseSettings = proxy({
japanese: true,
romaji: true,
keigo: true,
casual: true,
});
Loading

0 comments on commit 21035bf

Please sign in to comment.