[Feature] [Studio] Enhance settings experience and add markdown import support#110
Merged
Gautam25Raj merged 1 commit intoMay 29, 2026
Conversation
- Updated SettingControls component to improve layout and hint display. - Refactored SettingsSelect to use a custom select element with a dropdown icon. - Enhanced SettingsRange to visually represent range progress and display current value. - Improved SettingsColor to show selected color and its hex value. - Added resume-markdown-import service for importing resumes from markdown files. - Integrated markdown import functionality into resume service. - Updated cover letter templates to conditionally render sections based on visibility settings. - Introduced isCoverLetterSectionVisible utility to manage section visibility in cover letters.
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 improves the resume editor customization experience with enhanced settings controls, introduces markdown resume import functionality, and expands cover letter visibility management for more flexible document rendering.
Features
Resume Import
resume-markdown-importservice for importing resumes from Markdown filesEditor Settings Enhancements
SettingControlswith improved layout and hint presentationSettingsSelectto use a custom select component with dropdown indicatorsSettingsRangewith:SettingsColorwith:Cover Letter Visibility Controls
isCoverLetterSectionVisibleutilityImprovements
User Experience
Rendering & Maintainability
Notes
Type of Change
Checklist