mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-24 02:19:43 +08:00
### Description Added a "both" option to indicate typos that keeps the replace functionality, and makes the below functionality show the correct instead of the incorrect letters. We just check whether the mode is `both` when deciding whether to pass `input` to `createHintsHtml` or to pass `currentWord`. All functionality of replace and below is kept by just adding or operators to check whether indicateTypos is `both` OR replace/below. Implementing #7024 --------- Co-authored-by: Jack <jack@monkeytype.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| docker | ||
| scripts | ||
| src | ||
| static | ||
| vite-plugins | ||
| .eslintrc.cjs | ||
| .firebaserc_example | ||
| .oxlintrc.json | ||
| firebase.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.dev.js | ||
| vite.config.js | ||
| vite.config.prod.js | ||
| vitest.config.ts | ||