`TableFooter` ships a corrupted class string
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 82/100
Research direction
Start at gem/lib/ruby_ui/table/table_footer.rb:13 and inspect the TableFooter class string against the issue's expected tokens. On the 2.0 line, run the golden HTML suite, re-record table/*, and review the diff; done means the corrected classes and reviewed snapshots are present without changing main.
Written by the indexing model from the issue text.
Description
- 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.
- Dominant language
- Ruby
- Stars
- 1k
- Forks
- 67
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 18
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ruby-ui/ruby_ui
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
-
bug
Difficulty 1/5 1-3 hours Newbie friendliness 35/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
Similar issues
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
TheOdinProject/curriculum#31408 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
notch8/utk_knapsack#148 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
Homebrew/homebrew-cask#288729 · 1 comment ·
-
Documentation issues Open
Difficulty 2/5 1-2 days Newbie friendliness 72/100