monkeytype/frontend
Md Moushuf Alam d6a6dad552
refactor: replace jQuery with DOM utils in caps lock warning (@MoushufAlam) (#7265)
### Description

Replaces jQuery usage with DOM utils for the caps lock warning.
Scope intentionally kept small per contributing guidelines.

### Checks

- [x] Adding/modifying Typescript code?
  - [x] I have used `qs`, `qsa` or `qsr` instead of JQuery selectors.
- [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.-->
Related to #7186 
<!-- 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](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2025-12-18 09:51:07 +01:00
..
__tests__ chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
docker chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
scripts chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
src refactor: replace jQuery with DOM utils in caps lock warning (@MoushufAlam) (#7265) 2025-12-18 09:51:07 +01:00
static impr(language): add bulgarian 1k (@100daysummer) (#7232) 2025-12-17 19:32:49 +01:00
vite-plugins build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
.firebaserc_example
.oxlintrc-plugin.json chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
.oxlintrc.json chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
eslint.config.js chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
firebase.json
package.json chore: update vitest/testcontainer versions, try to fix container teardown on macos (@fehmer) (#7248) 2025-12-16 18:11:55 +01:00
tsconfig.json build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
vite.config.ts chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
vitest.config.ts build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00