Refactor projects page and add new projects
This commit includes the following changes:
- Refactored inline styles on the projects page (
apps/homepage2/app/projects/page.js) to use CSS classes defined in a newapps/homepage2/app/projects/projects.cssfile. This improves code readability and maintainability. - Corrected grammar on the projects page: changed "resumes" to "résumés" and "repo" to "repository".
- Added several new community projects to the list:
- ResumeHub Theme
- Astro JSON Resume
- Lissy93 CV
- Straightforward Theme
- Updated the category and description for the existing 'jsonresume-nix' project to 'tooling' for better accuracy.
- Added new categories 'theme' and 'tooling' to the projects page.
Summary by CodeRabbit
-
New Features
- Added four new projects to the projects page.
- Introduced new categories such as "theme," "tooling," and "ats" for better project organization.
-
Style
- Improved the visual layout of project listings with new CSS styles for better readability and structure.
-
Bug Fixes
- Standardized the spelling of "résumé" across project descriptions and the footer for consistency.
-
Refactor
- Replaced inline styles with CSS class names for project items to streamline styling.
⚠️ No Changeset found
Latest commit: 2f060b9f838b9396472111c15de5f8fd7fe8ec65
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| jsonresume-org-homepage2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 24, 2025 6:42pm |
| jsonresume-org-registry | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 24, 2025 6:42pm |
Walkthrough
The changes introduce a new CSS stylesheet for project display, update and expand the list of projects with new entries and revised descriptions, reorganize project categories, and refactor the rendering of project items to use CSS classes instead of inline styles. Footer text and links are also updated for consistency.
Changes
| File(s) | Change Summary |
|---|---|
| apps/homepage2/app/projects/page.js | Imports new CSS, updates project descriptions, adds new projects, reorganizes categories, refactors rendering to use CSS classes, and updates footer text and links. |
| apps/homepage2/app/projects/projects.css | Adds new CSS styles for project item layout and appearance. |
Sequence Diagram(s)
sequenceDiagram
participant User
participant ProjectsPage
participant CSS
User->>ProjectsPage: Visit projects page
ProjectsPage->>CSS: Import and apply projects.css
ProjectsPage->>ProjectsPage: Render PROJECTS array with new/updated entries
ProjectsPage->>User: Display styled list of projects with updated info
Possibly related PRs
- jsonresume/jsonresume.org#151: Both PRs modify the
PROJECTSarray inapps/homepage2/app/projects/page.jsby adding new project entries related to resume tools and integrations. - jsonresume/jsonresume.org#117: Both PRs update the
PROJECTSarray and project display logic, including new fields and restructuring. - jsonresume/jsonresume.org#135: Both PRs add new project entries to the
PROJECTSarray, directly modifying the same data structure.
Poem
In a meadow of code where projects bloom bright,
New entries and categories now come to light.
With accents on résumés and CSS in tow,
Each project stands prouder, in a well-ordered row.
A hop, a skip, and a stylesheet anew—
The rabbit approves, and so should you! 🐇✨
[!WARNING] There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.
🔧 ESLint
If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.
apps/homepage2/app/projects/projects.css
Oops! Something went wrong! :(
ESLint: 8.57.1
ESLint couldn't find the plugin "eslint-plugin-turbo".
(The package "eslint-plugin-turbo" was not found when loaded as a Node module from the directory "/apps/homepage2".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install eslint-plugin-turbo@latest --save-devThe plugin "eslint-plugin-turbo" was referenced from the config file in "apps/homepage2/.eslintrc.js » @repo/eslint-config-custom » eslint-config-turbo".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
apps/homepage2/app/projects/page.js
Oops! Something went wrong! :(
ESLint: 8.57.1
ESLint couldn't find the plugin "eslint-plugin-turbo".
(The package "eslint-plugin-turbo" was not found when loaded as a Node module from the directory "/apps/homepage2".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install eslint-plugin-turbo@latest --save-devThe plugin "eslint-plugin-turbo" was referenced from the config file in "apps/homepage2/.eslintrc.js » @repo/eslint-config-custom » eslint-config-turbo".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
[!NOTE]
⚡️ AI Code Reviews for VS Code, Cursor, Windsurf
CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Learn more here.
✨ Finishing Touches
- [ ] 📝 Generate Docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>, please review it. -
Explain this complex logic. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:-
@coderabbitai explain this code block. -
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase. -
@coderabbitai read src/utils.ts and explain its main purpose. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format. -
@coderabbitai help me debug CodeRabbit configuration file.
-
Support
Need help? Create a ticket on our support page for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
-
@coderabbitai pauseto pause the reviews on a PR. -
@coderabbitai resumeto resume the paused reviews. -
@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai full reviewto do a full review from scratch and review all the files again. -
@coderabbitai summaryto regenerate the summary of the PR. -
@coderabbitai generate docstringsto generate docstrings for this PR. -
@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR. -
@coderabbitai resolveresolve all the CodeRabbit review comments. -
@coderabbitai configurationto show the current CodeRabbit configuration for the repository. -
@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.
Last updated for commit 2f060b9. This comment will update as new commits are pushed.
PR Status: Needs Rebase
This PR is significantly out of sync with master (470 files changed, -24,855 lines) due to extensive refactoring work that's happened since May.
Suggested Action:
The new community projects and CSS refactoring in this PR are valuable, but need to be re-applied to the current codebase:
Option 1: Rebase the branch
git fetch origin master
git rebase origin/master
# Resolve conflicts
Option 2: Create a fresh PR
- Close this PR
- Cherry-pick the valuable changes onto a new branch from current master
- The new projects to add:
- ResumeHub Theme
- Astro JSON Resume
- Lissy93 CV
- Straightforward Theme
- CSS refactoring for projects page
Note: Some of these projects may have already been added in recent commits (checking projects page in master shows recent community additions).
Would you like me to create a fresh PR with just the new projects that aren't already in master?