monkeytype/frontend
Miodec 69961185e0 fix(typing): limit word length using input length, not char index
This fixes an issue where long korean words would not be finishable.
Char index includes compose characters, meaning the word was stopped too early.

This will very likely close #4389
2023-08-31 14:05:21 +02:00
..
scripts prettier fix 2023-08-03 16:24:48 +02:00
src fix(typing): limit word length using input length, not char index 2023-08-31 14:05:21 +02:00
static impr(quote): add quote (Technet8394) (#4595) 2023-08-30 14:33:10 +02:00
webpack build: add postcss and autoprefixer 2023-08-12 14:59:11 +02:00
.eslintignore
.firebaserc_example chore: add missing example file 2023-08-21 11:16:10 +02:00
docker-compose.yaml
firebase.json
gulpfile.js
knip.json added knip to find unused exports 2023-08-10 18:32:33 +02:00
package-lock.json chore: upgrade firebase 2023-08-25 11:45:18 +02:00
package.json chore: upgrade firebase 2023-08-25 11:45:18 +02:00
postcss.config.js build: add postcss and autoprefixer 2023-08-12 14:59:11 +02:00
tsconfig.json disabled ts rule (this is already covered by linting) 2023-08-10 19:11:13 +02:00