비밀번호

우리가 건물을보고, 실시간. 모든 기능, 수정 및 개선은 플랫폼을 통해 배송.

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 7, 2026
Otherkamo-analytics

Fixed tooltip text sizes.

Mike Cao·7mo ago
Otherkamo-analytics

Fix website reports route type error and pass teamId to board WebsiteSelect.

Remove invalid 3rd parameter from GET handler and parse report type from query params instead. Pass teamId to WebsiteSelect in BoardEditHeader so it shows team ...

Mike Cao·7mo ago
Otherkamo-analytics

Replace react-intl with next-intl and consolidate lang files.

Migrate i18n from react-intl to next-intl, eliminating the formatjs compilation pipeline. Translation files now live as nested JSON in public/intl/messages/ (si...

Mike Cao·7mo ago
Otherkamo-analytics

Rename session recording to session replay across the codebase.

Renames all files, components, database schema, API routes, hooks, messages, and build config from "recording" to "replay" terminology.

Mike Cao·7mo ago
Otherkamo-analytics

패널에 고정 극대화 버튼.

Mike Cao·7mo ago
Otherkamo-analytics

고정 패널 및 미터 카드 css

Francis Cao·7mo ago
Otherkamo-analytics

색상을 정리하고 선택

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

Rrweb 기반 세션 레코딩 기능을 추가합니다.

DOM 캡처 및 rrweb-player에 대한 rrweb로 전체 세션 레코딩 구현 재생을 위해. 포함 : SessionRecording 모델 Prisma schema, chunked gzip-compressed 저장, 롤업을 통해 내장 된 레코더 스크립트, 수집 API endpoint,...

Mike Cao·7mo ago
Otherkamo-analytics

오래된 CSS 변수를 새로운 react-zen 디자인 시스템에 마이그레이션합니다.

Journey 구성 요소, global.css 및 variables.css 모든 참조 오래된 CSS 사용자 정의 속성 (--base-color-*, --primary-color, --text-base) @analytics/react-zen에 더 이상 존재하지 않습니다. 새로운지도 변수 ...

Mike Cao·7mo ago
Otherkamo-analytics

Decompose BoardPage를 개별 구성 요소로 제거하고 디버그 로깅을 제거합니다.

BoardRow, BoardColumn, BoardViewHeader, BoardEditHeader를 추출하고, boardConstants는 별도의 파일로 구성됩니다. 9 console.log 문 제거 BoardBody 및 BoardProvider에서.

Mike Cao·7mo ago
Otherkamo-analytics

웹 사이트NavSection을 웹 사이트Nav로 통합하고 스크롤바 플래시를 수정합니다.

웹 사이트로 사이드바 렌더링 논리를 이동Nav isCollapsed prop 그래서 SideNav는 대신 웹 사이트를 사용합니다. 기타 제품 확장 전환 중에 수평 스크롤을 방지하기 위해 숨겨진 오버 플로우.

Mike Cao·7mo ago
Otherkamo-analytics

Fix WebsiteSelect showing empty value on initial load.

Fall back to queried website name when local state hasn't been set yet, since useState only captures the initial value which is undefined before the query resol...

Mike Cao·7mo ago
Otherkamo-analytics

Combine WebsiteNav into SideNav when viewing a website.

Replace the separate 240px WebsiteNav sidebar with website navigation integrated into the main SideNav. When a websiteId is active, SideNav shows a back arrow, ...

Mike Cao·7mo ago
Otherkamo-analytics

Fix ChangeLabel colors to use react-zen theme variables.

Replace old CSS variables with new theme tokens for success, error, and neutral states.

Mike Cao·7mo ago
Otherkamo-analytics

Fixed previous select width.

Mike Cao·7mo ago
Otherkamo-analytics

Fix WebsiteDateFilter width and date popup minimum width.

Remove unnecessary wrapper Row around DateFilter and set min-width on the date picker popover to 200px.

Mike Cao·7mo ago
Otherkamo-analytics

Fix NavButton text not showing and remove unused Sidebar.

Show NavButton text whenever sidebar is not collapsed, not only on pages without sub-navigation. Also remove unused Sidebar component.

Mike Cao·7mo ago
Otherkamo-analytics

Fix Select component usage by removing items prop and render functions.

Replace render function children with mapped ListItem elements and remove the unsupported items prop across all Select instances.

Mike Cao·7mo ago
Otherkamo-analytics

Add hover background to MetricsTable rows.

Mike Cao·7mo ago
Otherkamo-analytics

Rename SideMenu to NavMenu, fix tooltips, and update react-zen.

- Rename SideMenu to NavMenu with visible group title labels and selected item highlighting - Update react-zen to 0.242.0 and fix responsive breakpoints (xs -> ...

Mike Cao·7mo ago
Otherkamo-analytics

Fix TypeScript type errors across multiple files

Mike Cao·7mo ago
Otherkamo-analytics

Updated packages.

Mike Cao·7mo ago
Otherkamo-analytics

Merge branch 'dev' into boards

# Conflicts: # .gitignore # package.json # pnpm-lock.yaml # **************** # prisma/schema.prisma # src/app/(main)/MobileNav.tsx # **************** # ********...

Mike Cao·7mo ago
Otherkamo-analytics

Code cleanup.

Mike Cao·7mo ago
Otherkamo-analytics

Add board view/edit mode separation with cancel button.

/boards/[id] is now view mode (read-only) with an edit button. /boards/[id]/edit is edit mode with save and cancel buttons. Save navigates back to view, cancel ...

Mike Cao·7mo ago
Featurekamo-analytics

Add SKIP_BUILD_GEO env variable

Closes #4004

Diogo Correia·7mo ago
Otherkamo-analytics

implement UTM filters and fields

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

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

Francis Cao·7mo ago
Otherkamo-analytics

fix getURL for share

Francis Cao·7mo ago
Otherkamo-analytics

Fix share url.

Brian Cao·7mo ago
Otherkamo-analytics

Fix share url.

Brian Cao·7mo ago
Otherkamo-analytics

use website_event_stats_hourly view for excludeBounceQuery

Francis Cao·7mo ago
Otherkamo-analytics

use website_event_stats_hourly view for excludeBounceQuery

Francis Cao·7mo ago
Otherkamo-analytics

Fix share token for public share pages

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

fix pixel/link canViewWebsite

Francis Cao·7mo ago
Otherkamo-analytics

fix bad import

Francis Cao·7mo ago
Otherkamo-analytics

fix bounce checkbox for share page

Francis Cao·7mo ago
Otherkamo-analytics

only show bounce filter on overview

Francis Cao·7mo ago
Otherkamo-analytics

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

Francis Cao·7mo ago
Otherkamo-analytics

fix total visitors query to exclude event_type

Francis Cao·7mo ago
Otherkamo-analytics

Moved bounce filter to filter form.

Mike Cao·7mo ago
Otherkamo-analytics

website API shareId compatibility updates

Francis Cao·7mo ago

배송을 보는 것과 같이?

작업 공간의 모든 업데이트 땅은 자동으로. 일주일 후 무료로 시청하십시오.

무료 영원히 시작가격 비교