Change LeadMarketDTO IDs to String to prevent JavaScript precision loss
Backend now sends IDs as strings to prevent JavaScript precision loss - simplified frontend parsing
Comprehensive ID precision fix - extract IDs from JSON text before parsing, add logging, ensure all IDs are strings
Replace 'any' type with proper type definition to fix TypeScript lint error
Use regex to replace large number IDs with strings in JSON before parsing to prevent precision loss
Convert market IDs to strings to prevent precision loss with large numbers (JavaScript MAX_SAFE_INTEGER issue)
Replace 'any' types with proper TypeScript types in lead-markets API route error handling
Improve error handling in lead-markets API routes to extract and forward backend error messages
Trigger rebuild to pick up updated kamo-shared-library with explicit repository queries
Add detailed logging to getMarketById for debugging market lookup issues
Add explicit @Query annotations to LeadMarketRepository methods for proper organization.id resolution
Trigger rebuild to pick up updated kamo-shared-library with String salesType in DTO
Return proper error message when market not found in getMarketById
Change salesType to String in LeadMarketDTO to match frontend expectations
Improve error handling in fetchMarketById and remove unnecessary salesType conversion
Add Next.js API routes for lead-markets to proxy to SecurityService
Trigger rebuild to pick up updated kamo-shared-library with String salesType DTOs
Change salesType from SaleType enum to String in request DTOs to match frontend
Convert String salesType to SaleType enum in LeadMarketController
Remove invalid confirmColor prop from ConfirmationDialog, use isLoading instead of loading
Add LeadMarketController for managing lead markets via REST API
Add LeadMarket entity, repository, service, and DTOs for CRM markets management
Rebuild LeadMarketManager UI component with modern design and API integration
Rename Leads to Client Relations Manager, reorder tabs, fix routes to /settings/features/crm/, remove duplicate CRM page
Remove duplicate 'Markets & Fields' route key causing build error
Add CRM settings page with Markets & Fields, Vendors & Products, Manual Lead Imports, and Integrated Lead Imports tabs
Use organization streamGuid for organization-wide media feed
- Added OrganizationRepository to MediaStreamController - Updated getFeed to use organization's streamGuid instead of querying all sessions - Updated createPost...
Add streamGuid field to Organization for organization-wide media feed
Correct WebSocket subscription to use organizationId and handle FeedEvent type
Remove unreachable code and fix React Hooks rules violation in FeedTimeline
Fix compilation errors in MediaStreamController
- Fixed missing closing brace in getFeed method else block - Replaced Map.of() with HashMap for compatibility - Fixed stream variable to be effectively final fo...
Add LIKE enum value to MediaBlockReasonType for social media likes
Create reusable MediaStream component and lead communications
- Created reusable MediaStream component for all media stream contexts - Refactored FeedTimeline to use MediaStream component - Created LeadCommunications compo...
Rename MediaFeedController to MediaStreamController and add lead stream support
- Renamed MediaFeedController to MediaStreamController for generic media stream handling - Added support for lead-specific streams via streamGuid - Feed endpoin...
Add streamGuid to Lead and support lead-specific media streams
- Added streamGuid field to Lead.java to reference MediaSession stream - Updated MediaSessionPost to support optional lead association - Updated ***************...
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # pnpm-lock.yaml
Fetch current user member info for avatar display in PostComposer
Modernize social media feed design with hip, polished styling
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.