feat(carat): Carat Calculator + timeline-proxy worker#57
Merged
Conversation
Split planning table into sortable rows/cards, banner identity, pulls field, add/remove banner controls, timeline and balance verdict panels, and live data status. Add income tables and wire store updates. Co-authored-by: Cursor <cursoragent@cursor.com>
Track impeccable SKILL.md and reference docs. Ignore .impeccable/ and the impeccable scripts directory. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the LB/MLB copies distribution with a plain-language rate-up chance for Uma banners. The odds are derived from the real gacha rates (0.75% per pickup, 3% total 3-star) and combine multi-pickup banners by counting rarity-3 pickup cards. Support card rows keep the copies bar. Co-authored-by: Cursor <cursoragent@cursor.com>
jalbarrang
pushed a commit
that referenced
this pull request
Jun 21, 2026
## [0.17.0](v0.16.2...v0.17.0) (2026-06-21) ### Features * **carat:** Carat Calculator + timeline-proxy worker ([#57](#57)) ([2292ba9](2292ba9))
Owner
Author
|
🎉 This PR is included in version 0.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Adds the Carat Calculator — a banner-planning tool that pulls live banner/timeline data from uma.moe (via a new Cloudflare Worker proxy) and lets players plan pulls, see rate-up odds, and balance income against spend.
What's included
workers/timeline-proxy— Cloudflare Worker that holds the upstreamUMA_MOE_API_KEYserver-side and exposes a small read-only surface, gated by an origin allowlist or an optional proxy key.VITE_TIMELINE_WORKER_URLinto the Cloudflare Pages deploy workflow;.env.exampleand worker.dev.vars.exampleupdated..code-review/andskills-lock.jsontooling.Data flow
Secrets
No secrets committed.
UMA_MOE_API_KEY/PROXY_API_KEYare set viawrangler secret put;VITE_TIMELINE_WORKER_URLis a public GitHub variable.