17,933
变动共计
4,614
特征
4,543
修补
32
项目
按项目过滤
所有项目17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-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
使用正确的标志变体, 用混合模式恢复全梯度不透明
- 由标志全改为标志变体(与NavPRI相同) - 删除已淡出梯度覆盖 - 使用混合宽度- 模式来显示完全不透明的梯度后面的标志
snadjafinia·9mo ago
Fixkamo-internal
在根页面上添加灰度标志背景, 而不是创建房间页面
- 添加了已存在的根/ page.tsx 的标志背景 - 显示大小为60%、灰度、中和垂直对齐的日志 - 删除错误创建/室/页.tsx
snadjafinia·9mo ago
Fixkamo-internal
Explicitly create Janus VideoRoom before joining to resolve 'No such room' error
snadjafinia·9mo ago
Fixkamo-internal
Improve video call connection reliability - enhanced subscription logic, ICE state handling, and publisher detection with retries
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 会话创建中的错误
snadjafinia·9mo ago
FixMediaService
在部署中添加 Janus API 秘密作为环境变量 - 添加 JANUS API SECRET, JANUS TOKEN SECRET, 和 JANUS ADMIN SECRET env vars - 除配置图外,确保通过环境变量获取机密
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