Conversation
Introduce About page with app version and update functionality. Add Login page for authentication and CLI proxy server management. Implement Dashboard for comprehensive usage statistics and trends. Create Providers page for managing API connections via OAuth. Develop Quota page to display API rate limits and usage. Integrate dedicated Zustand stores and presenter hooks for each feature. Enhance user experience with privacy modes and interactive elements. feat: introduce new UI framework, quota, and settings Introduce a comprehensive set of new UI components (Shadcn-like). Implement a responsive default layout with collapsible sidebar navigation. Add a new Quota feature with detailed and compact views for providers. Introduce a Settings page for CLI proxy, usage stats, theme, and language. Establish core state management (Zustand) for CLI proxy, config, theme. Integrate new API services for auth, config, OAuth, quota, and usage. Provide utility hooks for app version, interval, and global refresh events. Refactor page exports and add shared utility functions. feat(utils): introduce new utility functions for language, privacy, and quota management refactor(stores): remove stores barrel export as it is no longer needed
Reorganize application into a feature-sliced architecture to improve modularity and maintainability. - Move shared components, hooks, and utilities into a `shared` directory and update all relevant import aliases and paths. - Centralize application constants (API, app, providers, routes, storage) into dedicated `src/constants` files for better organization. - Refactor page components (`DashboardPage`, `ProvidersPage`, `QuotaPage`) to extract business logic into dedicated presenter hooks. - Update store implementations to align with new constant paths and remove redundant comments. - Extract API response parsing logic into dedicated `services/api/parsers` to separate concerns within the API layer. - Introduce `RawApiCallResponse` type for improved type safety in API calls. feat(types): add new quota types for various providers refactor(types): remove PROVIDERS constant and ProviderId type definition refactor(types): remove AuthFilesResponse comment refactor(types): import ProviderId from '@/constants/providers' refactor(utils): remove constants.ts file
build(Cargo.toml): update `Cargo.toml` version to `1.0.9`
- Trigger releases on `v*` tags to align with semantic versioning. - Enable manual `workflow_dispatch` to allow on-demand releases. - Automate version bumping in project files to ensure consistency. - Introduce dedicated build jobs for macOS (universal) and Linux (x64) to expand platform support. - Dynamically generate `latest.json` with update information for all platforms to enable comprehensive auto-updates. - Add a note to macOS releases about code signing to inform users.
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.
No description provided.