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...
Add auth check and sanitize input on POST /org
- Return 401 if no authenticated user (prevents orphan orgs) - Build Organization from allowed fields only (prevents mass-assignment) - Fix colors field name (w...
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.
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. ...
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.
Недействительный устаревший кэш Redis с отсутствующими полями ярлыков Org
Данные кэшированной организации до обновления Службы безопасности не имеют Поле CitleNonPlural. Обнаружить это и повторно получить свежие данные. Настраиваемые ...
Include member title labels and shortTitle in org domain response
The /org/domain/{domain} endpoint was missing memberTitlePlural, memberTitleNonPlural, teamMemberTitlePlural, teamMemberTitleNonPlural, and shortTitle fields fr...
Прокси все внешние вызовы API через Next.js, чтобы избежать CORS
Добавлен универсальный /api/security/[...path] прокси-маршрут и обновлен ТемаConfig, FormAccountRecovery, FormPassportID, FormPersonalInfo, FormRecoveryEnforcem...
Прокси-страны API через Next.js и отключить режим тестирования
Прямая доставка на api.kamocrm.com не удалась из-за CORS. Добавлено /api/страны Прокси-маршрут (та же схема, что и /api/org) и отключенный USE TESTING MODE.
Используйте полные URL-адреса GitHub для ссылок на действия в рабочем процессе Forgejo
Краткосрочные refs (например, actions/checkout@v4) может не решить на Бегуны Форджо. Согласован с рабочим форматом Камо-интернала.
Используйте динамическую этикетку члена команды на кнопке домашней страницы
Use JdkClientHttpRequestFactory to support PATCH method forwarding
The default RestTemplate uses SimpleClientHttpRequestFactory (HttpURLConnection) which doesn't support the PATCH HTTP method, causing branch-titles save to fail...
Move loginOrgOpt declaration outside try block to fix scope error
The variable was declared inside the first try block but referenced in the second try block for parent branch title resolution.
Move useUserInfo hook into OrgStep component to fix build error
getParentBranchTitleNonPlural was referenced in OrgStep but only destructured in the parent CreateNetworkPage component.
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...
Скрыть значок re***, когда активен режим атрибуции текста
Исправленный чрезмерно специфичный селектор CSS, нацеленный на значок внутри #re***-контейнер. Google вводит значок непосредственно в <body> Таким образом, прав...
Принудительный режим света для преодоления внешнего темного режима CSS
Настройте Tailwind darkMode на «класс», чтобы предотвратить предпочтение ОС от запуска темных утилит Добавьте !important overrides в globals.css для блокировки ...
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...
Режим Force Light независимо от цветовой схемы ОС
Удаленный запрос предпочитает темную медиа-схему, поэтому сайт всегда отображается в светлом режиме.
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...
Удалите избыточное преобразование масштаба CSS из предварительного просмотра аватара
Вариант масштабирования Avatar Creator уже применяет масштаб (N/100) в качестве группы SVG. Преобразование на теле аватара. Контейнер предварительного просмотра...
Внедрение MakeRoom и пост-док разрешение столкновения
Оригинальное название: No-op Hexheads: MakeRoom Listener with a Real Handler который запускает разрешающие коллизии после рект DOM нового окна инструмента стаби...
Разрешить столкновения после не-snap падения и роя
Не-snap капли теперь запускать разрешающие коллизии перед сохранением позиций, Предотвращение укладки в правом нижнем углу. Теплые капли также Управляйте коллиз...
Ширина групповых слотов в flyToHomeRow
Группы теперь резервируют горизонтальные слоты, пропорциональные их последователям. протяженность кольца (с использованием правильной осевой формулы с плоским в...
Удалите сорт z-index DOM, чтобы предотвратить сбрасывание кликов на фокус
Сортировка окон по zIndex в ToolDock вызвала переупорядочение DOM-узлов на каждом Событие фокусировки (mousedown). Браузеры отбрасывают событие клика, когда его...
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...
Add kamo.commerce.enabled=true to k8s configmap
This is the file the CI pipeline actually applies (k8s/configmap.yaml). Required for CommerceService and EngagementLifecycle to load under the new @ConditionalO...
Add KAMO_COMMERCE_ENABLED=true to k8s configmap
Required for CommerceService and EngagementLifecycle to load now that they use @ConditionalOnProperty instead of @ConditionalOnBean.
Добавить matchIfMissing=false в ConditionalOnProperty
Объясняет, что CommerceService и EngagementLifecycle являются отключен по умолчанию, когда kamo.commerce.enabled не установлен. Любая услуга, которая не настраи...
Enable commerce beans via kamo.commerce.enabled property
CommerceService and EngagementLifecycle now use @ConditionalOnProperty instead of @ConditionalOnBean. Set kamo.commerce.enabled=true so they load in SecuritySer...
Заменить ConditionalOnBean на ConditionalOnProperty
**************************************************************** Данные JPA регистрируют пользовательские репозитории, что делает их ненадежными. Заменить на **...
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...
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...
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...
Удалите побочные эффекты от обновлений setWindows, добавьте недостающие депеши wrapAroundDock
Применяйте панель инструментов и изменения поиска во встроенном режиме чата
ChatBox всегда отображается во встроенном режиме через ChatTool. Двигайся Панель инструментов управления вызовами с полем поиска и кнопкой прокрутки вниз Встрое...
Обновление селекторов HexHeadGroup от data-chatbox-root до data-tool-window
В оконной системе инструмента используется окно данных в ToolWindowShell, но HexHeadGroup все еще запрашивала данные для обнаружения следов. Это привело к тому,...
Как вы видите судоходство?
Каждое из этих обновлений автоматически попадает в ваше рабочее пространство. Начните бесплатно и смотрите, как он растет неделю за неделей.