Vertically center align logo with text in header on root and settings pages
- Changed alignItems from 'flex-start' to 'center' on header Box - Logo now aligns to middle of text block instead of top
Use fixed positioning for SVG connections and ensure container fills width
Expand all categories by default, remove Lead ID/Stream GUID/Assigned Date fields, improve alignment
Remove scrollbars from field columns, let dialog scrollbar handle all scrolling
Ensure system fields column aligns to right edge by setting container width to 100%
Align file fields to left and system fields to right with proper spacing
Remove ALL Sample Data Preview and Quick Stats from middle column
Resolve linting errors in transformations.ts and FieldMappingInterface.tsx
Extend background gradient to fill entire viewable page area
- Added minHeight: 100% to ensure background extends to bottom - Added backgroundSize and backgroundRepeat to ensure gradient covers full area - Background now ...
Remove vertical scrollbar on leads/allotments page by using available height
- Changed from minHeight: 100vh to height: 100% to fit within layout - Changed hardcoded calc(100vh - 200px) to flex: 1 for proper sizing - Added overflow: hidd...
Use correct logo variant and restore full gradient opacity with blend mode
- Changed from logo-full to logo variant (same as NavPri) - Removed faded gradient overlay - Used mix-blend-mode to show logo behind fully opaque gradient
Rendere gradiente semitrasparente quindi lo sfondo del logo è visibile
Aggiungi lo sfondo del logo di grigi alla pagina principale invece di creare la pagina della stanza
- Aggiunto lo sfondo logo alla radice /page.tsx esistente - Logo visualizzato a 60% dimensione, scala di grigi, centrato e verticalmente allineato - Rimuoveto e...
Explicitly create Janus VideoRoom before joining to resolve 'No such room' error
Fix Janus session initialization - properly capture and validate session object
Replace 'any' type with Record<string, unknown> to fix TypeScript build error
Validate existing session before reuse and fix session attach method issue
Fix Janus session initialization - wait for success callback before resolving
Comprehensive WebRTC video call fixes - remote stream handling, modern UI, and subscription logic
Handle call-answered messages, improve error logging, and fix session cleanup
Move answerIncomingCall declaration before startAudioCall to fix 'used before declaration' error
Move addSystemMessage declaration before useEffect that uses it - Fixes 'used before declaration' TypeScript error
Utilizzare getUsernameAlias() invece del metodo getName() inesistente
Aggiungi apiSecret alla risposta di configurazione WebRTC per l'autenticazione Janus
Set isCallActive to true when room is joined to prevent video panel from disappearing - Set isCallActive=true in join room success callback - Keeps video panel visible while ICE connection establishes - Prevents panel from disappearing when isConnecting becomes false before ICE connects
Prevent premature cleanup of video call by fixing cleanup effect - Remove localStream from cleanup effect dependencies to prevent premature cleanup - Add localStreamRef to track current stream for cleanup - Keep ref in sync with state via useEffect - Fixes video call panel appearing then quickly disappearing
Use handleRemoteJsep instead of send for streaming answer JSEP - Replace handle.send with handleRemoteJsep after creating streaming answer - handleRemoteJsep is the correct method for sending JSEP after createAnswer - Fixes TypeScript error about missing message property in PluginMessage
Remove unsupported audioRecv/videoRecv from VideoRoom createAnswer - Remove audioRecv and videoRecv properties from deprecated media object - These properties are not supported by the Janus type definition - Receiving capabilities are negotiated automatically via SDP
Remove deprecated media properties from createAnswer calls - Remove media property with audioRecv/videoRecv from subscriber createAnswer - Remove media property from streaming plugin createAnswer - createAnswer automatically handles receiving based on the offer JSEP
Replace 'any' types with proper TypeScript types in useWebRTC and ChatDock - Replace all 'any' types with Record<string, unknown>, RTCSessionDescriptionInit, string | Error, etc. - Fix ChatDock message type to use proper interface instead of 'any' - Fix unused parameter warnings by prefixing with underscore
Remove useEffect dependencies causing connection to abort - empty dependency array so effect only runs once on mount
Remove invalid SockJS.OPEN constants causing TypeScript build error
Come quello che vedi la spedizione?
Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.