17,931
총 변경
4,612
제품 설명
4,543
수정 사항
32
프로젝트
프로젝트
모든 프로젝트17,931AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,522TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
필터 유형
December 2, 2025
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
Use fixed positioning for SVG connections and ensure container fills width
snadjafinia·9mo ago
Fixkamo-internal
Expand all categories by default, remove Lead ID/Stream GUID/Assigned Date fields, improve alignment
snadjafinia·9mo ago
Fixkamo-internal
Remove scrollbars from field columns, let dialog scrollbar handle all scrolling
snadjafinia·9mo ago
Fixkamo-internal
Ensure system fields column aligns to right edge by setting container width to 100%
snadjafinia·9mo ago
Fixkamo-internal
Align file fields to left and system fields to right with proper spacing
snadjafinia·9mo ago
Fixkamo-internal
Remove ALL Sample Data Preview and Quick Stats from middle column
snadjafinia·9mo ago
December 1, 2025
Fixkamo-internal
Resolve linting errors in transformations.ts and FieldMappingInterface.tsx
snadjafinia·9mo ago
Fixkamo-internal
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 ...
snadjafinia·9mo ago
Fixkamo-internal
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...
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
방 페이지를 만들기 대신 루트 페이지로 회색 로고 배경을 추가
- 기존 루트 /page.tsx에 로고 배경 추가 - 60 % 크기, 회색, 중심 및 수직 정렬 로고 - 잘못된 제거 /room/page.tsx
snadjafinia·9mo ago
Fixkamo-internal
Explicitly create Janus VideoRoom before joining to resolve 'No such room' error
snadjafinia·9mo ago
Fixkamo-internal
Fix Janus session initialization - properly capture and validate session object
snadjafinia·9mo ago
Fixkamo-internal
Replace 'any' type with Record<string, unknown> to fix TypeScript build error
snadjafinia·9mo ago
Fixkamo-internal
Validate existing session before reuse and fix session attach method issue
snadjafinia·9mo ago
Fixkamo-internal
Fix Janus session initialization - wait for success callback before resolving
snadjafinia·9mo ago
Fixkamo-internal
Comprehensive WebRTC video call fixes - remote stream handling, modern UI, and subscription logic
snadjafinia·9mo ago
Fixkamo-internal
Handle call-answered messages, improve error logging, and fix session cleanup
snadjafinia·9mo ago
Fixkamo-internal
Move answerIncomingCall declaration before startAudioCall to fix 'used before declaration' error
snadjafinia·9mo ago
Fixkamo-internal
Move addSystemMessage declaration before useEffect that uses it - Fixes 'used before declaration' TypeScript error
snadjafinia·9mo ago
FixMediaService
JANUS API SECRET, JANUS TOKEN SECRET, JANUS SECRET, JANUS ADMIN SECRET 추가 env vars - configmap 이외에 환경 변수를 통해 비밀을 보장합니다
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
Fixkamo-internal
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
snadjafinia·9mo ago
November 30, 2025
Fixkamo-internal
Remove useEffect dependencies causing connection to abort - empty dependency array so effect only runs once on mount
snadjafinia·9mo ago
Fixkamo-internal
Remove invalid SockJS.OPEN constants causing TypeScript build error
snadjafinia·9mo ago