Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Closing the only Sessions match hides the nothing-matches message

Abierto
#1,473 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
75/100
Tipo de issue
Error
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
go

Línea de trabajo

Run make demo-home and reproduce the single-result filter case in Sessions. Inspect internal/tui3/place_sessions.go:1573 and the close-note assignment in internal/tui3/taskrowverbs.go:97, then find the filtered-place note test and add the one-result and multi-result cases. Done means the acknowledgement and no-match state are both visible, with the Sessions manual and invalidates updated if wording changes.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

area:chat bug sev:papercut

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

What happened

Closing the only task matched by a Sessions filter removes the row, but the place's action notice takes the line where nothing matches would appear. The body is blank, leaving no immediate account that the filter has no visible result.

Replication

Deterministic (no model). Run make demo-home, open Sessions, type a filter matching exactly one task, then close it. The list becomes blank and the note says task closed · find it by typing its name in tasks; nothing matches is absent. Clear the action notice and the expected no-match line returns.

Where

internal/tui3/place_sessions.go:1573 at dev@debffabf6, tasksPlace.note, returns actionNote before checking the empty filtered reading. The close action sets the note in internal/tui3/taskrowverbs.go:97.

The fix

Keep the close acknowledgement without suppressing the filter's no-match state, by giving them separate lines or combining them into one clear sentence.

Acceptance

  • e2e: closing the sole Sessions result shows both that the task closed and that the current filter matches nothing.
  • Unit: the filtered-place note test covers one-result closure and a multi-result control.
  • Update the Sessions manual if the wording changes and record the former blank state in invalidates.
Lenguaje dominante
Go
Estrellas
115
Forks
14
Merge medio
9 h 35 min
PR fusionados (30 d)
752

Preparar el entorno

Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Agent-Field/CodeAF

Todos los issues de Agent-Field/CodeAF

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.