forked from element-plus/element-plus
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance dependency setup dialog and utility functions
- Improved the logic in DependencySetupDialog.vue to better handle single and multiple node installations, providing clearer comments for maintainability. - Updated the getRepoExternalPath function in dependency.ts to include browser-specific repository paths for Google Chrome and Chromedriver, enhancing the utility's functionality. - Refined the useDependencyList.tsx to streamline the creation of repository tab items, ensuring proper handling of search and nodes tabs while improving readability. These changes enhance the user experience and maintainability of the dependency management components.
- Loading branch information
Showing
3 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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