IMPROVEMENTS & MORE CUSTOMIZATION#177
Open
ADITYANAIR01 wants to merge 7 commits intoxitanggg:mainfrom
Open
Conversation
- Move Objective below contact info in form and PDF - Add clickable project link field (embedded in project name) - Add comma-separated skills mode with pill UI and left/right reordering - Render comma skills as pill boxes in PDF and live preview - Skill pill color matches theme and updates dynamically - Add 6 new dark theme colors to theme picker (distinct, eye-catching) - Fix react-contenteditable cursor jump bug in bullet textarea - Fix ResumePDFText import bug in skills PDF
|
@ADITYANAIR01 is attempting to deploy a commit to the xitanggg-projects Team on Vercel. A member of the Team first needs to authorize it. |
…curacy, performance, and UX improve PDF extraction for embedded links, location, GPA, and project-title cleanup add abortable parsing, stronger localStorage persistence checks, and safer upload lifecycle handling optimize parser and builder runtime performance; improve loading/error UX and accessibility
- Updated the URL regex so top-level domains (like .tech) are correctly matched as part of the URL instead of being left in the project title. - Improved the subsection splitting heuristic to accurately parse the 2nd (and subsequent) education entries by checking existing state.
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.
This pull request introduces several enhancements and fixes to the resume builder, focusing on improved PDF rendering, customization options for contact and skills sections, and better content handling in form inputs. The most significant changes are grouped below:
PDF Rendering and Customization
src/app/components/Resume/ResumePDF/ResumePDFProfile.tsx,src/app/components/Resume/ResumePDF/index.tsx,src/app/components/ResumeForm/ProfileForm.tsx) [1] [2] [3] [4] [5]src/app/components/Resume/ResumePDF/ResumePDFProject.tsx,src/app/components/Resume/ResumePDF/index.tsx) [1] [2] [3]src/app/components/Resume/ResumePDF/ResumePDFSkills.tsx,src/app/components/Resume/ResumePDF/index.tsx) [1] [2] [3] [4]Form Input Handling
src/app/components/ResumeForm/Form/InputGroup.tsx) [1] [2] [3] [4]Settings and Document Generation
src/app/components/Resume/index.tsx) [1] [2]Dependency and Documentation Updates
pdfjs,react-contenteditable) and updated documentation for Docker usage and project structure. (package.json,README.md) [1] [2] [3]Domain Configuration
CNAMEfile to configure the custom domain for deployment. (CNAME)