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
客室ページを作成する代わりに、グレースケールのロゴ背景をrootページに追加します
- 既存のroot /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
ビデオ通話接続の信頼性を向上させる - サブスクリプションロジックの強化、ICEの状態処理、およびリトリーによるパブリッシャー検出
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
呼び出し開始メッセージ処理とメンバーの検索を改善 - コール開始メッセージの広範なロギングを追加 - MediaSessionMember の検索ロジックを簡素化 - Janus セッション作成の getSessionId() エラーを修正
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