Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[BUG]: Dead Issues and Zombie PRs tabs only show first 25 items with no pagination

オープン 初心者向け
#260 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
84/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
javascript
領域
frontend

調査の方向性

src/pages/GovernancePage.jsx から始め、.slice(0, 25) の呼び出し付近にある Dead Issues と Zombie PRs タブのレンダリングを調べてください。25 件を超える結果を含む組織で再現し、その後、ユーザーがすべての結果にアクセスできること、および表示される件数が表示データと一致し続けることを確認してください。

索引モデルが issue の本文から書いたものです。

説明

bug
Bug Description

The "Dead Issues" and "Zombie PRs" tabs on the Governance page hard-cap results to the first 25 items using .slice(0, 25), with no pagination or way to view items beyond that limit. Organizations with more than 25 dead issues or zombie PRs will have the remaining data permanently hidden from the user.

Steps to Reproduce
  1. Go to the Governance page for an organization with 25+ dead issues
    or zombie PRs
  2. Click the Run Audit Button
  3. Open the "Dead Issues" or "Zombie PRs" tab
  4. Notice only 25 rows are shown, with no page controls or way to see more, even though the tab count badge may show a higher number
Logs and Screenshots

No response

Environment Details
  • OS: Windows 11 / macOS / Linux
  • Browser: Chrome 120 / Firefox / Safari
  • Relevant file: src/pages/GovernancePage.jsx
Impact

Critical - Application is unusable

Code of Conduct
  • I have joined the Discord server and will post updates there
  • I have searched existing issues to avoid duplicates
主要言語
JavaScript
スター
35
フォーク
98
平均マージ
1日 21時間
マージ済み PR(30日)
9

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

AOSSIE-Org/OrgExplorer のほかの issue

AOSSIE-Org/OrgExplorer の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。