feat(wallet): transaction table model/key columns + token four-column breakdown (rants 2026-08-22T06:36:54/06:37:50/06:39:04) - #115
Merged
Conversation
… breakdown (rants 2026-08-22T06:36:54/06:37:50/06:39:04)
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
Transaction history table column fixes (host dev-tested on atp-dev):
deepseek-v4-flash); topup/gift/raise rows show the transaction type label insteadkey_labelfrom thekeystable (note →provider / plan→provider; deleted/missing key →—)Related Rants
Changes
src/routes/wallet.rs: transactions query LEFT JOINskeys→ newkey_labelfield per row (note first, elseprovider / plan, elseprovider; null when no key); addedtransactions_key_labeltest covering note / provider-plan / null pathsui/js/app.js:TX_COLUMNSpartner column →model+key; tokens column →input/cached/output/tokens;txsToViewbuilds the new view fields; CSV export updated to the 10 new columnsui/js/i18n.js: zh/en —tx.col.model,tx.col.key,tx.col.input,tx.col.cached,tx.col.output,tx.col.tokens("总 Token"/"Total")ui/index.html: cache-bust bumped to20260822-1Tests
transactions_key_label+ all existing)-D warnings)Acceptance