Skip to content

[pull] master from monkeytypegame:master#841

Merged
pull[bot] merged 4 commits intoUncodedtech:masterfrom
monkeytypegame:master
Mar 22, 2026
Merged

[pull] master from monkeytypegame:master#841
pull[bot] merged 4 commits intoUncodedtech:masterfrom
monkeytypegame:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 22, 2026

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 : )

Leonabcd123 and others added 4 commits March 22, 2026 19:37
### Description

Steps to reproduce:

1. Create a custom text with just the letter `a`.
2. Complete it.
3. Hover over the time.
4. Notice how it says `0s (0s afk NaN%)`.

<img width="203" height="93" alt="image"
src="https://github.com/user-attachments/assets/ff28714f-e13d-438b-8ee3-fc8dda375966"
/>

This PR makes it `0%`, and doesn't show `afk detected` as one of the
fail reasons.
### Description

Force keyup for every held key other than the last held key, and
calculate its duration by doing: `now - keypress.timestamp`. For the
last key, use the mean as we do now.

Fixes #7099
### Description

<!-- Please describe the change(s) made in your PR -->
Adds Pokemon as a new language, containing all current Pokemon names 
(Generations 1–9, from Bulbasaur to Pecharunt).

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [x] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [x] Add language to `packages/schemas/src/languages.ts`
- [x] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [x] 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)
-->
feat(lang): add pokemon language (@LuWo0)
<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

---------

Co-authored-by: Jack <jack@monkeytype.com>
… (#7703)

`ValidatedHtmlInputElement` would reset its validation status but keep
the old text in the input field

1- go to presets
2- click edit from one of the existing ones
3- go back and click add preset
4- notice the edit one's name is there
@pull pull bot locked and limited conversation to collaborators Mar 22, 2026
@pull pull bot added the ⤵️ pull label Mar 22, 2026
@pull pull bot merged commit 12fbad3 into Uncodedtech:master Mar 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants