Registo de Mudança ao Vivo

Ver o que estamos a construir, em tempo real. Cada recurso, correção e melhoria enviados através da plataforma.

17,916
Total de Alterações
4,605
Características
4,536
Correcções
32
Projectos
Filtrar por projeto
Todos os Projetos17,916AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService371InitializerService300KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,573kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,321kamo-signer-monorepo50kamolos102
Filtro por tipo
Todos os TiposBuild24CI523Chore670Docs226Feature4,605Fix4,536Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
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

Mudar o nome da gravação da sessão para a repetição da sessão através da base de códigos.

Renomeia todos os arquivos, componentes, esquema de banco de dados, rotas API, ganchos, mensagens, e construir config de "gravação" para "replay" terminologia.

Mike Cao·7mo ago
Otherkamo-analytics

Botão de maximização fixo no painel.

Mike Cao·7mo ago
Otherkamo-analytics

painel de correção e métricas css cartão

Francis Cao·7mo ago
Otherkamo-analytics

Limpar as cores e Selecções

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

Adicionar recurso de gravação de sessão baseado em rrweb.

Implementa gravação de sessão completa com rrweb para captura de DOM e rrweb-player para reprodução. Inclui: Esquema Prisma para o modelo SessionRecording, em b...

Mike Cao·7mo ago
Otherkamo-analytics

Migrar as variáveis CSS antigas para o novo sistema de design reacte-zen.

Componente de viagem, global.css e variables.css todos os antigos referenciados Propriedades personalizadas do CSS (-- base- cor- *, -- primário- cor, -- texto-...

Mike Cao·7mo ago
Otherkamo-analytics

Decomponha o BoardPage em componentes individuais e remova o registro de depuração.

Extrair BoardRow, BoardColumn, BoardViewHeader, BoardEditHeader, e boardConstants em arquivos separados. Remover 9 instruções do console.log de BoardBody e Boar...

Mike Cao·7mo ago
Otherkamo-analytics

Consolidate WebsiteNavSection into WebsiteNav and fix scrollbar flash.

Move sidebar rendering logic into WebsiteNav with isCollapsed prop so SideNav uses WebsiteNav directly instead of duplicating code. Add overflow hidden to preve...

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

Como o que vês no transporte?

Cada uma dessas atualizações pousa automaticamente em seu espaço de trabalho. Comece grátis e veja crescer semana após semana.

Começar Livre Para SempreVer Preços