port-nimara-client-portal/server/api/eoi
Matt 44a966f87a fix: Comprehensive EOI cleanup and mobile UI improvements
Database Cleanup Enhancements:
- Fixed missing embedded signature link cleanup in deletion endpoints
- Both delete-generated-document and delete-document now properly clear:
  * EmbeddedSignatureLinkClient, EmbeddedSignatureLinkCC, EmbeddedSignatureLinkDeveloper
  * All legacy signature links and documensoID references
- Enhanced validation endpoint to detect and clean orphaned records automatically

 EOI Section Reactivity Fixes:
- Added local reactive state (documentValidated, documentExists) for immediate UI updates
- EOI section now instantly shows Generate UI when documents are deleted/invalid
- No more phantom signatory status displays after document deletion
- Improved hasGeneratedEOI computed property with validation state override

 Mobile UI Improvements:
- Implemented stacked badge layout for interest table on mobile
- Contact info + status badges now stack vertically (60% width)
- Eliminated horizontal scrolling issues on mobile devices
- Enhanced email thread view with proper width constraints and text wrapping
- Made email refresh button round with better mobile styling

 Technical Enhancements:
- Comprehensive field cleanup using undefined instead of null for proper database reset
- Enhanced error handling for document validation and deletion
- Improved logging for debugging EOI state transitions
- Better handling of edge cases where documensoID exists but document was deleted externally

All EOI-related operations now properly maintain database consistency and provide immediate visual feedback to users.
2025-06-12 17:27:10 +02:00
..
check-signature-status.ts feat: Implement EOI document validation and orphaned data cleanup 2025-06-12 17:04:45 +02:00
delete-document.ts fix: Comprehensive EOI cleanup and mobile UI improvements 2025-06-12 17:27:10 +02:00
delete-generated-document.ts fix: Comprehensive EOI cleanup and mobile UI improvements 2025-06-12 17:27:10 +02:00
send-reminders.ts Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +02:00
upload-document.ts updates 2025-06-10 16:48:40 +02:00
validate-document.ts feat: Implement EOI document validation and orphaned data cleanup 2025-06-12 17:04:45 +02:00