[pull] master from monkeytypegame:master#857
Merged
pull[bot] merged 9 commits intoUncodedtech:masterfrom Apr 8, 2026
Merged
Conversation
…) (#7775) ### Steps to reproduce 1. Set quick restart to `tab` (doesn't have to be that, just as an example) 2. Start long test 3. Try to restart by pressing `Shift+Tab` 4. Notice that it doesn't work Fixes tooltips as well.
…7785) ### Description Changed all em-dashes without surrounding spaces to hyphens with surrounding spaces. I did `Ctrl-F —` in English quotes and changed all instances where em-dashes were not surrounded by spaces. I came across this problem in quote 7669 and decided to fix others like it too. <!-- Please describe the change(s) made in your PR: - explain the problem being solved - for bug fixes without an open issue, include steps to reproduce the issue - summarize the approach taken Use your own words. Do not rely on AI-generated descriptions. They do not demonstrate your understanding of the problem or the solution. Writing the description yourself helps you verify the scope of your work and helps us better understand your intent, reasoning and level of insight. --> ### Checks - [ ] Adding quotes? - Make sure to follow the [quotes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/QUOTES.md) - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language? - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) - [ ] Add language to `packages/schemas/src/languages.ts` - [ ] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` - [ ] Add language json file to `frontend/static/languages` - [ ] Adding a theme? - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) - [ ] Add theme to `packages/schemas/src/themes.ts` - [ ] Add theme to `frontend/src/ts/constants/themes.ts` - [ ] (optional) Add theme css file to `frontend/static/themes` - [ ] Add some screenshots of the theme, especially with different test settings (colorful, flip colors) to your pull request - [ ] Adding a layout? - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) - [ ] Add layout to `packages/schemas/src/layouts.ts` - [ ] Add layout json file to `frontend/static/layouts` - [ ] Adding a font? - Make sure to follow the [fonts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md) - [ ] Add font file to `frontend/static/webfonts` - [ ] Add font to `packages/schemas/src/fonts.ts` - [ ] Add font to `frontend/src/ts/constants/fonts.ts` - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. <!-- label(optional scope): pull request title (@your_github_username) --> <!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you. --> <!-- The issue(s) your PR resolves if any (delete if that is not the case) --> <!-- Please reference any issues and/or PRs related to your pull request --> <!-- Pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number, e.g.: [#1234](#1234) --> <!-- Pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor. Enjoy! :) -->
…alaba) (#7708)  - also minimize dom query (from 3 qsa to 1)
…oller and update notification (@albindavidc) (#7726) ### Description 1. added wingdings challenge to the list 2. updated controller 3. updated notification ### Checks - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. Closes #7720 --- **Reference Image** <img width="1600" height="779" alt="image" src="https://github.com/user-attachments/assets/85e9e76c-71a1-4691-befb-5c57a84df5d9" /> --------- Co-authored-by: Jack <jack@monkeytype.com>
## What this changes Improves all three Afaan Oromo word list files used in the typing test. ## Files changed - oromo.json - oromo_1k.json - oromo_5k.json ## Changes made - Clean up misspelled entries - Remove English and other non-Oromo words - Replace them with common Oromo vocabulary - Sort all three lists by frequency ## Word count verification - oromo.json: 645 words ✓ - oromo_1k.json: 1000 words ✓ - oromo_5k.json: 5000 words ✓ --------- Co-authored-by: Jack <jack@monkeytype.com>
Quotes added in English: - "We hold dominion over paranormalcy, and our law supersedes Murphy's." - "Yesterday I cured cancer. Today I can't remember how. Unless I'm imagining curing cancer yesterday, or imagining I've forgotten how, or imagining cancer, or imagining yesterday, or imagining today." - "Oh, look at these two. How they wish to destroy one another. How they wish to control one another. How they both wish to be free. Can you see? Can you see how much they need one another? No, perhaps not. Sometimes these things cannot be seen." - "It feels like someone... took a shovel and dug out all my insides. And I know there's nothing in there, but I'm still too nervous to open myself up and check." Checks: - Adding quotes --------- Co-authored-by: Miodec <13181393+Miodec@users.noreply.github.com> Co-authored-by: Miodec <jack@monkeytype.com>
Adds handling for the invalid monkey + live text stats combination by auto-resolving conflicting settings instead of blocking them. Behavior: - enabling monkey while live speed style or live accuracy style is text will automatically set those conflicting live stat styles to off - setting live speed style to text while monkey is enabled will automatically disable monkey - setting live accuracy style to text while monkey is enabled will automatically disable monkey This follows the existing overrideConfig pattern used for other conflicting settings, where the latest selection takes priority. Also adds tests to cover these auto-resolved config combinations. Closes #7714
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )