minor changes

This commit is contained in:
Michael Freno
2026-01-03 09:36:27 -05:00
parent df3119d51e
commit 36664b24b2
2 changed files with 16 additions and 11 deletions

View File

@@ -238,6 +238,14 @@ export const MOBILE_CONFIG = {
SWIPE_THRESHOLD: 50
} as const;
// ============================================================
// UI/UX - TEXT EDITOR
// ============================================================
export const TEXT_EDITOR_CONFIG = {
CONTEXT_SIZE: 256
} as const;
// ============================================================
// VALIDATION
// ============================================================