Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta
#1,476 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
78/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
go

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.
Lingua principale
Go
Stelle
115
Fork
14
Merge medio
9h 35m
PR unite (30g)
752

Preparare l'ambiente

Non abbiamo ancora controllato i file di configurazione di questo progetto. Parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Agent-Field/CodeAF

Tutte le issue di Agent-Field/CodeAF

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.