-
Notifications
You must be signed in to change notification settings - Fork 2
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
Post Details page #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I tested out all the functionalities shown in the video and they worked. Resizing looks good. I was able to search an event I just edited and all the edit fields work.
Looks fantastic! One thing I noticed is that if you change the image, and then click 'Cancel', the new image remains and doesn't go back to the original photo. I think the solution would be simply adding Great work!! |
Closes #79
This PR creates the
PostDetails
page which is the page that contains an expanded view/details about every post. Currently, the Edit button in the top right corner will appear for every post since Auth is not configured yet, but it should only ideally appear for the person who has created it.Currently, it is using mockData to render the post contents - however, in the next PR, they will be fetched from the database via an API call.
Here is a visual:
Screen.Recording.2023-11-05.at.7.46.14.PM.mov
To test the changes:
npm start
npm run start-backend