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

Only the project name underlines although the whole Home row is clickable

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

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

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

評価

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

調査の方向性

Start with internal/tui3/home.go:4138 and the title underline logic at internal/tui3/homecell.go:499 and :610. Run make demo-home, reproduce the pointer behavior, then inspect the existing Home mouse tests or add coverage for name, count, and branch cells. Done means the indicated target and click behavior agree, the e2e and unit acceptance checks pass, and the Home mouse manual and invalidates record are updated.

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

説明

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1422; introduced by it.

What happened

The whole project row, including its counts and branch reading, selects the next message's project when clicked. Hover underlines only the project name. The visual cue therefore marks a smaller target than the click handler accepts.

Replication

Deterministic (no model). Use make demo-home, open Home with mouse reporting, move the pointer over a project's count or branch text, and click. The text does not underline, yet the project on the draft seam changes. Moving over the name underlines it.

Where

internal/tui3/home.go:4138 at dev@debffabf6, homePress, treats a homeProjectRow hit as selection. internal/tui3/homecell.go:499 and :610 underline the title portion when projectHover matches.

The fix

Make the clickable extent and visual cue agree. The least surprising contract is to make only the underlined name select the project, while counts and branch remain readings.

Acceptance

  • e2e: in codeaf chat on a demo home, a click on an underlined project name changes the draft target; a click outside that indicated target does not.
  • Unit: pointer hit tests cover name, count and branch cells.
  • Update Home's mouse manual and record the former whole-row target in invalidates.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
749

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

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

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

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

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