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

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

17,924
เปลี่ยนแปลงทั้งหมด
4,611
คุณสมบัติต่าง ๆ
4,537
แก้ไข
32
โครงการ
กรองโดยโครงการ
ทุกโครงการ17,924AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,575kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
กรองตามประเภท
ทุกประเภทBuild24CI523Chore670Docs226Feature4,611Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
February 16, 2026
Otherkamo-analytics

Add components package version bump step to build

Mike Cao·6mo ago
Otherkamo-analytics

Fix build type errors in LinkButton and useMessages

Mike Cao·6mo ago
February 15, 2026
Otherkamo-analytics

Updated packages. Remove unneeded offset.

Mike Cao·6mo ago
Otherkamo-analytics

Mute disabled board row control icons

Mike Cao·6mo ago
February 14, 2026
Otherkamo-analytics

Fix missing resize grip for last board row

Mike Cao·6mo ago
Otherkamo-analytics

Styles updates for board elements.

Mike Cao·6mo ago
Otherkamo-analytics

Use component name as default board title

Mike Cao·6mo ago
Otherkamo-analytics

Changed out logo.

Mike Cao·7mo ago
February 13, 2026
Otherkamo-analytics

Add personal dashboard flow and per-component website selection

This introduces a user-scoped dashboard with board-style view/edit pages while keeping it unavailable in team context, and moves website targeting to component ...

Mike Cao·7mo ago
Otherkamo-analytics

Fix row action hover overlap with column controls

Mike Cao·7mo ago
Otherkamo-analytics

Remove board component title fallback

Mike Cao·7mo ago
Otherkamo-analytics

Fix board component scrolling layout consistency

Mike Cao·7mo ago
Fixkamo-analytics

Apply same null referrer fix to link tracking route

The same bug exists in the link route (q/[slug]) where request.headers.get("referer") returns null for requests without a Referer header, causing silent Zod val...

juanisidoro·7mo ago
Otherkamo-analytics

Move board component metadata editing into modal

Mike Cao·7mo ago
Otherkamo-analytics

Use Panel instead of Box in boards.

Mike Cao·7mo ago
Fixkamo-analytics

Handle null referrer in pixel tracking route

request.headers.get("referer") returns null when the header is absent (e.g. email clients). The Zod schema uses .optional() which accepts undefined but rejects ...

juanisidoro·7mo ago
Docskamo-analytics

Add AGENTS.md contributor guidance

Mike Cao·7mo ago
Otherkamo-analytics

Allow removing board component from column action

Mike Cao·7mo ago
Otherkamo-analytics

Fixed BarChart rendering in boards.

Mike Cao·7mo ago
Otherkamo-analytics

Keep sidenav menu scrollable with fixed user footer

Mike Cao·7mo ago
Otherkamo-analytics

fix WeeklyTraffic header clipping in board panels

Separate day name headers into their own grid row instead of embedding them inside the hourly data grid with marginBottom, which pushed the text outside the fix...

Mike Cao·7mo ago
Otherkamo-analytics

Add board selector to top navigation

Mike Cao·7mo ago
Otherkamo-analytics

Add link and pixel selectors to top nav

Mike Cao·7mo ago
Otherkamo-analytics

Move website selector into top navigation

Mike Cao·7mo ago
February 10, 2026
Otherkamo-analytics

fix mobile nav

Francis Cao·7mo ago
Otherkamo-analytics

Merge branch 'analytics' of **************** into dev

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

Francis Cao·7mo ago
February 9, 2026
Otherkamo-analytics

Merge pull request #4006 from ****************

feat: add SKIP_BUILD_GEO env variable

Francis Cao·7mo ago
Otherkamo-analytics

Fix tooltip sizing for websitechart

Francis Cao·7mo ago
Otherkamo-analytics

Use i18n for board component strings, show controls in edit mode, require website before editing

- Replace raw strings with useMessages hook in BoardColumn and BoardComponentSelect - Show WebsiteControls on edit screen so users can test filters - Disable bo...

Mike Cao·7mo ago
Otherkamo-analytics

Add board component selector with live preview

Allows users to select and inject analytics components into board cells. Includes component registry, renderer, selector modal with category menu, config fields...

Mike Cao·7mo ago
Otherkamo-analytics

Updated zod validation on date range.

Mike Cao·7mo ago
Otherkamo-analytics

Add Web Vitals performance tracking (LCP, INP, CLS, FCP, TTFB)

End-to-end performance metrics tracking: dedicated database table with percentile aggregation, tracker collection behind data-perf attribute, /api/send handling...

Mike Cao·7mo ago
February 8, 2026
Otherkamo-analytics

Fix team boards not appearing after creation

Board creation from team context was not passing teamId to the API, causing boards to be saved as personal boards instead of team boards.

Mike Cao·7mo ago
Otherkamo-analytics

Added opacity to tooltips.

Mike Cao·7mo ago
Otherkamo-analytics

Fixed collapse state of website select.

Mike Cao·7mo ago
Otherkamo-analytics

Add UserButton to SideNav, refactor NavButton into TeamsButton

- Create UserButton component at bottom of SideNav with Settings, Language, Theme, Admin, and Logout menu items - Move **************** out of NavButton into ...

Mike Cao·7mo ago
Otherkamo-analytics

Added dotenv-cli.

Mike Cao·7mo ago
Otherkamo-analytics

Removed translations scripts.

Mike Cao·7mo ago
February 7, 2026
Otherkamo-analytics

Translate all 51 locale files, reducing untranslated keys from 6,017 to 862.

12 batch translation scripts covering all language families: East Asian, Romance, Germanic, Nordic, Slavic, Other European, South/Southeast Asian, Tamil, Sinhal...

Mike Cao·7mo ago
Otherkamo-analytics

Add 46 missing translation keys to all locale files.

These keys existed in messages.ts but were missing from the JSON files, previously relying on react-intl defaultMessage fallback.

Mike Cao·7mo ago
Otherkamo-analytics

Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich().

- Rewrite messages.ts to plain string key maps (remove MessageDescriptor) - Rewrite useMessages hook to expose t from useTranslations() directly - Rename format...

Mike Cao·7mo ago
Otherkamo-analytics

Merge remote-tracking branch 'origin/dev' into dev

Mike Cao·7mo ago

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

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

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