issues Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:JavaScript
Filter by
35M results
問題
`components/tabs/UnitTab.tsx` は兵種取得失敗時に ` p className= muted {error} /p ` を表示するだけで、(1)再試行する導線が無く、(2)エラーが `role= alert `
でないためスクリーンリーダーに伝わらない。
修正案
エラー表示を `role= alert ` にし、「再試行」ボタンで再フェッチできるようにする。 ...
enhancement
問題
`components/tabs/ScoutTab.tsx`・`components/tabs/HistoryTab.tsx`・`components/detail/WarlordInsights.tsx`(WarlordComment)
の textarea に `aria-label` が無く、スクリーンリーダーで用途が分からない(placeholder は名前の代替にならない)。
修正案 ...
enhancement
Create route guard for pages that require any authenticated user.
Requirements / Definition of Done
- Add RequireAuth or update existing ProtectedRoute.
- Redirect unauthenticated users to login. ...
問題
`components/detail/WarlordDetail.tsx` の使用兵種割合一覧で `{u.count}戦` が生数値表示になっており、桁区切り規約と不整合。
修正案
`toLocaleString( ja-JP )` を適用する。
受け入れ条件
- 使用兵種の戦数が桁区切りで表示される。
enhancement
問題
`components/detail/WarlordInsights.tsx` と `components/detail/UnitInsights.tsx` の `{wins}勝{losses}敗`・`{battles}戦`
が生数値表示で、EquipTab 等の `toLocaleString( ja-JP )` 規約と不整合。
修正案
勝数・敗数・戦数を `toLocaleString( ...
enhancement
問題
`components/tabs/NationTab.tsx` の `{members}人`・`{battles}戦`・`{wins}勝{losses}敗`・カウントバッジ(`{view.length} /
{summaries.length} 国`)が生数値。一方で同ファイルの sr-only 要約は `toLocaleString( ja-JP )` を使っており不統一。
修正案
本文側のカウントも ...
enhancement
問題
`components/PieChart.tsx` の中央ラベル(`centerLabel ?? total`)、スクリーンリーダー用サマリー、セグメントの ` title ` が生の数値を表示しており、プロジェクト規約の
`toLocaleString( ja-JP )`(EquipTab 等で徹底)と不整合。
修正案
表示用の数値を `toLocaleString( ja-JP )` ...
enhancement
Description
windows上path.join出来的路径是反斜杠,但parsePath和parseCcPath里的正则只匹配正斜杠,导致所有记忆文件都找不到。
日志里反复出现: WARN service=memory.reconcile path=C:\xxx\memory\global\MEMORY.md path outside memory layout, skipping
...
bug
Context
The v13 JSDoc cleanup (#12899) made the docs build fail loudly on unparseable type expressions —
buildScripts/docs/jsdocx.mjs now exits non-zero when any jsdoc-x batch throws. #12899 explicitly ...
ai
bug
build
documentation
regression
問題
`lib/factionColors.ts` の `readableOnDark` はリポジトリ全体で定義箇所以外から参照されていない(未使用)。
修正案
未使用関数を削除する。
受け入れ条件
- `readableOnDark` が削除され、tsc/lint が通る。
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.