Log Perubahan Langsung

Lihat apa yang kita bangun, di real-time. Setiap fitur, perbaikan, dan perbaikan dikirim di platform.

17,933
Total Perubahan
4,614
Fitur
4,543
Perbaikan
32
Proyek
Filter menurut projek
Semua Projek17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter berdasarkan tipe
Semua JenisBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 18, 2026
Fixkamo-internal

Remove placeholder text from preview, allow sending without subject

- Empty email body in preview no longer shows "Start typing your email..." - Subject is no longer required to send — Send button is enabled with just a recipi...

kamo·5mo ago
Fixkamo-internal

Template dropdown fills remaining width, other controls right-aligned

The template source dropdown now has flex:1 to fill all remaining space. Edit/Preview toggle, attach button, Draft, and Send buttons are right-aligned with flex...

kamo·5mo ago
Fixkamo-internal

Wrap email body in template HTML when sending

The send handler was sending raw editor content without the template. Now wraps the body in the full template layout (far bg, margin, near bg, padding, header, ...

kamo·5mo ago
Fixkamo-internal

Remove horizontal scrollbar and extend preview to full height

- Use padding on the outer far-bg div instead of margin on the inner near-bg div to prevent width:100% + margin overflow - Set overflowX:hidden on the preview...

kamo·5mo ago
Fixkamo-internal

Repopulate member/org data when switching source scope

The sync ref was set once and never reset, so switching scope left the new scope's config with empty content fields (empty names, email, company, etc.) causing ...

kamo·5mo ago
Featurekamo-internal

Add "No Template" option to template scope dropdown

Adds a "No Template" option at the top of the template dropdown list. When selected, skips the backend fetch and renders plain email body without any header, si...

kamo·5mo ago
Fixkamo-internal

Move template dropdown, preview toggle, and attach to footer row

Move template scope dropdown, Editor/Preview toggle, and attachment button from the subject row to the bottom footer bar, aligned left. Draft and Send buttons s...

kamo·5mo ago
Fixkamo-internal

Fetch member/org data directly instead of through hooks

Removed useUserInfo, useSignatureData, and useImageResolver hooks which each had independent async fetch cycles causing race conditions where memberId/orgId wer...

kamo·5mo ago
Fixkamo-internal

Use example data in email preview when member/org data not loaded

The preview was rendering empty signatures because member/org data from useSignatureData returns empty strings while loading (or when memberId/orgId are 0). Now...

kamo·5mo ago
Fixkamo-internal

Always render template preview even without saved backend template

When no template is saved in the backend (404), fall back to DEFAULT_CONFIG instead of showing plain unformatted content. The preview now always renders with at...

kamo·5mo ago
Fixkamo-internal

Re-render templates client-side with real data in email preview

The preview was showing placeholder text ({{member.firstName}} etc.) because it used the pre-rendered placeholder HTML from the backend. Now the MessageTool: -...

kamo·5mo ago
Featurekamo-internal

Add template scope dropdown and preview tab to tool window email composer

Add to the MessageTool (tool window email composer, not the standalone MessageComposer): - Template scope dropdown in the subject row: Individual (default), D...

kamo·5mo ago
Featurekamo-internal

Add template scope selector and preview tab to email composer

- Add template scope dropdown (Organization / Department / Individual User) to the toolbar row, defaulting to Individual User - Fetch the saved template from ...

kamo·5mo ago
Featurekamo-internal

Wire signature templates to backend for persistent save/load

- Add backendAdapter.ts with bidirectional mapping between frontend SignatureConfig and backend flat entity format - Generate pre-rendered HTML with placehold...

kamo·5mo ago
Featurekamo-internal

Derive signature content from backend, add social links management

- Remove manual Personal Information, Company Information, and Social Links sections from the signature Content tab — data is now pulled automatically from ...

kamo·5mo ago
Fixkamo-internal

Simplify source selector, add dirty tracking and unsaved changes dialog

- Remove department/user sub-type selectors — templates are org-level for the organization, all departments, and all users - Remove the avatar icon to the lef...

kamo·5mo ago
Fixkamo-internal

Move Live Preview label into email header bar, remove Copy HTML button

Live Preview title and icon now sit right-aligned inside the To/Subject header bar. Removed the Copy HTML button and all clipboard logic.

kamo·5mo ago
Fixkamo-internal

Move source selector into builder header, 2-col templates, wider preview

- Move Source dropdown from top card into the builder panel header bar (matching the Live Preview title position) - Remove Undo and Reset buttons entirely - C...

kamo·5mo ago
Fixkamo-internal

Default margin to 8px and padding to 16px

kamo·5mo ago
Featurekamo-internal

Add near/far background colors, margin/padding sliders, center email option

Design tab additions: - Near Background color (content area background, default white) - Far Background color (outer email area background, default white) - Mar...

kamo·5mo ago
Featurekamo-internal

Add image scale sliders, signature image type, and footer alignment

- Add three image source selectors: Header Image, Signature Image, Footer Image (each with None / Member Avatar / Logo Simple / Logo Full options) - Add scale...

kamo·5mo ago
Featurekamo-internal

Replace photo upload with Header/Footer image source selectors

Replace the drag-and-drop photo upload with two dropdown selectors: - Header Image: None | Member Avatar | Logo Simple | Logo Full - Footer Image: same options ...

kamo·5mo ago
Featurekamo-internal

Add Header tab with 29 header templates and rename UI labels

- Add "Header" tab with 29 email header templates (banner, accent, branded, decorative categories) plus "No Header" option - Rename "Template" tab to "Signatu...

kamo·5mo ago
Fixkamo-internal

Prevent live preview panel from overflowing right edge

Change builder and preview panels from fixed flex-basis (55%/45%) to shrinkable flex so the gap between them is properly accounted for.

kamo·5mo ago
Featurekamo-internal

Add 21 additional email signature templates

Add elegant-border, two-column-grid, banner-top, gradient-accent, card-style, left-aligned-clean, right-photo, centered-minimal, executive, creative-blocks, tec...

kamo·5mo ago
Fixkamo-internal

Use richTextExtension.configure() instead of RichTextExtension class

RichTextExtension class is not exported from the published @lexkit/editor package. Use the exported richTextExtension instance with .configure().

kamo·5mo ago
Fixkamo-internal

Remove duplicate ContentEditable — use RichTextExtension's plugin

The richTextExtension already renders its own ContentEditable via RichTextPlugin. Having a second manual ContentEditable created two editable areas. Remove the ...

kamo·5mo ago
Featurekamo-internal

Rebuild email signature manager with template-based visual builder

Replace the basic Quill rich text editor with a structured, form-driven signature builder featuring 8 professional templates, design customization controls (col...

kamo·5mo ago
Fixkamo-internal

Overhaul KB editor and article page layouts

Fix editor component: - Wrap in flex column container so toolbar stays fixed and content area scrolls independently - Use position:relative on content wrapper...

kamo·5mo ago
Featurekamo-internal

Tambahkan tombol unpublish dan hapus ke tilikan artikel KB

Tambah tombol Unpublish (terlihat pada artikel PUBLISHED) yang dikembalikan ke DRAFT dan menghapus dari percakapan AI. Tambah tombol Delete dengan konfirmasi di...

kamo·5mo ago
Fixkamo-internal

Update reviews page to match enriched backend response fields

Use uid as key, articleGuid for navigation, articleTitle for display, and dateSubmitted for date. Matches the new backend response format that includes article ...

kamo·5mo ago
Fixkamo-internal

Surface actual backend error messages in article create/edit

Read errData.error (matching backend JSON format) instead of errData.message. Fix proxy to forward backend JSON errors directly instead of double-wrapping them ...

kamo·5mo ago
Fixkamo-internal

Add missing richTextExtension to enable editor text input

The RichTextPlugin from richTextExtension is required for the Lexical is silently ignored.

kamo·5mo ago
Featurekamo-internal

Add ShadCN-inspired editor theme with visible table borders

Add a comprehensive CSS theme for the LexKit editor with styled typography, visible table cell borders, code block styling, blockquote formatting, and syntax hi...

kamo·5mo ago
Fixkamo-internal

Add shared KB layout with persistent tabs and fix reviews page error

Create app/kb/layout.tsx with KbNavBar tabs shared across Articles, Resources, and Pending Reviews pages. Remove duplicate outer shells and fixed positioning fr...

kamo·5mo ago
March 17, 2026
Featurekamo-internal

Replace Plate.js with LexKit editor and add KB resource management

Replace Plate.js editor with LexKit (Lexical-based) including custom Video, Audio, and MediaCard extensions. Add WordPress-style media browser with drag-and-dro...

kamo·5mo ago
Fixkamo-internal

Update navtop email badge when message is marked as read

Dispatch email:folder-changed event after marking a message as read, so MailButton re-fetches the unread count immediately.

kamo·5mo ago
Fixkamo-internal

Revert email WebSocket URL to same-origin Next.js rewrite path

Use /email-ws on same origin, proxied by Next.js rewrites to EmailService via k8s internal DNS. SockJS HTTP fallbacks (xhr-streaming, xhr-polling) work through ...

kamo·5mo ago
Fixkamo-internal

Connect email WebSocket directly to email.{domain} subdomain

Next.js rewrites cannot upgrade HTTP connections to WebSocket, causing the STOMP connection to silently fail after 3 retries. Now uses the same direct subdomain...

kamo·5mo ago
Fixkamo-internal

Add 30s polling fallback for real-time email updates when WebSocket is unavailable

The WebSocket connection silently fails after 3 retries, leaving the UI permanently stale. This adds a 30-second polling interval as a reliable fallback across ...

kamo·5mo ago
Fixkamo-internal

Align branch-setup and automation tabs with billing tab design

Standardize layout patterns across settings tabs: consistent padding, shared EmptyState component, matching table structure and header styles.

kamo·5mo ago
Refactorkamo-internal

Move AI to Enabled Apps section and remove settings slideout search/recents

Remove the search bar and recent items section from the settings slideout panel. Move Artificial Intelligence from main topics to the Enabled Apps section so it...

kamo·5mo ago
Fixkamo-internal

Use shared EmailWebSocketContext for real-time unread badge updates

MailButton was creating a duplicate WebSocket connection via useEmailWebSocket() and optimistically incrementing the unread count. Now uses the shared useEmailW...

kamo·5mo ago

Seperti apa yang Anda lihat pengiriman?

Semua pembaruan ini secara otomatis mendarat di ruang kerja Anda. Mulai bebas dan menontonnya tumbuh minggu demi minggu.

Mulai Bebas SelamanyaTampilkan Harga