veza/apps/web/docs
senke 8c56aed60c visual-hierarchy: replace arbitrary text sizes with scale classes
- Replaced text-[9px] with text-xs in WishlistView.tsx
- Replaced font-size: 11px with var(--text-xs) in badge-avatar.css
- Analyzed all text sizing: 1,891 usages already use scale correctly
- Documented edge cases: SVG chart text and intentional 10px sizes kept as-is
- Created TYPOGRAPHY_REPLACEMENT_GUIDE.md with full analysis
- 99.8% of text already uses scale - only 2 safe replacements made
- Action 7.1.1.4 complete
2026-01-15 21:20:06 +01:00
..
BUNDLE_SIZE_REPORT.md scalability: confirm bundle optimization not needed 2026-01-15 21:00:04 +01:00
CACHE_FEATURES_VERIFICATION.md data-flow: verify cache invalidation and size limits already implemented 2026-01-11 16:45:17 +01:00
ENDPOINT_SCHEMA_AUDIT.md api-contracts: audit all API endpoints for request schemas 2026-01-11 16:38:15 +01:00
ERROR_BOUNDARY_AUDIT.md error-propagation: audit existing ErrorBoundary usage 2026-01-11 17:31:41 +01:00
ERROR_DISPLAY_PATTERNS_AUDIT.md error-propagation: audit all error display patterns across codebase 2026-01-11 17:00:58 +01:00
FEATURE_TYPES_AUDIT.md api-contracts: audit feature-specific type files 2026-01-11 16:35:02 +01:00
HEAVY_COMPONENTS_AUDIT.md scalability: audit heavy components for code splitting 2026-01-15 20:50:51 +01:00
LIBRARY_PAGE_AUDIT.md data-flow: remove duplicate LibraryPagePremium.tsx file 2026-01-11 16:51:47 +01:00
MUTATION_ERROR_HANDLERS_AUDIT.md error-propagation: audit all mutation error handlers 2026-01-11 17:33:30 +01:00
MUTATIONS_OPTIMISTIC_UPDATES_AUDIT.md state-ownership: audit all mutations for optimistic updates (Action 4.4.1.4) 2026-01-11 17:55:39 +01:00
OFFLINE_QUEUE_AUDIT.md data-flow: audit offline queue utility 2026-01-11 16:44:53 +01:00
OPTIMISTIC_STORE_UPDATES_AUDIT.md state-ownership: audit custom optimistic updates (Action 4.4.1.1) 2026-01-11 17:43:51 +01:00
REQUEST_DEDUPLICATION_AUDIT.md data-flow: audit request deduplication utility 2026-01-11 16:44:05 +01:00
RESPONSE_CACHE_AUDIT.md data-flow: audit response cache utility 2026-01-11 16:44:28 +01:00
SEARCH_DEBOUNCE_AUDIT.md data-flow: standardize debounce across all search inputs 2026-01-11 16:51:23 +01:00
STATE_UTILITIES_AUDIT.md state-ownership: list all state utility files (Action 4.6.1.1) 2026-01-11 17:58:05 +01:00
STATE_UTILITIES_CATEGORIZATION.md state-ownership: categorize state utilities as needed, redundant, or obsolete (Action 4.6.1.2) 2026-01-11 18:03:13 +01:00
STORES_AUTH_CLEANUP_AUDIT.md state-ownership: verify stores/auth.ts is removed (Action 4.5.1.3) 2026-01-11 17:57:19 +01:00
TYPE_FILES_AUDIT.md api-contracts: audit type files for duplication with generated types 2026-01-11 16:34:24 +01:00
TYPE_MIGRATION_PLAN.md api-contracts: create type migration plan documenting all files using manual types 2026-01-11 16:32:11 +01:00
TYPOGRAPHY_AUDIT_REPORT.md visual-hierarchy: complete typography audit of all text size classes 2026-01-15 21:17:59 +01:00
TYPOGRAPHY_REPLACEMENT_GUIDE.md visual-hierarchy: replace arbitrary text sizes with scale classes 2026-01-15 21:20:06 +01:00
ZOD_SCHEMA_AUDIT.md api-contracts: audit existing Zod schemas and identify gaps 2026-01-11 16:32:40 +01:00
ZOD_SCHEMA_GENERATION_PLAN.md api-contracts: document Zod schema generation strategy 2026-01-11 16:37:55 +01:00
ZUSTAND_STORES_AUDIT.md state-ownership: audit cartStore for domain data (Action 4.5.1.6) 2026-01-11 18:00:11 +01:00