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

Preserve TUI picker selection after detail views

オープン
#1,976 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
68/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
typescript
領域
cli

調査の方向性

まず共有の PaginatedTablePicker を見つけ、リソース詳細ビューを開くとそれがアンマウントされる仕組みと、Escape で picker に戻る仕組みを追跡します。最初に共有 Harness picker と Memory Event picker のリグレッションを実行します。選択した行が安定した値によって復元され、ページネーション、リサイズ、トランジション、フィルタリングのリセットが変更されないまま、完全な coverage と TUI-harness の suite がすべてパスすれば完了です。

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

説明

Problem

PaginatedTablePicker keeps its cursor only in component-local state. Opening a selected resource unmounts the picker, so returning from its detail screen resets the cursor to the first row. This affects every resource flow built on the shared picker.

Expected experience

  • preserve the selected row by stable value when a picker opens a detail screen
  • restore that row when the user returns with Escape
  • apply the behavior once in PaginatedTablePicker for every resource family
  • keep existing pagination, resize, transition, and filtering reset behavior
  • avoid resource-specific cursor state in individual screens

Verification

  • shared Harness picker regression
  • Memory Event picker regression
  • full repository coverage suite
  • TUI-harness validation across both resource families
主要言語
TypeScript
スター
291
フォーク
96
平均マージ
21時間 31分
マージ済み PR(30日)
217

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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