monkeytype/frontend
Jack b9924ff493
perf: defer UI updates away from input logic (@miodec) (#7162)
Together with #7119, input handling is 3x faster. Achieved by:
- deferring all UI updates to when the browser is ready and debouncing
ui calls.
 - using vanilla js where needed
 - caching dom elements
 - disabling expensive checks if the timer is slow
 - switching to a timer that uses RAF instead of setTimeout
 - moving some code around

This should make the site smother on slower devices and fix lag spikes
causing weird test data.
2025-12-04 17:23:15 +01:00
..
__tests__ chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
docker chore: bump node version 2025-10-31 14:18:59 +01:00
scripts chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
src perf: defer UI updates away from input logic (@miodec) (#7162) 2025-12-04 17:23:15 +01:00
static chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
vite-plugins chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
.eslintrc.cjs
.firebaserc_example
.oxlintrc.json chore: change oxlint config to jsonc 2025-09-11 22:04:48 +02:00
firebase.json
package.json ci: allow dependabot node version (@fehmer) (#7184) 2025-12-03 16:52:38 +01:00
tsconfig.json chore: move files 2025-11-17 13:02:15 +01:00
vite.config.dev.js build: extract vite plugins (@fehmer) (#7103) 2025-11-12 16:54:56 +01:00
vite.config.js chore: make sure to use production env when building for production 2025-12-02 23:33:51 +01:00
vite.config.prod.js chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
vitest.config.ts build: extract vite plugins (@fehmer) (#7103) 2025-11-12 16:54:56 +01:00