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.
无效 stale Redis 缓存丢失的 org 标签字段
安全服务更新之前的缓存数据 (原始内容存档于2018-03-21). ITTER NONPLAL Field. 检测这个并重调新数据 自定义成员/团队标签显示正确 .
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/[.路径]代理路由并更新 主题配置、 窗体账户恢复、 窗体PassportID、 窗体PersonalInfo、 使用本地代理而不是直接代理 api.kamocrm.com电话.
通过 Next.js 并禁用测试模式的代理国家 API
直接获取到 api.kamocrm.com 由于 CORS 失败 。 已添加/api/国家 代理路由(与/api/org相同)并被禁用 USE TESTING MODE.
使用完整的 GitHub URL 在 Forgejo 工作流程中的动作引用
短手回执( 如动作/ 检查出@ 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 选择器,瞄准内部的徽章 {\fn黑体\fs22\bord1\shad0\3aHBE\4aH00\fscx67\fscy66\2cHFFFFFF\3cH808080}再装一个集装箱 Google 将徽章直接注入"body", 所以规则就跟不上了 改为.gre***-badge 可见度:隐藏以保持...
强制灯光模式来覆盖外部暗模式 CSS
- 将 Tailwind 暗模式设置为“ 类” , 防止操作系统偏好触发暗公用设施 添加 ! 在 Global.cs 中锁定光模式变量的重要覆盖 - 在DynamicMetaLoader的外部CSS负载后注入内线样式,以防止外部暗模式规则生效
解决水平重叠、 跟踪盲点和计时错误
- fly ToHomeRow:计算每个跟踪器的实际dx范围以获得右缓冲/左缓冲 独立地放置锚,以防止环形追随者与 相邻的家排头( 仅留下 19px 间隙对 77px 需要) - 解析组合:包括被取消的团体追随者作为只读障碍,这样可以自由头 而其他单位则不能再被安排在跟随者位置之上 - 在Make Room / 在Wr...
无论OS 色彩方案偏好如何, 强制灯光模式
删除了偏好- color- scheme 暗媒体查询, 因此网站总是以光线模式制作 .
Bake 大小滑动器通过视图框裁剪放大为已保存的 SVG
阿凡达造物主的内部尺度 放大了SVG内部的阿凡达体 帆布,但效果在小显示尺寸(例如a)时是无法察觉的。 140x140 Avatar组件). 预览使用冗余 CSS 变换: 缩放( ) 以显示缩放, 但 CSS 绝不是其中的一部分 保存了 SVG,所以预览和保存总是看起来不同. 新方法: - 从可选变形器中去除缩放( ...
从 Avatar 预览中删除冗余 CSS 缩放转换
Avatar 创建器的缩放选项已经作为 SVG 组应用了缩放( N/ 100) 变相体上. 预览容器也在应用中 CSS变换:分级(N/100),复合效应(2.5×2.5=6.25x) (以250%计) 这让预览看起来与 保存了 SVG, 特别是在滑动器最大值被提升到250后特别显著 。 删除 CSS 变换使预览准确匹...
执行 make Room 和后碰撞分辨率
以真正的处理器替换无操作的六角头: make Room listener 在新工具窗口的 DOM 矩形后运行解析度 稳定。 修复收听者泄露(匿名,从未清理). 包装后还要运行解析度 。 最终在停靠的窗户后面被重新定位.
Fly ToHomeRow 中的组意识槽宽度
组现在保留与其跟踪者成比例的横向槽 环范围(使用正确的平顶轴公式),防止群 来自入侵相邻锚地空间的追随者. 还添加a 双RAF解析器在安放后作为安全网通过.
Remove z-index DOM sort to prevent click events being dropped on focus
Sorting windows by zIndex in ToolDock caused DOM node reordering on every focus event (mousedown). Browsers drop the click event when its target element moves b...
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.
添加匹配( If Missing = false) 到商业豆类的有条件财产
明确商业服务和参与周期 当 kamo. commerce. 启用未设置时, 默认禁用 。 任何不配置地产的服务都会跳过这些豆子.
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...
将条件Bean替换为商业服务条件Bean
QQ 在春天之前被评估 Data JPA 注册用户定义的寄存器豆,使其不可靠. 替换为 QQ 在财产解决阶段进行评价,并始终可靠。 需要商业服务的服务(保安服务)通过应用程序.yml进行选择。 不使用(MediaService)的服务使财产不设(默认为假).
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...
将工具栏和搜索更改应用到嵌入式聊天模式
ChatBox总是通过ChatTool以嵌入模式提供. 移动 带有搜索字段和滚动到下键的调用控制工具栏 输入嵌入的段落,使修改在工具窗口中可见.
将 Hex HeadGroup 选择器从数据交换箱根端更新到数据工具窗口
工具窗口系统在工具WindowShell上使用数据工具窗口,但 HexHeadGroup仍在查询数据-聊天箱-root以进行脚印检测. 这导致六头蛇看不到任何打开的工具窗口,打破了蜂窝 校正,包接-dock,聊天-避免回击,惯性聊天-避免回击.