`TableFooter` ships a corrupted class string
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Ruby
- Estrellas
- 1k
- Forks
- 67
- Merge medio
- 3 d 12 h
- PR fusionados (30 d)
- 14
Descripción
- Where:
gem/lib/ruby_ui/table/table_footer.rb:13:
"border-t bg-muted/50 font-medium[& amp;>tr]:last:border-b-0". The
amp;is HTML-decoded text pasted into Ruby source; a space before[
is also missing. - Effect: every
TableFooteremits the tokensfont-medium[&and
amp;>tr]:last:border-b-0— neither is a Tailwind class, sofont-medium
and the last-row border rule are both lost. - Fix:
"border-t bg-muted/50 font-medium [&>tr]:last:border-b-0";
re-record (on the 2.0 line)table/*.
Surfaced by the golden HTML suite (PR #536), which pins what 1.6 renders today — this defect included. Per maintainer decision (2026-09-19) main stays as is: this is addressed on the 2.0 line, and the golden snapshot that pins it is re-recorded there with the diff reviewed.
Source: design/v2/follow-up-issues.md.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza en gem/lib/ruby_ui/table/table_footer.rb:13 e inspecciona la cadena de la clase TableFooter comparándola con los tokens esperados por el issue. En la línea 2.0, ejecuta la suite de HTML golden, vuelve a grabar table/* y revisa el diff; se considera terminado cuando las clases corregidas y los snapshots revisados están presentes sin cambiar main.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- ruby, tailwindcss
- Área
- frontend, testing
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Activo
- Claridad
- Bien especificado
- Aptitud para principiantes
- 82/100