Skip to content

Release 1.0.0 - #3

Merged
dogxii merged 6 commits into
mainfrom
dev
Jun 5, 2026
Merged

Release 1.0.0#3
dogxii merged 6 commits into
mainfrom
dev

Conversation

@dogxii

@dogxii dogxii commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add resume library and workbench experience
  • Add appearance controls, themes, export improvements, and GitHub cloud sync
  • Refine README and project preview

Checks

  • npm run lint
  • npm run build

Copilot AI review requested due to automatic review settings June 5, 2026 04:15
@vercel

vercel Bot commented Jun 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
i-resume Ready Ready Preview, Comment Jun 5, 2026 4:15am

@dogxii
dogxii merged commit f59351f into main Jun 5, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is a broad “1.0.0 release” rollout that evolves iResume from a single-resume editor into a local-first resume workbench with a resume library, richer appearance controls (themes / density / layout options), safer link handling in markdown, and optional GitHub-encrypted cloud sync.

Changes:

  • Added resume library data model + manager UI (create/duplicate/delete, tags, versions) and expanded editor/preview capabilities for section-level preferences and interactions.
  • Introduced multiple new themes and appearance controls (font size, page margin, preview zoom, content density/layout styles), along with supporting CSS/typing updates.
  • Implemented URL normalization/sanitization and added GitHub OAuth + encrypted Gist sync (client + API routes), plus README refresh.

Reviewed changes

Copilot reviewed 28 out of 31 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/utils/url.ts Adds normalizeSafeUrl helper to normalize/sanitize user-provided URLs.
src/utils/markdown.tsx Uses normalizeSafeUrl to prevent unsafe markdown links from rendering as anchors.
src/types/theme.ts Extends theme typing to support new theme IDs and richer layout/style controls.
src/types/resume.ts Extends resume typing (e.g., project date, section icon visibility type).
src/index.css Adds scrollbar utilities, panning cursor styles, print tweaks, and font scaling hooks.
src/data/themes.ts Adds many new themes and theme helpers (IDs, normalization, defaults).
src/data/resumeStyle.ts Introduces appearance preference models + normalization and font/margin option helpers.
src/data/resumeLibrary.ts Adds resume library/document model plus normalization and version/tag helpers.
src/data/resumeData.ts Adds normalization utilities for resume data + section icon visibility helpers.
src/data/resumeBackup.ts Adds backup model/normalization to support import/export of enriched appearance data.
src/data/previewZoom.ts Adds zoom option constants + normalization and stepper helpers.
src/data/initialData.ts Updates initial sample data to match new types (e.g., project date).
src/data/cloudSync.ts Adds encrypted payload envelope + GitHub Gist sync client functions.
src/components/ToggleSwitch.tsx New reusable toggle switch component.
src/components/ThemePicker.tsx Revamps theme picker into a portal modal with favorites support.
src/components/ResumePreview.tsx Major preview overhaul: density/layout styles, safer links, section icon support, click-to-edit hooks.
src/components/ResumeManager.tsx Adds resume library/workbench manager UI and cloud sync / user-data settings modal.
src/components/ResumeEditor.tsx Restructures editor into “structure/details” panels with richer section editing UX.
src/components/ResumeDisplayPreferencesEditor.tsx New UI to edit per-section display preferences (dates, tags, list styles, etc.).
src/components/PreviewZoomControl.tsx New zoom stepper control for preview scaling.
src/components/PageMarginControl.tsx New page margin stepper control.
src/components/FontSizeControl.tsx New font size stepper control.
src/assets/react.svg Removes unused default React asset.
README.md Refreshes README for 1.0.0 and new feature set.
package.json Adds html-to-image dependency.
bun.lock Locks html-to-image dependency addition.
api/github/sync-key.js Adds API route to derive a deterministic AES sync key from GitHub identity.
api/github/oauth.js Adds API route to exchange GitHub OAuth code for access token.
.env.example Documents required GitHub OAuth env vars for cloud sync.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/data/themes.ts
Comment on lines +500 to +505
export const getDefaultSectionIconVisibility = (
themeId: ThemeId,
): SectionIconVisibility => {
void themeId;
return createSectionIconVisibility(true);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants