feat: introduce redesigned settings center and harden cross-platform updates - #443
Merged
Merged
Conversation
…olution and improved error handling - Introduced functions to resolve the appropriate bash executable based on the environment, improving compatibility across platforms. - Updated the update application logic to utilize the resolved bash executable for executing update scripts. - Enhanced error handling to provide more informative messages when the update process fails, particularly regarding bash executable issues. - Added new service functions for managing update runtime errors and restart commands. - Implemented unit tests to verify the new functionality and ensure robust error handling.
…adjustments - Added new styles for the settings content header to improve typography. - Updated various components to refine spacing and alignment for a more cohesive layout. - Adjusted font sizes and line heights across settings sections for better readability. - Enhanced sidebar navigation with consistent padding and hover effects for improved user experience. - Modified general settings section to streamline visual hierarchy and spacing.
…ation - Renamed settings components for clarity and consistency. - Introduced new settings navigation logic to enhance user experience. - Added unit tests for the new navigation functionality. - Removed deprecated constants and hooks to streamline the codebase. - Updated styles for improved layout and readability across settings sections.
xhd0728
approved these changes
Jul 23, 2026
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
PILOTDECK_BASH_PATH.Testing
pnpm --dir ui buildpnpm --dir ui exec vitest run server/services/updateRuntime.test.js src/components/settingsNew/navigation.spec.ts src/components/settingsNew/view/agentSearch/utils/webSearchConfig.spec.ts