Conversation
- Dark mode: the resume nav bar, home list/empty-state boxes, and the gallery search + filter chips now switch to dark surfaces instead of staying light (muddy grey over the dark canvas). Template cards stay light "sheets" but their pills keep light styling via .rx-card so they're not dark-grey on white. - Template card actions are an even three-column row (copy / use / preview) that fills the footer, so they read as a deliberate control bar. - Home featured templates use the same 3-column grid as the gallery (two rows of three), so the cards match the gallery's width and "preview →" no longer overflows its button on the narrower 4-up cards. - Home resume row: edit/delete are now icon buttons (pencil/trash) with aria-labels, instead of text. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The home hub's per-resume title had a standalone "save" button that only committed a rename, which read like it saved the whole résumé. Replace it with a small client component that persists the new title on Enter or blur (only when it changed), reverts on Escape, and rejects an empty title. Renaming still goes through renameResumeAction; the editor already autosaves its own title field. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
🔍 Preview deployment ready: https://binarysemaphore-vutntfcm1-shahidios-projects.vercel.app Commit e2c733e |
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.
Release v0.1.3. UI polish for the resume builder.
Fixed
Changed
Verification
npm run typecheck,npm run lint,npm run buildpass./resumeand/resume/templates.🤖 Generated with Claude Code