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

added the Happy Recovery Story page #519

Merged
merged 3 commits into from
Jul 13, 2024

Conversation

anagha-chaudhari
Copy link
Contributor

Description

As stated in the issue #495 I have added a page that showcases the rescuers and the recovery stories of the rescued animals

Related Issue

[Cite any related issue(s) this pull request addresses. If none, simply state "None"]

Screenshots / GIFs (if applicable)

paws1

paws.mp4

Checklist:

  • I have performed a self-review of my code
  • I have added/updated relevant documentation (if needed)
  • I have tested the changes locally and they function as expected
  • I have ensured my code follows the project's coding standards

Additional Notes

I have made the folder under src / pages / user / RecoveredsPage
The required images are added in the images folder of the RecoveredsPage folder.
Please review the PR, and if there are any changes required, let me know

@codewarnab
Copy link
Collaborator

good work but in the issue comments i mentioned that it will be added in landing page which is not ready , so do one thing just create a separate route for this no need to add any tab in the nav bar in the exisiting ui

@anagha-chaudhari
Copy link
Contributor Author

Hello @codewarnab, I'm sorry for my mistake. I have removed the tab from the navbar, and the path to the page is /recovereds-page Please review once again

@anagha-chaudhari
Copy link
Contributor Author

@codewarnab please review

/>,
<BottomNavigationAction key="register" value="/register" showLabel label="Register" component={Link} to="/register" icon={<FaUserPlus size={28} />} />,
<BottomNavigationAction key="login" value="/login" showLabel label="Login" component={Link} to="/login" icon={<FaUser size={24} />} />,
/*<BottomNavigationAction key="RecoveredsPage" value="/recovereds-page" showLabel label="Stories" component={Link} to="/recovereds-page" icon={<FaPaw size={28} />} />, // for recovered stories section*/
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove this part

@@ -2,14 +2,12 @@ import React, { useState, useEffect } from 'react';
import { Link, useLocation } from 'react-router-dom';
import BottomNavigation from '@mui/material/BottomNavigation';
import BottomNavigationAction from '@mui/material/BottomNavigationAction';
import { FaUser, FaUserPlus} from 'react-icons/fa';
import { FaUser, FaUserPlus, FaPaw } from 'react-icons/fa';
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove this icon

Copy link
Collaborator

Choose a reason for hiding this comment

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

if possible revert this file as before

@anagha-chaudhari
Copy link
Contributor Author

I have done changes and added the current original code of navbar to Navbar.jsx, please check @codewarnab

@codewarnab codewarnab added gssoc Girl Script Summer of Code level3 45 points labels Jul 13, 2024
@codewarnab codewarnab merged commit 408584d into Innovateninjas:main Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girl Script Summer of Code level3 45 points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants