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

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

17,896
เปลี่ยนแปลงทั้งหมด
4,600
คุณสมบัติต่าง ๆ
4,522
แก้ไข
32
โครงการ
กรองโดยโครงการ
ทุกโครงการ17,896AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,565kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
กรองตามประเภท
ทุกประเภทBuild24CI522Chore670Docs226Feature4,600Fix4,522Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
March 13, 2026
Fixkamo-internal

Give pipeline datagrid columns explicit widths with one flex column

Replace minWidth/maxWidth ranges with explicit width values so columns are properly sized for their data. Each grid has exactly one descriptive column with flex...

kamo·6mo ago
Otherkamo-analytics

apply white-labeling to all share pages

Francis Cao·6mo ago
Fixkamo-internal

Remove toolbar margin gap between sub-tab row and datagrid

Remove mb:1 from toolbar wrapper in Commitments and Orders tabs, and add py:3px to the sub-tab panel for breathing room.

kamo·6mo ago
Fixkamo-internal

Seamless sub-tab and datagrid panel styling on pipeline market tabs

Remove the content Card wrapper for market tabs so there's no unnecessary panel behind the datagrid. Style the sub-tab row with rounded top / square bottom corn...

kamo·6mo ago
Refactorkamo-internal

Compact pipeline tab layouts for more datagrid vertical space

- Remove page titles from all pipeline tab components (tab already serves as title) - Remove market ID/label chips from tab headers - Move toolbar (filters, sea...

kamo·6mo ago
Refactorkamo-internal

Replace hardcoded organization/network labels with dynamic branch labels

Use **************** from useUserInfo hook so the /network and /network/create pages respect the branch label configured on ****************

kamo·6mo ago
Fixkamo-internal

Remove sticky positioning from MemberHeader so form scrolls with header

The MemberHeader was pinned to the top of the scroll container with position: sticky, causing the form content to scroll underneath it. Now the header and form ...

kamo·6mo ago
Featurekamo-internal

Match stepper colors to kamo-register team page

Active step uses hexagon with --color-primary, completed/visited steps use circles with --color-primary-light, incomplete steps use circles with --color-primary...

kamo·6mo ago
Fixkamo-internal

Prevent pipeline detail pages from extending past viewport

Root Box changed from minHeight: 100vh to height: 100% with minHeight: 0 to match the leads view pattern. Content scrolls within the card, not the page itself. ...

kamo·6mo ago
Refactorkamo-internal

Remove Notes tabs from all pipeline detail pages

Notes functionality is replaced by the Communications component which is auto-appended by PipelineRecordLayout. Removed notes-related state, handlers, types, an...

kamo·6mo ago
Featurekamo-internal

Restore 9-step wide layout with hexagon icons and visited-step navigation

Restores the multi-file 9-step architecture with sidebar stepper and full-width content. Adds hexagon step icons, visited-step click navigation, and underlined ...

kamo·6mo ago
Otherkamo-internal

Merge feat/pipeline-detail-pages into main

kamo·6mo ago
Featurekamo-internal

Rebuild pipeline detail pages with full modal content and add missing markets

- Refactor PipelineRecordLayout to use tabs prop with LeadViewClient pattern (tabs in separate Card below header, flex layout for full height) - Rebuild all 6...

kamo·6mo ago
Featurekamo-internal

Hexagon step icons, visited step navigation, underlined visited titles

- Replace circular step icon backgrounds with hexagon shapes using inline SVG - Track visited steps so users can skip forward to any previously visited step - U...

kamo·6mo ago
Featurekamo-internal

Rebuild layout to use full width with sidebar stepper

Replace narrow max-w-3xl centered card with full-width layout featuring a vertical sidebar stepper and multi-column step content to minimize scrolling.

kamo·6mo ago
Otherkamo-internal

Merge remote-tracking branch ****************

kamo·6mo ago
Fixkamo-internal

Address review issues

- Validate intermediate steps when jumping forward via stepper - Pass warnings as query params instead of losing them on navigation - Revoke previous AI-generat...

kamo·6mo ago
FixSecurityService

Add auth check and sanitize input on POST /org

- Return 401 if no authenticated user (prevents orphan orgs) - Build Organization from allowed fields only (prevents mass-assignment) - Fix colors field name (w...

Kamo·6mo ago
FeatureSecurityService

Set owner and create team member on org creation

When creating an organization via POST /api/security/org, the authenticated user is now set as the org owner and gets Member + TeamMember records with FULL acce...

Kamo·6mo ago
Fixkamo-internal

Restore full step component implementations

Replace stub step components with the complete implementations that include all form fields, validation, and UI logic for each wizard step.

kamo·6mo ago
Featurekamo-internal

Add security models to security roles with backend integration

Add multi-select for security models in the security role create/edit dialog. Display assigned models in the roles table. Wire BranchSetupManager to persist sec...

kamo·6mo ago
FeatureSecurityService

Add security models CRUD controller and wire to security roles

Add SecurityModelController with full CRUD at /api/security/models. Update SecurityRoleController to accept securityModelIds on create/update and expose GET /se...

Kamo·6mo ago
Featurekamo-shared-library

เพิ่มโปรแกรมปรับแต่งระบบเสียง และการเชื่อมโยงความปลอดภัยไปยังบทบาท

เพิ่มการสนับสนุนแบ็คเอนต์สําหรับระบบรักษาความปลอดภัยขององค์กรลูก ด้วยข้อมูลจํานวนมาก ความสัมพันธ์กับบทบาทความปลอดภัย ผ่านองค์กร OrgRole Security รวม หน่วยงาน, D...

Kamo·6mo ago
Featurekamo-internal

Add stub step components for wizard

kamo·6mo ago
Featurekamo-internal

Rewrite page.tsx as 9-step wizard orchestrator

kamo·6mo ago
Featurekamo-internal

Replace pipeline modal dialogs with full detail pages

Rebuild all 6 market detail pages (Orders, Applications, Bookings, Agreements, Procurement, Service) from scratch using a shared PipelineRecordLayout component....

kamo·6mo ago
Featurekamo-internal

Add navigation components

kamo·6mo ago
Featurekamo-internal

Add reusable UI components

kamo·6mo ago
Featurekamo-internal

Add API layer and form hooks

kamo·6mo ago
Featurekamo-internal

Add types and validation modules

kamo·6mo ago
CIMediaService

Trigger pipeline

Kamo·6mo ago
Fixkamo-internal

Add proactive session extension to prevent timeout while user is active

The session monitor only extended the Redis session when TTL dropped to ≤5 minutes, and at that point silently auto-extended without showing the warning popup. ...

kamo·6mo ago
Featurekamo-internal

Redesign Apps & Features page with polished modern UI

Restyle the settings/account apps tab with stats banner, gradient icon containers, always-visible category filter pills, refined card hover states, animated vie...

kamo·6mo ago
Fixkamo-internal

Swap My Account and My Branch buttons and reduce NavTop gaps

Swapped positions of "My Account" and "My {branch title}" buttons in the top nav, and halved all container-level gaps for tighter spacing.

kamo·6mo ago
Fixkamo-register

แคชของผู้ใช้ Redis ไม่ถูกต้อง

ข้อมูล cuperd org จากก่อนที่ การปรับปรุงความปลอดภัยจะขาด สนามของสมาชิก Title NonPloral เลือกตัวเลือกนี้และแก้ไขข้อมูลใหม่ การแสดงผลป้ายสมาชิก/ tam ที่กําหนดเองถ...

Kamo·6mo ago
FixSecurityService

Include member title labels and shortTitle in org domain response

The /org/domain/{domain} endpoint was missing memberTitlePlural, memberTitleNonPlural, teamMemberTitlePlural, teamMemberTitleNonPlural, and shortTitle fields fr...

Kamo·6mo ago
Fixkamo-register

พร็อกซีไปยัง API ภายนอกทั้งหมด ที่เรียกผ่านทาง ถัดไป.js เพื่อหลีกเลี่ยง CordS

เพิ่มการจับทั้งหมด / api/ความปลอดภัย/[...] เส้นทางพร็อกซีและการปรับปรุง ชุดตกแต่งConfig, FormAccount Researchy, Form Passipid, FormPersoral Info, & updatedateme...

Kamo·6mo ago
March 12, 2026
Featurekamo-register

แสดงมุมมองยืนยันกับธงขนาดใหญ่หลังจากเลือกใช้แล้ว

แทนที่การค้นหา/ brrowse พื้นที่ที่มีธงศูนย์กลาง, ชื่อประเทศ, และ "ประเทศแม่มด" เชื่อมโยงเมื่อประเทศถูกเลือก.

Kamo·6mo ago
Fixkamo-register

ประเทศพร็อกซี API ผ่านหน้า.js และปิดการใช้งานโหมดทดสอบ

การเรียกโดยตรงไปยัง Api.kamocrm.com ล้มเหลวเนื่องจาก CorS เพิ่ม / api/country เส้นทางไปยังพร็อกซี (รูปแบบเดียวกันกับ /api/org) และปิดการใช้งานการใช้ testing Mo...

Kamo·6mo ago
Fixkamo-register

ใช้ที่อยู่ URL แบบเต็มรูปแบบของ GitHub สําหรับอ้างอิงการกระทําในการทํางานของ Forgejo

REELT มือสั้น (เช่น การกระทํา/ Checkout@v4) ไม่สามารถแก้ไขได้ นักวิ่งฟอร์เกโจ จัดเรียงเข้ากับรูปแบบของคาโม-อินเตอร์แนล.

Kamo·6mo ago
Otherkamo-analytics

fix dashboard save

Francis Cao·6mo ago
Featurekamo-register

เพิ่มพื้นหน้า

สมาชิกหน้ามืดลง 20% หน้าทีมโดย 70%.

Kamo·6mo ago

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

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

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