feat/add other package managers#7
Merged
Merged
Conversation
isaadgulzar
commented
Dec 26, 2025
Owner
- feat: enhance upload page with package manager and shell selection
- refactor: update parseClaudeCodeData function signature to use UsageEntry type
- fix: simplify JSON parsing error handling in upload page
- refactor: remove unused import in ReportPage component
- fix: correct HTML entity in 404 page message
- feat: add CI workflow for build and linting
- Added state management for package manager and Windows shell selection. - Introduced a command prefix function to dynamically generate commands based on user selection. - Updated command display for macOS/Linux and Windows to reflect selected package manager and shell. - Improved error message clarity for invalid JSON uploads. This update aims to provide users with a more customizable and intuitive experience when generating commands for their JSON uploads.
…ntry type - Changed the parameter type of parseClaudeCodeData from any[] to UsageEntry[] for improved type safety and clarity in the parser module.
- Updated the error handling in the JSON parsing logic to remove the error parameter from the catch block, streamlining the code while maintaining user feedback for invalid JSON uploads.
- Eliminated the unused `formatCost` import from the parser module to streamline the code and improve clarity.
- Updated the apostrophe in the 404 page message to use the correct HTML entity (') for improved rendering in browsers.
- Introduced a GitHub Actions CI workflow to automate the build and linting process on pull requests to the main branch. - Configured the workflow to use Node.js version 18 and included steps for installing dependencies, running lint checks, and building the project.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.