Schimbare live jurnal

Să vedem ce construim în timp real. Fiecare caracteristică, fix și îmbunătățire expediate pe platforma.

17,888
Total modificări
4,594
Caracteristici
4,520
Reparaţii
32
Proiecte
Filtru după proiect
Toate proiectele17,888AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,557kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filtru după tip
Toate tipurileBuild24CI522Chore670Docs226Feature4,594Fix4,520Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
February 21, 2026
Otherkamo-analytics

îmbunătăţiri ale raportului de venituri.

Francis Cao·6mo ago
Otherkamo-analytics

Bumping ajv de la 6.2.6 la 6.14.0

Bumps De la 6.12.6 la 6.14. - [Release *** *** *** *** *** *** - *************** --- dependențe actualizate: - numele dependenţei: ajv inversarea dependenţei: ...

dependabot[bot]·6mo ago
February 20, 2026
Otherkamo-analytics

fix cohort queries with new multiselect

Francis Cao·6mo ago
Otherkamo-analytics

add regex operators

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

Actualizează Nu-ţi face griji

Yash·6mo ago
February 18, 2026
Otherkamo-analytics

deprecate @analytics/redis-client, add redis lib

Francis Cao·6mo ago
Otherkamo-analytics

add comparison to events page metric bar

Francis Cao·6mo ago
Otherkamo-analytics

add limit 50 to event chart, metrics table, and UTM report

Francis Cao·6mo ago
February 17, 2026
Chorekamo-analytics

Bump package dependencies

Mike Cao·6mo ago
Otherkamo-analytics

Revert "Fix TypeScript type errors across multiple files"

This reverts commit ****************

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

Merge branch 'dev' into session-recording

Mike Cao·6mo ago
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
Fixkamo-internal

Handle optional effectiveDate and processedAt in DateTimeDisplay

Type error: string | undefined not assignable to string | number | Date. Add null checks before passing to DateTimeDisplay, show em-dash when absent.

kamo·6mo ago
Fixkamo-internal

Align Commerce submenu with actual Commerce page tabs

- Rename Domain Configuration to Engagement Types - Add Rental Assets, Vendors, Subscription Plans - Update tab param to engagement-types for consistency - Labe...

kamo·6mo ago
Otherkamo-analytics

Updated packages. Remove unneeded offset.

Mike Cao·6mo ago
Otherkamo-analytics

Mute disabled board row control icons

Mike Cao·6mo ago
Otherkamo-internal

Keep background fixed; only content scrolls

kamo·6mo ago
Otherkamo-internal

Datagrid column sizing + DateTimeDisplay for all dates

- Datagrids: columns fill width with flex/minWidth/maxWidth; one flex column per grid - All pipeline grids use DateTimeDisplay for date columns (agDateColumnFil...

kamo·6mo ago
Fixkamo-internal

Advanced datagrids fill 100% of content area

- SettingsView: tab content wrapper overflow hidden, motion.div flex chain so tab content gets bounded height and grids can expand. - PipelineRentalAssetsTab:...

kamo·6mo ago
February 14, 2026
FixKlusterServices

Resilient probes so cluster stays up when one node is offline

- Liveness: tcpSocket on 4222 (do not depend on JetStream meta leader) - Readiness: initialDelay 90s, period 15s, failureThreshold 10 so k0m1+k1m1 can form qu...

Kamo·6mo ago
Otherkamo-analytics

Fix missing resize grip for last board row

Mike Cao·6mo ago
CISecurityService

Trigger pipeline

Kamo·6mo ago
Fixkamo-internal

Use string IDs for pipeline detail APIs (JS safe integer)

- posApi: getOrder, getMortgageApplication, getEngagementById, getBooking accept number | string, URL uses String(id) - Detail pages: pass route id (string) to ...

kamo·6mo ago
Fixkamo-shared-library

Serialize POS DTO uid / id ca șir în JSON pentru JS întreg sigur

- RetailOrderDTO.uid, *************** AngajamentDetailDTO.id/linkId, IpotecaAppDTO.uid - Utilizați @JsonSerialize[folosind = ToStringSserializator.class] pentru...

Kamo·6mo ago
Otherkamo-internal

Fix detail back links and document detail pages

- **************** row-click uses uid ?? id (or id ?? uid) for navigation - Detail and NotFound back links: retail, mortgage, rental, service, subscription, pro...

kamo·6mo ago
Featurekamo-internal

Reorganize by vertical with intent/commitment sub-tabs

- Main tabs: Dashboard | Engagements | Retail | Mortgage | Rental | Service | Subscription | Vendor (one per enabled vertical) - PipelineVerticalSection: sub-ta...

kamo·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·6mo 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-internal

Restore form controls on settings member tabs - fix flex layout collapse

- TabPanel: keep overflow-y auto for scroll, use overflowX hidden - SettingsView: move scroll to parent Box, motion.div uses display block to size to content - ...

kamo·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
Fixkamo-internal

Restore vertical scrollbar and fix collapsed panes on settings pages

- TabPanel: change overflow from hidden to auto for tab content scrolling - SettingsView: enable overflow-y auto on tab content Box and motion.div - ProfileTab:...

kamo·7mo ago

Ca ceea ce vezi de transport maritim?

Fiecare dintre aceste actualizări aterizează automat în spațiul de lucru. Începe gratuit și urmăriți-l crească săptămână după săptămână.

Pornește gratuit pentru totdeaunaVezi prețurile