Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Preserve TUI picker selection after detail views

未关闭
#1,976 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
68/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
冷清
技术栈
typescript
领域
cli

调研方向

首先定位共享的 PaginatedTablePicker,并跟踪打开资源详情视图时它如何被卸载,以及按下 Escape 后如何返回 picker。先运行共享 Harness picker 和 Memory Event picker 的回归测试;完成的标准是:选中行通过稳定值恢复,同时分页、调整大小、过渡效果和过滤器重置保持不变,并且完整的 coverage 和 TUI-harness 套件全部通过。

由索引模型根据 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
平均合并
20 小时 50 分钟
30 天内合并 PR
214

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

aws/agentcore-cli 的其他 Issue

查看 aws/agentcore-cli 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。