mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-27 08:01:19 +00:00
- Add useMemo for expensive tag suggestions computation - Add useCallback for identity CRUD handlers - Extract magic numbers to constants (MAX_RECENT_TAGS, MAX_TAG_LENGTH) - Improve JMAP error messages with context Performance: Reduces unnecessary re-renders in identity modal Maintainability: Makes limits configurable and self-documenting UX: Users get clearer error messages when operations fail No functional changes. All tests passing.