FEAT: Add 5-hour billing block tracking and enhanced project view#25
Merged
FEAT: Add 5-hour billing block tracking and enhanced project view#25
Conversation
added 2 commits
July 19, 2025 18:53
- Implement real-time billing block tracking aligned with Claude's 5-hour cycles - Add granular token tracking (input/output/cache-creation/cache-read) - Create BillingBlockDashboard component with burn rate indicators - Replace simple project list with enhanced ProjectGridView component - Add search, filtering, sorting, and live monitoring capabilities - Implement hour flooring for first entry in billing blocks - Add full internationalization for new features (all 6 languages) - Integrate currency conversion throughout billing components
- Fix async/await lint error in IPC handler - Replace logical OR with nullish coalescing operator throughout - Rename unused variables with underscore prefix - Fix type imports and remove unused imports - Ensure all code follows strict TypeScript and ESLint rules - Build now completes successfully without errors
MiwiDots
added a commit
that referenced
this pull request
Jul 20, 2025
* Revert "REFACTOR: Streamline CI/CD workflows to reduce GitHub Actions costs (#27)" This reverts commit 13b312d. * Revert "FIX: Improve cost calculation accuracy and dashboard UX (#26)" This reverts commit 8b51ece. * Revert "FEAT: Add 5-hour billing block tracking and enhanced project view (#25)" This reverts commit 09b56f3. * Revert "CLEANUP: Remove unnecessary development files and improve .gitignore (#24)" This reverts commit fe3d287. --------- Co-authored-by: Martin Wilke <miwi@FreeBSD.org>
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
Key Features
1. Billing Block Tracking
2. Enhanced Project View
3. Token Breakdown
4. Internationalization
Technical Details
src/shared/types/billing.tssrc/shared/utils/billingBlocks.tsTesting
Screenshots
Components integrate seamlessly into existing UsageDashboard with matching theme support.