fix(treasury): honest-copy notes — thin-market Sendit, whose money is staked - #292
Merged
Conversation
… staked Three notes that keep adjacent numbers from lying by omission: - Sendit's value gets a qualitative thin-market caveat (its screen price comes from one Uniswap pool with ~$0.44 of daily volume). No number in the UI — a fixed percentage would age into misinformation; the dated measurement (2026-08-23: full 474M exit realizes 88.6% of screen, 10% tranche 96.9%, reserve ~$115k) lives in the code comment. - The sponsorship card's Total staked says it is BACKERS' money — the same word 'staked' sits centimeters from the DeFi card's 'vault shares $0', and without the line the two read as a contradiction. - treasury.ts documents the page-headline consequence of marking any token unpriced: one null price nulls the whole total (a total missing a part is an unknown total, not a smaller one) — so the next person knows BEFORE flipping that switch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@sktbrd is attempting to deploy a commit to the r4to's projects Team on Vercel. A member of the Team first needs to authorize it. |
pt-BR is the long-string locale ("R$ 177.908,14" vs "$34,414.31") and
two spots sized for the English case broke under it, caught on the PT
capture: the Total KPI's wallet/DeFi line wrapped INTO the corner
noggles, and the rider table's fixed 72px value column let
"R$ 12.731,86" bleed into the yield column.
The KPI note becomes two deliberate lines (label + tabular value) with
right padding clearing the mark in any locale; the rider columns go
auto-sized. Anything that fits English exactly will overflow Portuguese
— sized for the long case now.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Layout fixes per PT-capture review: Total KPI breakdown is now two deliberate lines (clear of the corner mark in any locale), and the sponsorship rider columns are auto-sized so BRL-length values can't bleed into the yield column. PT re-captured: layout-fix-pt.png. |
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
Follow-ups from the Sendit liquidity diagnostic and the #291 capture review — copy only, no behavior change:
Test plan
Generated with Claude Code