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 ไม่ถูกต้อง
ข้อมูล cuperd org จากก่อนที่ การปรับปรุงความปลอดภัยจะขาด สนามของสมาชิก Title NonPloral เลือกตัวเลือกนี้และแก้ไขข้อมูลใหม่ การแสดงผลป้ายสมาชิก/ tam ที่กําหนดเองถ...
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 ภายนอกทั้งหมด ที่เรียกผ่านทาง ถัดไป.js เพื่อหลีกเลี่ยง CordS
เพิ่มการจับทั้งหมด / api/ความปลอดภัย/[...] เส้นทางพร็อกซีและการปรับปรุง ชุดตกแต่งConfig, FormAccount Researchy, Form Passipid, FormPersoral Info, & updatedateme...
ประเทศพร็อกซี API ผ่านหน้า.js และปิดการใช้งานโหมดทดสอบ
การเรียกโดยตรงไปยัง Api.kamocrm.com ล้มเหลวเนื่องจาก CorS เพิ่ม / api/country เส้นทางไปยังพร็อกซี (รูปแบบเดียวกันกับ /api/org) และปิดการใช้งานการใช้ testing Mo...
ใช้ที่อยู่ URL แบบเต็มรูปแบบของ GitHub สําหรับอ้างอิงการกระทําในการทํางานของ Forgejo
REELT มือสั้น (เช่น การกระทํา/ 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...
ซ่อนป้ายซ้ําเมื่อมีการใช้งานโหมดข้อความ
การเลือก CSS ความกว้างคงที่ ที่กําหนดเป้าหมายภายใน คนรับเชิญ Google ฉีดตราโดยตรงเข้าไปใน <b> ดังนั้นกฎไม่เคยตรงกัน เปลี่ยนเป็น .greju badage กับ มองเห็น: Hidde...
บังคับให้ปรับโหมดแสงใช้แทนโหมดมืดภายนอก CSS
- ตั้งโหมดหมุนท้ายลมเป็น 'ชั้น' เพื่อป้องกันการใช้ OS ที่ต้องการจากการเรียกใช้งานโปรแกรมเดสก์ทอป - เพิ่ม! overrides สําคัญใน โลก.cs เพื่อล็อคตัวแปรโหมดแสง - Inj...
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...
บังคับใช้โหมดปรับความสว่าง ไม่ว่าจะเป็นรูปแบบชุดสีของ OS
ลบการค้นหาสื่อมืดแบบ scheme ดังนั้นเว็บไซต์มักจะแสดงผลในโหมดแสง.
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...
Remove redundant CSS scale transform from avatar preview
Avatar Creator's scale option already applies scale(N/100) as an SVG group transform on the avatar body. The preview container was also applying CSS transform: ...
Implement makeRoom and post-dock collision resolution
Replaces the no-op hexheads:makeRoom listener with a real handler that runs resolveCollisions after the new tool window's DOM rect is stable. Fixes the listener...
Resolve collisions after non-snap drop and swarm
Non-snap drops now run resolveCollisions before saving positions, preventing stacking at the bottom-right corner. Swarm drops also run resolveCollisions and now...
Group-aware slot widths in flyToHomeRow
Groups now reserve horizontal slots proportional to their follower ring extent (using correct flat-top axial formula), preventing group followers from invading ...
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.
เพิ่มไม้ขีดไฟ
ทําให้เป็นที่แน่ชัดว่า นักธุรกิจฝึกหัดและหุ้นส่วน ไลฟ์ซีเคิล ปิดการใช้งานโดยปริยายเมื่อตั้งค่า kmo.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...
แทนที่เงื่อนไข Onbean ด้วยเงื่อนไข On Property สําหรับผู้ประกอบการค้า
~ประกาศประเมินผลก่อนฤดูใบไม้ผลิ~ ข้อมูล JPA ลงทะเบียนถั่วบรรจุของที่ผู้ใช้กําหนด ทําให้เชื่อไม่ได้ แทนที่ด้วย ~package text มีการประเมินค่าในขั้นตอนการลดทรัพย์ส...
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...
Remove side effects from setWindows updaters, add missing wrapAroundDock dispatches
Apply toolbar and search changes to embedded chat mode
The ChatBox is always rendered in embedded mode via ChatTool. Move the call controls toolbar with search field and scroll-to-bottom button into the embedded sec...
Update HexHeadGroup selectors from data-chatbox-root to data-tool-window
The tool window system uses data-tool-window on ToolWindowShell, but HexHeadGroup was still querying data-chatbox-root for footprint detection. This caused hexh...
เหมือนที่คุณเห็นการขนส่ง?
ทุก คน ที่ ได้ รับ การ ปรับ ปรุง เหล่า นี้ จะ ลง ไป ใน ที่ ทํา งาน ของ คุณ โดย อัตโนมัติ. เริ่มให้อิสระและดูมันเติบโตสัปดาห์แล้วสัปดาห์เล่า.