-
Notifications
You must be signed in to change notification settings - Fork 53
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
Working on the Create New Post Section of the Post Component #60
Comments
only manages emoji part |
Please check the PR ... Regarding the Post Section Added to The HOME Branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task Breakdown and Detailed Explanation:
1. Picture Upload via Picture Icon:
Objective: Enable users to upload pictures by integrating a React library suitable for handling file uploads.
Implementation Strategy: Choose a library like
react-dropzone
for a drag-and-drop interface or a simple file input enhancement. Implement a component that uses this library, allowing users to select or drop pictures. This component should handle file selection and possibly preview the selected picture. --- Done2. Emoji Icon Click Behavior:
Objective: Address the issue where clicking the Emoji Icon causes the Team Section to shift right. Additionally, enhance the Emoji selection section. ---- SOLVED
Implementation Strategy: Investigate and correct the CSS or layout logic that mistakenly shifts the Team Section. For the Emoji selection enhancement, consider a dynamic or responsive design that accommodates the Emoji interface without disrupting the page layout.
3. Removed the Post Navbar as it was redundant since we click on the post icon to open the post area. ---- Solved
4. Eliminated the background functionality when the post section is active, excluding the navbar. ---- Solved
5. Added Videos folder in the assets and improved the alignment of images and the image folder.. ---- Solved
Please let me know if there's anything else you need assistance with!
Team 1 Members:
Collaboration Note: Ensure clear task distribution among team members. Regularly review progress and collaborate on problem-solving, especially for integrating features like Recoil state management and dynamic UI updates based on user interactions.
@AdityaJ2305
@lambaaryan011
@DineshDeshal
@Keshav-1803
The text was updated successfully, but these errors were encountered: