[feat]:Adding the footer with feedback.#305
[feat]:Adding the footer with feedback.#305nikhilnishadoo7 wants to merge 2 commits intozhravan:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@nikhilnishadoo7 is attempting to deploy a commit to the shravan20's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe recent updates introduce a new Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant Footer
User->>App: Loads the application
App-->>Footer: Initiates rendering
Footer-->>App: Integrates footer section
Footer-->>User: Displays footer with links and information
Assessment against linked issues
Poem
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (4)
frontend/src/assets/facebook.pngis excluded by!**/*.pngfrontend/src/assets/instagram.pngis excluded by!**/*.pngfrontend/src/assets/linkedin.pngis excluded by!**/*.pngfrontend/src/assets/twitter.pngis excluded by!**/*.png
Files selected for processing (3)
- frontend/src/components/App/App.js (1 hunks)
- frontend/src/components/Footer/Footer.css (1 hunks)
- frontend/src/components/Footer/Footer.js (1 hunks)
Files skipped from review due to trivial changes (2)
- frontend/src/components/Footer/Footer.css
- frontend/src/components/Footer/Footer.js
Additional comments not posted (2)
frontend/src/components/App/App.js (2)
3-3: Import statement for Footer component is correct.The import statement is correctly formatted and follows the existing project structure for component imports.
9-12: Correct rendering of the Footer component.The Footer component is correctly placed within the React fragment after the Dashboard component, which is consistent with its intended use as a footer. The use of React fragments is appropriate for this layout.
|
@nikhilnishadoo7: I was looking into something simpler as this UI Form can submitted to https://formspree.io/ Sitemap can contain:
Additionally, we can avoid adding any social media accounts as such since it is of no relevance here. |
|
@Shravan20 ok i can do that |

context:
Create a simple feedback form in the footer and integrate the response to be directly picked up on formspree.
fixed #259
img-

Summary by CodeRabbit
New Features
Footercomponent to the application, providing business links, resources, partners, company information, and social media links.Style
Footercomponent, ensuring a consistent look and feel across different screen sizes with responsive design.