Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog list #45

Closed
wants to merge 5 commits into from
Closed

Blog list #45

wants to merge 5 commits into from

Conversation

N-TITIAN
Copy link
Contributor

Description

Implemented the blog listing page of givest . while implementing this i made used the blog cards components and also started implementing details from this branch where i started routing

Related Issue

it handles issue #11

Type of Change

  • Bug fix
  • [x ] New feature
  • Breaking change
  • Documentation update

Checklist

  • [ x] My code follows the style guidelines of this project
  • [ x] I have performed a self-review of my own code
  • [x ] I have commented my code, particularly in hard-to-understand areas
  • [ x] I have made corresponding changes to the documentation
  • [ x] My changes generate no new warnings
  • [ x] I have added tests that prove my fix is effective or that my feature works
  • [ x] New and existing unit tests pass locally with my changes

Screenshots (if applicable)

blog

@github-actions github-actions bot requested a review from spykelionel August 12, 2024 12:50
Copy link

netlify bot commented Aug 12, 2024

Deploy Preview for givest ready!

Name Link
🔨 Latest commit 3d82c19
🔍 Latest deploy log https://app.netlify.com/sites/givest/deploys/66ba05174864420008f54485
😎 Deploy Preview https://deploy-preview-45--givest.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@spykelionel spykelionel left a comment

Choose a reason for hiding this comment

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

Check the comments

@spykelionel
Copy link
Contributor

Add screenshot for blog details

Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for givest ready!

Name Link
🔨 Latest commit 86a1075
🔍 Latest deploy log https://app.netlify.com/sites/givest/deploys/66c4044baf20d200086fdbc2
😎 Deploy Preview https://deploy-preview-45--givest.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -27,6 +28,8 @@ function App() {
<Route path="/donners" element={<Donners />} />
<Route path="/causes/:id" element={<CauseDetails />} />
<Route path="/donate" element={<DonatePage />} />
<Route path="/blog" element={<Blog />} />
{/* <Route path="/blog/:id" element={<BlogDetails/>}/> */}
Copy link
Contributor

Choose a reason for hiding this comment

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

No such Component as BlogDetails
Fix this

@spykelionel
Copy link
Contributor

@N-TITIAN Check this and fix ASAP

@spykelionel spykelionel mentioned this pull request Aug 20, 2024
2 tasks
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