refactor(wall): revert to e6006d6 layout + add contributor badge - #5
Merged
Merged
Conversation
sakanni
force-pushed
the
feat/wall-revert-badge
branch
from
June 8, 2026 16:20
bb0c5ec to
4d18d3e
Compare
Reverts the rendering logic to the e6006d6 state (the post-denylist, pre-stylise-bundle commit which the user preferred), then layers two small additions on top: - Replace the "N people have contributed" prose line with a shields.io contributors badge:  Empty state uses lightgrey color and shows 0. - Italicise "Last updated YYYY-MM-DD" at the bottom Drops all the intermediate visual polish (centered wrapper, hr separator, colgroup, valign-top, fixed cell widths, NAME_MAX_LEN truncation, @login title attribute, 12-column shrink, 6-column shrink). The wall is back to plain 7-column x 100px-avatar layout. Wall is 22 rows tall for 151 contributors. Will likely still produce a horizontal scroll on narrow viewports (table is ~700px wide); user explicitly chose this state knowing the trade-off.
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reverts the wall rendering to the cleaner pre-stylise state (commit `e6006d6` on `feat/wall-of-honour`) which you preferred, with two small additions on top:
`
Empty state uses lightgrey color and shows 0.
What this drops
All of the intermediate visual polish piled on across PRs #1-4:
` separator
Constants back to:
Heads up
This will likely still show a horizontal scrollbar on narrow viewports (the 7x100 table is ~700px wide, same as the original PR #1 layout). You confirmed knowing the trade-off.
Tests