Skip to content

feat(credits): remove Current Balance column from credit balance table#1055

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
remove-current-balance-column
Open

feat(credits): remove Current Balance column from credit balance table#1055
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
remove-current-balance-column

Conversation

@kilo-code-bot
Copy link
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 12, 2026

Summary

  • Remove the "Current Balance" column from the credit balance table on the /credits page.
  • Both the loading skeleton table and the data table are updated to remove the column header and corresponding cell.
  • UI-only change — no data structures, API responses, or backend logic modified.

Verification

  • pnpm typecheck — passed with no errors

Visual Changes

The "Current Balance" column (showing per-block remaining balance) is no longer displayed in the credit balance table. The table now shows: Effective Date, Expiry Date, and Original Balance.

Before After
Table with 4 columns: Effective Date, Expiry Date, Current Balance, Original Balance Table with 3 columns: Effective Date, Expiry Date, Original Balance

Reviewer Notes

Straightforward removal of a single table column (header + cell) from both the skeleton/loading state and the rendered data state in src/app/(app)/credits/page.tsx. No logic changes.


Built for emilie by Kilo for Slack

Remove the 'Current Balance' column header and corresponding cell from
both the loading skeleton and the data table on the credits page. This
is a UI-only change — no data structures, API responses, or backend
logic are modified.
@kilo-code-bot
Copy link
Contributor Author

kilo-code-bot bot commented Mar 12, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/app/(app)/credits/page.tsx

Reviewed by gpt-5.4-20260305 · 115,573 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant