refactor(extension): rename remaining Gittensory brand-prose in runtime UI - #5535
Conversation
…me UI Renames the literal display text (visible labels, aria-labels, page titles, headings, body copy) in the maintainer overlay's injected panel and options page, and the miner extension's opportunity badge and options page, from "Gittensory" to "LoopOver" -- these were the on-page text a user actually sees, left untouched by #5329's own literal deliverables (manifests, API origin, build script, download link). Deliberately unchanged: CSS class names and dataset attributes (gittensory-overlay__*, data-gittensory-pr-context, etc.) and the real apps/gittensory-extension/ directory-path reference in the miner options page's body copy. Closes #5533.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 564fc9c | Commit Preview URL Branch Preview URL |
Jul 13 2026, 02:46 AM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5535 +/- ##
=======================================
Coverage 94.79% 94.79%
=======================================
Files 566 566
Lines 45065 45065
Branches 14675 14675
=======================================
Hits 42718 42718
Misses 1613 1613
Partials 734 734
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-07-13 02:50:26 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 7 non-blocking
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
Renames the literal display text (visible labels, aria-labels, page titles, headings, body copy) in the maintainer overlay's injected panel and options page, and the miner extension's opportunity badge and options page, from "Gittensory" to "LoopOver" — these were the on-page text a user actually sees, left untouched by #5329's own literal deliverables (manifests, API origin, build script, download link).
Deliberately unchanged
gittensory-overlay__*,data-gittensory-pr-context, etc.) — internal identifiers, not brand-prose, matching the existing convention (seeauth.js'sGITTENSORY_SESSION_PATTERN).apps/gittensory-extension/directory-path reference in the miner options page's body copy.Test plan
npm run test:cigate green.miner-extension-content.test.ts) that checked the renamed badge text.Closes #5533.