-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Updated At Date to the Review Card #534
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.
When I go to edit a review, the review text gets updated immediately upon saving, but I have to reload the page before "Updated at [date]" appears
Not sure exactly what the changes are here, but this seems like it'd conflict with my pull request #552, which heavily modifies SubReview.tsx. Just something to keep in mind, although this seems like a minor change that I could easily integrate into my pr. |
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 better now! Only issue is that when I create a new review, it automatically populates the "updated at" now
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.
Yay!
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.
Staged instance works as expected
I'll merge this one now, but in the future @philosolog you can merge if you get the approvals |
Description
updatedAt
attribute in the databasePreview
Steps to verify/test this change:
updatedAt
database entryUpdated:
section on a review correctly displays the database entryFinal Checks:
Issues
Closes #511