pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:Go
Filter by
244M results
需求
候选人详情页右侧评价/讨论模块里的「评价」二字全部改为「评论」(如:评论、添加评论、发布评论)。
实现
对 CandidateDetail.jsx 中不含「面试」的行执行 评价→评论,自动跳过「面试评价 / 面试/评价」注释 → InterviewEvalCard 的「面试评价」功能与文案完全不受影响(其文案在独立组件文件)。共改 24
处渲染文案:
- 模块标题「评论」、还没有评论、添加评论、发布评论、回复/引用 ...
Bumps @typescript-eslint/eslint-plugin from 8.59.1 to 8.60.0. details summary Release notes /summary p em Sourced from a
href= https://github.com/typescript-eslint/typescript-eslint/releases @typescript-eslint/eslint-plugin ...
dependencies
javascript
Correctness / data:
- PacketFlowTab: opening a hop s detail no longer clears its own arrow highlight. The click handler called the
toggling selectStep, so clicking a hop already selected from the ...
改动内容
新增文件
- [layoutSlice.ts — 存储每个页面的面板顺序,持久化到本地
- [DraggablePanel.tsx](f— 通用拖拽包裹组件,悬停时右上角显示 ⠿⠿⠿ 拖拽把手
修改文件
- [index.ts]— 新增 [DashboardLayout]、[TwoColumnLayout]类型,更新 [AppState]
- [useAppStore.ts]— ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- expand-scope (cycle 1114, lite) — spec write only
- 신규 spec: docs/superpowers/specs/2026-06-01-feature-flag-system-spec.md
- 기존 인프라 (CURRENT_SCORING_RULE cohort + isBigMatchEnabled) 확장 ...
Summary
Replaces the TypeScript @/* path alias with the Node imports field (#* : ./src/*) and makes .ts/.tsx import extensions
mandatory. The @/* alias is TypeScript-only — it has no runtime equivalent, ...
GET /api/properties/quality-check は物件一覧ロード時に毎回呼ばれるが、全非アーカイブ 物件を無制限 findMany で取得し JS ループで全件判定していた(物件数に線形に遅くなる)。
- take: QUALITY_CHECK_SCAN_LIMIT(=5000) + 1 で上限付き取得。超過時はエラーにせず 先頭 5000 件で従来どおり判定し、summary ...