บันทึกการเปลี่ยนแปลงชีวิต

ดูว่าเราจะสร้างอะไรในเรียลไทม์ ทุก ๆ ลักษณะ, การ ซ่อม, และ การ ปรับ ปรุง ต่าง ๆ จะ ถูก ส่ง ข้าม เวที.

17,983
เปลี่ยนแปลงทั้งหมด
4,644
คุณสมบัติต่าง ๆ
4,557
แก้ไข
32
โครงการ
กรองโดยโครงการ
ทุกโครงการ17,983AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService385InitializerService302KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,528TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,598kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,327kamo-signer-monorepo50kamolos102
กรองตามประเภท
ทุกประเภทBuild24CI523Chore670Docs231Feature4,644Fix4,557Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
March 12, 2026
Featurekamo-internal

Add abstract title labels and dynamic parent branch titles

Add memberTitleAbstract and teamMemberTitleAbstract label fields with sync support. Replace hardcoded "Company" references with dynamic parentBranchTitleNonPlur...

kamo·6mo ago
Refactorkamo-internal

Split ageReqType into member and team member fields

Update Organization type, PublicProvider, route schema, and BranchSetupManager with separate member/team member age requirement sections.

kamo·6mo ago
Refactorkamo-internal

Rename Employee to TeamMember and wire up dynamic label overrides

Rename all Employee/Employment references to TeamMember/TeamMembership. Replace hardcoded Member/Team Member display text with dynamic label getters from useUse...

kamo·6mo ago
Featurekamo-internal

Add Child Organization Security Models mock UI to Branch Setup tab

Adds a datagrid with inline edit/add panel for managing child org security models, including org visibility toggles, age range selection, identity provider and ...

kamo·6mo ago
Fixkamo-internal

Resolve session timeout maintenance system not running

Root cause: sessionMonitor.start() called stop() after setting this.config, which nullified the config before the 3-second startup timer fired. As a result, the...

kamo·6mo ago
Featurekamo-internal

Replace Relationships tab with Branch Setup tab

kamo·6mo ago
Featurekamo-internal

Add BranchSetupManager settings tab component

kamo·6mo ago
Featurekamo-internal

Add branch-titles PATCH proxy route

kamo·6mo ago
Docskamo-internal

Add branch setup implementation plan

12-task sequential plan covering kamo-shared-library, SecurityService, and kamo-internal changes end-to-end.

kamo·6mo ago
Docskamo-internal

Add branch setup design spec

Covers the full feature from kamo-shared-library schema changes through SecurityService session/endpoint changes to kamo-internal UI and API proxy.

kamo·6mo ago
Performancekamo-internal

Eliminate OTK Redis overhead and proxy log noise for message fetches

- Bypass OTK generation in the MediaService proxy route: forward the *** cookie directly instead of generating a one-time key, removing 4 Redis round-trips ...

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Performancekamo-internal

Improve chat message loading performance

- Cache getCurrentMemberId() result in a ref to avoid repeated /api/user-info calls on every WebSocket message and typing indicator - Parallelize message hist...

kamo·6mo ago
March 11, 2026
Fixkamo-internal

Resolve horizontal overlap, follower blind spot, and timing bugs

- flyToHomeRow: compute per-follower actual dx extents to derive rightBuffer/leftBuffer independently, placing anchor correctly to prevent ring followers from...

kamo·6mo ago
Fixkamo-internal

Bake Size slider zoom into saved SVG via viewBox crop

Avatar Creator's internal scale transform zooms the avatar body within the SVG canvas, but the effect is imperceptible at small display sizes (e.g. a 140x140 Av...

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Fixkamo-internal

Remove redundant CSS scale transform from avatar preview

Avatar Creator's scale option already applies scale(N/100) as an SVG group transform on the avatar body. The preview container was also applying CSS transform: ...

kamo·6mo ago
Fixkamo-internal

Implement makeRoom and post-dock collision resolution

Replaces the no-op hexheads:makeRoom listener with a real handler that runs resolveCollisions after the new tool window's DOM rect is stable. Fixes the listener...

kamo·6mo ago
Fixkamo-internal

Resolve collisions after non-snap drop and swarm

Non-snap drops now run resolveCollisions before saving positions, preventing stacking at the bottom-right corner. Swarm drops also run resolveCollisions and now...

kamo·6mo ago
Featurekamo-internal

Increase avatar Size slider max from 140% to 250%

kamo·6mo ago
Fixkamo-internal

Group-aware slot widths in flyToHomeRow

Groups now reserve horizontal slots proportional to their follower ring extent (using correct flat-top axial formula), preventing group followers from invading ...

kamo·6mo ago
Featurekamo-internal

Add resolveCollisions useCallback

Detects head-to-head and head-to-toolWindow spatial violations and moves offending heads to the nearest clean position via spiralSearch. Must be called via doub...

kamo·6mo ago
Featurekamo-internal

Add MIN_GAP constant and spiralSearch helper

Adds the 5px minimum gap invariant constant and a spiral-search function that finds the nearest collision-free pixel position for a hexhead, checking head-to-he...

kamo·6mo ago
Docskamo-internal

Add hexhead collision fixes implementation plan

5-task plan covering: spiralSearch helper, resolveCollisions useCallback, group-aware flyToHomeRow, onUp non-snap/swarm wiring, and makeRoom/ wrapAroundDock eve...

kamo·6mo ago
Fixkamo-internal

Remove z-index DOM sort to prevent click events being dropped on focus

Sorting windows by zIndex in ToolDock caused DOM node reordering on every focus event (mousedown). Browsers drop the click event when its target element moves b...

kamo·6mo ago
Docskamo-internal

Add hexhead collision fixes design spec

Spec covers three hexhead UX bugs: horizontal bottom-row vertex overlap, bottom-right stacking when dropping without snap, and hexheads ending up behind tool wi...

kamo·6mo ago
Fixkamo-internal

Bake background color/gradient into saved Avatar Creator avatar SVG

Avatar Creator generates transparent-background SVGs by default. The background was only applied as a CSS wrapper on the preview container, so the stored MinIO ...

kamo·6mo ago
Fixkamo-internal

Dispatch member-panel-toggle via useEffect to avoid stale Framer Motion closure

onAnimationStart/Complete hold the last rendered props, so the exit animation always saw isOpen=true and windows never relayed to the right on close. Using a us...

kamo·6mo ago
Fixkamo-internal

Correct member-panel-toggle event property so tool windows respect panel offset

The event was dispatching `{ isOpen }` but ToolWindowsContext read `detail.open`, causing memberPanelOpenRef to always be falsy and the 500px panel offset to ne...

kamo·6mo ago
Fixkamo-internal

Eliminate hexhead spawn overlap by computing unique column positions

Each head now initialises its MotionValue at its own home-row column X and below the viewport (h + SIZE), then springs up to its final slot. Previously all head...

kamo·6mo ago
Fixkamo-internal

Use inline style for icon colors to prevent CSS specificity override

sx-generated color classes were being overridden by Tab card context styles. Switching color to inline style prop ensures icons always render with the correct c...

kamo·6mo ago
Fixkamo-internal

Prevent overflow:hidden on tab card from clipping status widget

Move overflow:hidden from the Card to the Tabs wrapper Box so scrollable tabs are contained but the right-aligned status/substatus widget remains fully visible.

kamo·6mo ago
Fixkamo-internal

Correct hexhead geometry, z-index layering, and viewport clamping

- Fix axialToPixel to use flat-top hex formula (was pointy-top) so honeycomb aligns flat-edge to flat-edge as the hex SVG shape requires - Fix generateRing to...

kamo·6mo ago
Featurekamo-internal

Add status/substatus widget to lead view tab bar

- Extract LEAD_STATUS_TYPES, getStatusIcon, getSubStatusIcon to shared app/lib/leadStatuses.tsx utility; update LeadManager to import from it - Add inline sta...

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Featurekamo-internal

Rewrite HexHead system with framer-motion physics

Replace the broken 1800-line HexHeadGroup with a clean physics-based implementation using framer-motion springs and motion values. Key changes: - Remove wiggle...

kamo·6mo ago
Fixkamo-internal

Use Next.js client-side navigation for all MUI Link components

MUI Link without component={NextLink} renders as a plain <a> tag, causing full page reloads that reset all React state including tool windows. Added component={...

kamo·6mo ago
Fixkamo-internal

Replace window.location hard navigations with router.push/refresh

All window.location.href, window.location.assign(), and window.location.reload() calls in page components caused full page reloads, wiping all React state inclu...

kamo·6mo ago
Featurekamo-internal

Flat-top honeycomb layout, 5px gaps, cluster-aware groups, tool window relayout

HexHeadGroup: - Switch to flat-top hex geometry (HEX_INRADIUS/HEX_STEP) — hexes now share flat top/bottom edges with adjacent group members, giving a proper h...

kamo·6mo ago
Fixkamo-internal

Move ToolDock above auth gate to prevent tool window wipe on navigation

PresenceWrapper switches its component tree structure when auth resolves (Fragment > children → ChatWebSocketProvider > PresenceProvider > children). This unmou...

kamo·6mo ago

เหมือนที่คุณเห็นการขนส่ง?

ทุก คน ที่ ได้ รับ การ ปรับ ปรุง เหล่า นี้ จะ ลง ไป ใน ที่ ทํา งาน ของ คุณ โดย อัตโนมัติ. เริ่มให้อิสระและดูมันเติบโตสัปดาห์แล้วสัปดาห์เล่า.

เริ่ม เป็น อิสระ ตลอด ไปแสดงพริ้นซ์