Mabadiliko ya Tabianchi

Kuona nini sisi ni kujenga katika muda halisi. Kila kipengele, kurekebisha, na kuboresha kusafirishwa kwenye jukwaa.

17,933
Mabadiliko ya Jumla
4,614
Features ya
4,543
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 13, 2026
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
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
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
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
March 12, 2026
Fixkamo-internal

Move useUserInfo hook into OrgStep component to fix build error

getParentBranchTitleNonPlural was referenced in OrgStep but only destructured in the parent CreateNetworkPage component.

kamo·6mo ago
Featurekamo-internal

Add abstract title labels and dynamic parent branch titles

Add memberTitleAbstract and teamMemberTitleAbstract label fields with sync support. Replace hardcoded "Company" references with dynamic parentBranchTitleNonPlur...

kamo·6mo ago
Refactorkamo-internal

Split ageReqType into member and team member fields

Update Organization type, PublicProvider, route schema, and BranchSetupManager with separate member/team member age requirement sections.

kamo·6mo ago
Refactorkamo-internal

Rename Employee to TeamMember and wire up dynamic label overrides

Rename all Employee/Employment references to TeamMember/TeamMembership. Replace hardcoded Member/Team Member display text with dynamic label getters from useUse...

kamo·6mo ago
Featurekamo-internal

Add Child Organization Security Models mock UI to Branch Setup tab

Adds a datagrid with inline edit/add panel for managing child org security models, including org visibility toggles, age range selection, identity provider and ...

kamo·6mo ago
Fixkamo-internal

Resolve session timeout maintenance system not running

Root cause: sessionMonitor.start() called stop() after setting this.config, which nullified the config before the 3-second startup timer fired. As a result, the...

kamo·6mo ago
Featurekamo-internal

Replace Relationships tab with Branch Setup tab

kamo·6mo ago
Featurekamo-internal

Add BranchSetupManager settings tab component

kamo·6mo ago
Featurekamo-internal

Add branch-titles PATCH proxy route

kamo·6mo ago
Docskamo-internal

Add branch setup implementation plan

12-task sequential plan covering kamo-shared-library, SecurityService, and kamo-internal changes end-to-end.

kamo·6mo ago
Docskamo-internal

Add branch setup design spec

Covers the full feature from kamo-shared-library schema changes through SecurityService session/endpoint changes to kamo-internal UI and API proxy.

kamo·6mo ago
Performancekamo-internal

Eliminate OTK Redis overhead and proxy log noise for message fetches

- Bypass OTK generation in the MediaService proxy route: forward the *** cookie directly instead of generating a one-time key, removing 4 Redis round-trips ...

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Performancekamo-internal

Improve chat message loading performance

- Cache getCurrentMemberId() result in a ref to avoid repeated /api/user-info calls on every WebSocket message and typing indicator - Parallelize message hist...

kamo·6mo ago

Je, unaona nini kuhusu usafiri?

Kila moja ya hizi updates ardhi katika nafasi yako ya kazi moja kwa moja. Kuanza bure na kuangalia kukua wiki baada ya wiki.

Kuwa Huru MileleMtazamo wa bei