Closed shravan20 closed 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
github-readme-quotes | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 8, 2024 7:46pm |
github-readme-quotes-returns | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 8, 2024 7:46pm |
The updates encompass a migration of service URLs from Heroku to Vercel, enhancing asynchronous operations in JavaScript functions, and introducing new humorous quotes. These changes aim to boost performance, maintainability, and user engagement with a more whimsical tone in the content.
File Path | Change Summary |
---|---|
CONTRIBUTING.md | Updated URLs from Heroku to Vercel for fetching quotes and categories |
README.md | Updated project status, deployment status, and self-hosting instructions |
customQuotes/quotes.json | Added multiple humorous quotes with playful wordplay and emojis by "Someone under Same Sky" |
frontend/src/components/Constants/urlConfig.js | Added a new constant serverUrl alongside contributorsUrl |
frontend/src/components/ContributorsCard/ContributorCard.js | Added fetchContributors function, replaced fetch call, and added error handling |
frontend/src/components/Dashboard/index.js | Converted ElevationScroll and Dashboard functions to arrow functions |
frontend/src/components/Pages/Home/index.js | Added a marquee element for migration to Vercel and made minor formatting adjustments |
frontend/src/components/organisms/TemplateCard/index.js | Refactored copyToClipboard function and imported serverUrl from urlConfig |
frontend/src/config/cardTemplate/index.js | Added 'Architect' to fonts constant |
package.json | Updated express dependency version from 4.17.1 to 4.19.2 |
src/animations/README.md | Updated URLs for animations in Markdown file |
src/api/services/quotesService.js | Set isCustomQuote to true for quotes retrieved based on a specific category |
src/app.js | Modified initiateServer function to be asynchronous and updated server URL |
src/fonts/README.md | Updated font source URL for various themes |
src/layouts/README.md | Changed base URL for fetching quotes in different layouts |
src/themes/README.md | Updated URLs for different themes in the documentation |
src/utils/generateTemplate.js | Modified generateTemplate function to be asynchronous |
🐰✨📜✨🐰
In the land of code where the snippets lay,
A hop, a skip, from Heroku away.
To Vercel's clouds, the URLs fly,
With async await, the responses comply.
Oh, how the digital meadows sway!
🐰✨📜✨🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Documentation
Refactor
fetchContributors
function to useasync/await
for better error handling.Bug Fixes
Style
Chores
express
library version inpackage.json
to enhance performance and security.