feat(gastown): simplify town overview header cards#3679
Merged
eshurakov merged 2 commits intoJun 8, 2026
Conversation
eshurakov
approved these changes
Jun 4, 2026
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryUI-only cleanup removing three static/misleading stat cards (Mode, Core, Promise) from both personal and org gastown overview headers; no logic, security, or performance issues in the changed code. Files Reviewed (2 files)
Reviewed by claude-4.6-sonnet-20260217 · 186,103 tokens Review guidance: REVIEW.md from base branch |
Contributor
|
Mirrored into #3794 from a trusted repository branch so Vercel can build it. The replacement PR preserves the commit authorship from this PR head and points back here for original community attribution/review context. |
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
Updated
apps/web/src/app/(app)/gastown/TownListPageClient.tsxto clean up the top stat card row on the Gas Town overview. Removed theMode,Core, andPromisecards, which provided misleading or non-actionable information. Kept only theTownscount, moved the New Town button to sit alongside it on the right, and improved the loading state for the count.Closes #3678
Verification
/gastownin the dev build and confirmed the header reads correctly with the singleTownscard and aligned CTA.Visual Changes
Before
After
Reviewer Notes
No functional or backend changes. This is a UI-only cleanup. The removed cards had no connected state or behavior.