Refactor/client#6
Merged
Merged
Conversation
- Introduced a new transport layer for API calls, consolidating Tauri and HTTP requests into a single function for better maintainability. - Refactored server configuration and Tarkov extracts fetching to utilize the new transport mechanism, improving code clarity and reducing duplication. - Added new overlay components for error handling and header display, enhancing user feedback and interaction within the Tauri overlay. - Simplified opacity handling in the MapQuickMenu and SettingsPanel components, improving the overall user experience with cleaner code and better state management.
- Integrated vue-router for dynamic routing, enabling automatic route generation from the src/pages directory. - Updated ESLint configuration to accommodate auto-imported globals from unplugin-auto-import. - Refactored package.json and pnpm-lock.yaml to include updated dependencies for vue-router, vue-i18n, and related plugins. - Removed the SettingsPanel component to streamline the UI, focusing on essential features and improving user experience.
- Added vue-i18n for internationalization, enabling multi-language support in the application. - Updated package.json and pnpm-lock.yaml to include vue-i18n and related plugins. - Refactored components to utilize the new i18n setup, enhancing text localization across the application. - Introduced English and Russian locale files for initial language support. - Improved user experience by ensuring all UI text is translatable, facilitating future language additions.
- Updated ESLint configuration to restrict cross-feature imports, ensuring that components within the client adhere to a clear import structure. - Refactored multiple components to utilize the new aliasing system for imports, enhancing code clarity and maintainability. - Improved overall project organization by enforcing the use of the `@/` alias for cross-feature imports, promoting better modularity and reducing potential import errors.
…opment - Introduced a new README.md file detailing the client architecture, including the tech stack, folder structure, and import styles. - Provided guidelines for adding new pages, features, locales, and PrimeVue components to streamline development. - Included commands for development, building, and testing, enhancing onboarding for new contributors. - Documented the auto-imports and their usage to clarify the development workflow within the client application.
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.