monkeytype/frontend
Leonabcd123 6d8ef91155
fix(custom-text): Don't trim custom text (@Leonabcd123) (#7170)
### Description

Removed the `.trim()` call that deleted leading and trailing literal
tabs or newlines from custom text.

This is to make sure that no matter what the custom text is, it will
always stay the same after updating it. The current problem is that
leading and trailing tabs and newlines will be removed when you click on
"change" and "ok" for the second time (because they're now in their
literal form, not \t and \n).
2025-12-10 20:00:38 +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 fix(custom-text): Don't trim custom text (@Leonabcd123) (#7170) 2025-12-10 20:00:38 +01:00
static fix(theme): duplicate definition of fadeIn animation in dark note theme (@fehmer) (#7205) 2025-12-10 11:11:00 +01:00
vite-plugins build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
.eslintrc.cjs chore(eslint): add rule to protect against accessing __testing outside of test files 2025-09-01 14:25:58 +02:00
.firebaserc_example
.oxlintrc.json chore: change oxlint config to jsonc 2025-09-11 22:04:48 +02:00
firebase.json
package.json chore: add script to deploy preview frontend 2025-12-10 14:35:22 +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 build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
vitest.config.ts build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00