chore(dashboard): drop the Moshpit TLDs panel, point at the pit - #98
Merged
Conversation
It was a second control panel over data this app does not own. Every resolver, the DNS bridge and TronBrowser ask `pit.moshcode.sh` — the moshcode registry is the one being served, and these tables are its ancestor. So the panel edited a copy: nested alias, exemption and key-pin forms, one row per ending, with no filter and nowhere to see what a name actually publishes. The pit has a DNS Records tab now, with the records themselves rather than a pointer, so this is not a removal with nothing behind it. The tab strip links straight out to it, and `/dashboard/tlds` — a real bookmarkable URL — redirects rather than quietly opening the Domains tab and looking like a rotted bookmark. The /api/moshpit endpoints stay: PitSearch on the public /pit page claims endings through them, and they are a public surface something outside this repo may be calling. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
ralyodio
marked this pull request as ready for review
August 3, 2026 07:12
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.
What
Deletes
components/MoshpitTlds.tsx(499 lines) and the Moshpit TLDs tab from/dashboard.Why
It was a second control panel over data this app does not own. Every resolver, the DNS bridge and TronBrowser ask
pit.moshcode.sh— the moshcode registry is the one actually being served, and these tables are its ancestor (006_moshpit.sqlthere says as much: "Ported from the moshcoding app"). So the panel edited a copy.It was also hard to use for what people came to it for: nested alias, exemption and key-pin forms, one row per ending, no filter, and nowhere to see or set what a name actually publishes.
What replaces it
moshcoder/moshcode#241 adds a DNS Records tab to
app.moshcode.sh/pit— filter by domain, and real AAAA/CNAME/TXT/MX records rather than a single pointer. This is not a removal with nothing behind it./dashboard/tldswas a real bookmarkable URL, so it redirects rather than quietly opening the Domains tab and looking like a rotted bookmark.What stays
The
/api/moshpit/*endpoints.PitSearchon the public/pitpage claims endings through them, and they are a public surface something outside this repo may be calling. Worth a follow-up decision, but not something to delete quietly in a UI cleanup.Checks
tsc --noEmitclean.bun test tests/— 177/177 pass.🤖 Generated with Claude Code