feat: portfolio overhaul — copy rewrite, mobile category, e2e suite, achievements (v1.1.0)#1
Merged
Merged
Conversation
- Rename component.tsx -> index.tsx - Rename component.styles.ts -> styles.ts - Rename component.types.ts -> types.ts - Update imports in all affected files - Fix relative imports to use new paths
- Add cursor-pointer to buttons, links, and role=button in globals.css - Remove manual cursor-pointer from individual component files
…tion - add CLAUDE.md with stack, conventions, and project structure docs - ignore .claude/ directory in git - add tailwind-variants dependency - decompose timeline into experience-dialog, skill-dialog, timeline-card, render-company, tech-badges components - remove unused certifications, projects, experience stub files, and obrigado page - update hero, about, skills, contact sections
…e skills data - add MotionProvider + useReducedMotion hook for a11y-aware animations - extract skill-dialog to shared component (was timeline-only) - add skill-categories.ts data file, refactor skills section around it - add usePortfolioActions and useScrollAchievement hooks - reorganize icons.tsx, update achievements and portfolio data
…ation - Remove skill-dialog styles duplicated in skills/styles.ts and timeline/styles.ts now that skill-dialog owns them - Remove unused timeline layout styles (timelineLine, itemContainer, etc.) - Fix onOpenChange on all three dialogs: only call onClose when closing, not on every state change - Move soloIndex counter into buildRows so render fn is pure - Deduplicate onSelectSkill inline handler to handleSkillClick - Remove use-reduced-motion hook (framer-motion handles this natively) - Self-clean scroll listener once achievement unlocked
- add Mobile category (React Native, Expo, NativeWind) with indigo styles - add Vite and Storybook to Frontend & Frameworks - add skill descriptions for React Native, Expo, NativeWind, Vite, Storybook - refactor icons.tsx to use lucide-react + react-icons/si instead of devicons-react - add react-icons dependency
…ech badges - summary: string → string[] for multi-paragraph About section - experience descriptions and impact rewritten first-person with specific metrics - all experience tech lists expanded to reflect full actual stack used - "Claude Code" renamed to "Claude" in data, icons, and skill-descriptions - tech badges in ExperienceDialog open skill dialog when description exists - fix dialog overflow: max-h + overflow-y-auto on expDialogBody and dialogContentSkill - SEO meta descriptions updated to match new positioning
Wire up Playwright 1.59, config for Chromium + iPhone 14, and tests for hero, about, skills, timeline, contact, nav, SEO, and full achievements flow (including platinum unlock). Excludes e2e/ from tsconfig app compilation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
What changed
Architecture
UX/Content
Accessibility
Tests
Version
Test plan