[Refactor] Remove legacy API key settings flows and improve profile navigation architecture#57
Merged
Gautam25Raj merged 1 commit intoMay 19, 2026
Conversation
- Deleted ApiKeyTypes.ts and GeneratedApiKeyCard.tsx as they are no longer needed. - Updated settings page to remove API key fetching logic and replaced it with navigation to a dedicated API keys page. - Refactored settings page layout to use a new SettingsPanel component for better organization. - Improved navigation structure in the settings page for better user experience. - Enhanced the AdditionalSections component by filtering custom sections and simplifying the rendering logic. - Introduced MasterProfileNavigator and MasterMobileSectionNav components for improved navigation in the profile section. - Added MasterSkeleton component for loading states in the profile section. - Updated utility functions for profile data sanitization and compatibility with resume templates.
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
This PR removes legacy API key management logic from the settings flow, restructures profile navigation systems, and improves profile-related loading states and utility handling.
This update continues the ongoing alpha-stage platform restructuring and navigation system improvements.
Refactor
API Key Cleanup
ApiKeyTypes.tsGeneratedApiKeyCard.tsxSettings Architecture
SettingsPanelcomponentProfile Navigation Improvements
MasterProfileNavigatorMasterMobileSectionNavLoading & Rendering
MasterSkeletoncomponent for profile loading statesAdditional Sections Refactor
AdditionalSectionsrendering logicUtilities & Compatibility
Alpha Status
Notes
Type of Change
Checklist