feat(miner-ui): demo-mode Cloudflare Worker prototype#7190
feat(miner-ui): demo-mode Cloudflare Worker prototype#7190RealDiligent wants to merge 3 commits into
Conversation
Bake VITE_DEMO_MODE synthetic fixtures so the SPA runs without SQLite APIs, add workflow_dispatch deploy + CI build/Codecov bundle analysis for ui-miner. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7190 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 694 694
Lines 68975 68975
Branches 18799 18799
=======================================
Hits 64679 64679
Misses 3302 3302
Partials 994 994
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Caution 🛑 LoopOver review result - reject/close recommendedReview updated: 2026-07-18 09:36:27 UTC
Review summary Nits — 5 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver 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://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 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 LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
LoopOver is closing this pull request on the maintainer's behalf (No linked issue detected; Maintainer requires a linked issue). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
VITE_DEMO_MODE(vite build --mode demo) so client fetchers serve synthetic sample data with no/api/*/ SQLite backend — safe for a public static Worker.wrangler.jsonc(loopover-miner-ui-demo) +.github/workflows/miner-ui-demo-deploy.yml(workflow_dispatchonly).@loopover/ui-miner.Prototype for the AMS miner-ui demo Worker (issue 5963). Prior attempt #7189 was CI-green but auto-closed because that issue is maintainer-assigned — this PR does not auto-close the issue so it can sit for manual review (also touches guardrailed workflow paths).
Before / after
Test plan
npm --workspace @loopover/ui-miner run testnpm --workspace @loopover/ui-miner run typechecknpm --workspace @loopover/ui-miner run build:demo