Skip to content

[pull] master from monkeytypegame:master#830

Merged
pull[bot] merged 7 commits intoUncodedtech:masterfrom
monkeytypegame:master
Mar 16, 2026
Merged

[pull] master from monkeytypegame:master#830
pull[bot] merged 7 commits intoUncodedtech:masterfrom
monkeytypegame:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 16, 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 : )

DLineone and others added 7 commits March 16, 2026 08:16
### Description

Made table header as well as modes in row groups sticky to easier find
and read personal best scores

BEFORE:

![before](https://github.com/user-attachments/assets/dbc2d17e-3f6c-470c-a8ca-a924adde85d9)

AFTER:

![after](https://github.com/user-attachments/assets/f6ea5bd3-7f47-4f20-b81f-d07fd865b83b)

### Checks


- [ ] Adding quotes?
- [ ] 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 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`
- [ ] 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`
- [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.
…act quote search (@Leonabcd123) (#7658)

### Description

Steps to reproduce:

1. Open quote search modal
2. Type in the search bar `".*"`
3. Notice how you get 6470 results
### Description
This PR adds two fonts: Inter Tight and Space Grotesk.

Inter Tight is a widely used font in tech and SaaS apps. It has a
modern, sleek, and professional look and fits well with styles like
Hammerhead and Phantom.

Space Grotesk is also a widely used font in modern AI apps. It has a
distinctive style and good readability, making it a strong option for
both UI text and longer-form content.

Both fonts are licensed under the SIL Open Font License (OFL) and is
suitable for redistribution.
### Checks
- [x] Adding a font?
- Make sure to follow the [fonts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md)
  - [x] Add font file to `frontend/static/webfonts`
  - [x] Add font to `packages/schemas/src/fonts.ts`
  - [x] Add font to `frontend/src/ts/constants/fonts.ts`
- [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.
…long tests (@Leonabcd123) (#7590)

### Description

- Can restart freely before long tests starts without needing to hold
shift
- Can change settings such as language in long tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Christian Fehmer <fehmer@users.noreply.github.com>
Co-authored-by: Seif Soliman <byseif21@gmail.com>
Co-authored-by: Jack <jack@monkeytype.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: blue-94 <jtenn84@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…n layoutfluid is active (@Leonabcd123) (#7594)

### Description

Currently, when in timed mode (e.g. 15s) with `layoutfluid` active,
keymap mode set to `next` and the layout switch happens , the key won't
be highlighted.
…AzureNightlock) (#7598)

### Description
This PR fixes an issue where PB hover details overlap with the base
values.

The PB tile renders two layers in the same grid position:
- a base view showing the normal WPM and accuracy
- a detail view showing the expanded PB information on hover

Previously, the detail view faded in on hover, but the base view stayed
visible. Because both layers occupy the same space, the values
overlapped.

This change makes the PB tile a hover group so both layers respond to
the same hover state:
- the base view fades out on hover
- the detail view fades in on hover

This prevents the normal values and hover details from being visible at
the same time.
### Changes
- added a hover group to the PB tile container
- fade out the base PB values on hover
- fade in the detailed PB view on hover

### 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 #7596

---------

Co-authored-by: Miodec <jack@monkeytype.com>
### Description

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] 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.-->

Closes #

<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

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

---------

Co-authored-by: Miodec <jack@monkeytype.com>
@pull pull bot locked and limited conversation to collaborators Mar 16, 2026
@pull pull bot added the ⤵️ pull label Mar 16, 2026
@pull pull bot merged commit 5af1eed into Uncodedtech:master Mar 16, 2026
1 of 3 checks passed
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.

4 participants