Move useUserInfo hook into OrgStep component to fix build error
getParentBranchTitleNonPlural was referenced in OrgStep but only destructured in the parent CreateNetworkPage component.
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...
Split ageReqType into member and team member fields
Update Organization type, PublicProvider, route schema, and BranchSetupManager with separate member/team member age requirement sections.
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...
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 ...
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...
Add branch setup implementation plan
12-task sequential plan covering kamo-shared-library, SecurityService, and kamo-internal changes end-to-end.
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.
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 ...
Migliorare le prestazioni di caricamento dei messaggi di chat
- Cache getCurrentMemberId() provoca un ref per evitare ripetuti /api/user-info chiama ogni messaggio WebSocket e indicatore di digitazione - Parallelizzare la ...
Resolve horizontal overlap, follower blind spot, and timing bugs
- flyToHomeRow: compute per-follower actual dx extents to derive rightBuffer/leftBuffer independently, placing anchor correctly to prevent ring followers from...
Bake Size slider zoom into saved SVG via viewBox crop
Avatar Creator's internal scale transform zooms the avatar body within the SVG canvas, but the effect is imperceptible at small display sizes (e.g. a 140x140 Av...
Rimuovere la scala CSS ridondante trasformarsi da anteprima avatar
L'opzione di scala di Avatar Creator applica già la scala (N/100) come gruppo SVG trasformare sul corpo avatar. Il contenitore di anteprima era anche l'applicaz...
Risoluzione di collisione post-dock
Sostituisce i no-op hexheads:makeRoom listener con un vero handler che esegue la risoluzioneCollisions dopo la nuova finestra dello strumento è stabile. Fissa l...
Risolvere le collisioni dopo la caduta e lo swarm non-snap
Non-snap gocce ora eseguire la risoluzioneCollisions prima di salvare le posizioni, impedendo di impilare nell'angolo in basso a destra. Gocce di armatura anche...
Larghezze di slot per gruppi in flyToHomeRow
I gruppi ora riservano slot orizzontali proporzionali al loro seguace estensione dell'anello (utilizzando la formula assiale piatta corretta), impedendo il grup...
Aggiungi risoluzioneCollisions useCallback
Rileva le violazioni spaziali testa a testa e testa a strumentoWindow e muove teste offendere alla posizione pulita più vicina via spiraleSearch. Deve essere ch...
Aggiungi MIN GAP costante e spiraleSearch helper
Aggiunge il divario minimo 5px invariante costante e una ricerca a spirale funzione che trova la posizione di pixel senza collisione più vicina per un hexhead, ...
Aggiungi hexhead collision corregge il piano di implementazione
Rivestimento del piano di 5-task: a spiraleAiutatore della ricerca, risolvi l'uso di CollezioniCallback, gruppo-aware flyToHomeRow, onUp cablaggio non-snap/swar...
Rimuovere z-index DOM ordine per evitare che gli eventi di clic vengano eliminati sul fuoco
Ordinare le finestre di zIndex in ToolDock ha causato il nodo DOM riordinare su ogni focus event (mousedown). I browser cadono l'evento di clic quando il suo el...
Aggiungi hexhead collision fixs design spec
Spettacolo copre tre bug UX testa esagonale: sovrapposizione orizzontale vertex inferiore-fila, in basso a destra accatastamento quando scendono senza scatto, e...
Bake background color/gradient into saved Avatar Creator avatar SVG
Avatar Creator generates transparent-background SVGs by default. The background was only applied as a CSS wrapper on the preview container, so the stored MinIO ...
Dispatch member-panel-toggle via useEffect to avoid stale Framer Motion closure
onAnimationStart/Complete hold the last rendered props, so the exit animation always saw isOpen=true and windows never relayed to the right on close. Using a us...
Correct member-panel-toggle event property so tool windows respect panel offset
The event was dispatching `{ isOpen }` but ToolWindowsContext read `detail.open`, causing memberPanelOpenRef to always be falsy and the 500px panel offset to ne...
Eliminate hexhead spawn overlap by computing unique column positions
Each head now initialises its MotionValue at its own home-row column X and below the viewport (h + SIZE), then springs up to its final slot. Previously all head...
Use inline style for icon colors to prevent CSS specificity override
sx-generated color classes were being overridden by Tab card context styles. Switching color to inline style prop ensures icons always render with the correct c...
Prevent overflow:hidden on tab card from clipping status widget
Move overflow:hidden from the Card to the Tabs wrapper Box so scrollable tabs are contained but the right-aligned status/substatus widget remains fully visible.
Correct hexhead geometry, z-index layering, and viewport clamping
- Fix axialToPixel to use flat-top hex formula (was pointy-top) so honeycomb aligns flat-edge to flat-edge as the hex SVG shape requires - Fix generateRing to...
Add status/substatus widget to lead view tab bar
- Extract LEAD_STATUS_TYPES, getStatusIcon, getSubStatusIcon to shared app/lib/leadStatuses.tsx utility; update LeadManager to import from it - Add inline sta...
Rewrite HexHead system with framer-motion physics
Replace the broken 1800-line HexHeadGroup with a clean physics-based implementation using framer-motion springs and motion values. Key changes: - Remove wiggle...
Use Next.js client-side navigation for all MUI Link components
MUI Link without component={NextLink} renders as a plain <a> tag, causing full page reloads that reset all React state including tool windows. Added component={...
Replace window.location hard navigations with router.push/refresh
All window.location.href, window.location.assign(), and window.location.reload() calls in page components caused full page reloads, wiping all React state inclu...
Flat-top honeycomb layout, 5px gaps, cluster-aware groups, tool window relayout
HexHeadGroup: - Switch to flat-top hex geometry (HEX_INRADIUS/HEX_STEP) — hexes now share flat top/bottom edges with adjacent group members, giving a proper h...
Move ToolDock above auth gate to prevent tool window wipe on navigation
PresenceWrapper switches its component tree structure when auth resolves (Fragment > children → ChatWebSocketProvider > PresenceProvider > children). This unmou...
Finestre utensili persist attraverso la navigazione — Layer 1 guardia + ToolProviders cablaggio
Come quello che vedi la spedizione?
Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.