This repository was archived by the owner on May 14, 2026. It is now read-only.
Claude/fix minting process ei w1 z - #13
Merged
Merged
Conversation
…paths
The quick-mint button was failing ~50% of the time because the random
mascot list was out of sync with the worker's allowlist (4 of 8 names
were rejected with HTTP 400). When mints failed, several overlays then
crashed because addEventListener was called on possibly-null elements
and showMintError was called with the wrong object shape. Same null-deref
issue lived in the Live-Tester render path.
- Replace the hardcoded quick-mint mascot list with Object.keys(MASCOT_GRADIENTS)
so the front-end can never drift from the gradient table again
- Pass the correct {status, body, retry, retryAfter} shape to showMintError
in the quick-mint failure branch (was passing the raw safeFetch result)
- Surface a "Network error" dialog when safeFetch itself throws instead of
silently closing the overlay
- Null-guard addEventListener / focus calls in showMintOverlay,
showMintError, and showMintCountdownOverlay
- Null-guard the lt-thread / lt-suggestions lookups in TESTER.renderThread
and renderSuggestions
https://claude.ai/code/session_01TFFm5w2fmMCTU4Tz11P6iD
The Cloudflare worker was redeployed under the new name "grok-install" because the old "grok-install-api" worker was deleted. Update the front-end WORKER_URL constants, the sign-in href, the worker-url meta tag, and wrangler.toml so everything points at the new workers.dev hostname: https://grok-install.jani-starck2.workers.dev https://claude.ai/code/session_01TFFm5w2fmMCTU4Tz11P6iD
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
grok-install | d4976f8 | Commit Preview URL Branch Preview URL |
May 02 2026, 12:18 PM |
|
anti-slop check flagged 1 marker(s):
These patterns often indicate low-effort AI output. Please review |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Type of change
feat!:orfix!:prefix in commit — requires accepted RFC)Checklist
spec/v2.14/spec.mdschemas/v2.14/schema.json) and is Draft 2020-12 validdocs/v2.14/visuals.mddocs/migration/v2.13-to-v2.14.mdif relevantCHANGELOG.mdentry added under## [Unreleased]!validate,ci,anti-slop,markdown-lintRelated issues
Closes #