Closed jhenterprise closed 2 years ago
Hi @jhenterprise , your PR has changes for
package.json
andpackage-lock.json
, but it looks like those files did not need to change for this fix. Could you pleasegit pull
the latest versions of those files and remove from PR?Per the actual changes, the regex approach is very nice, but it looks like we're applying it to any Activity Log but naming it "baptism" specific. @mikeallbutt may be able to confirm whether there are any other occurrences of timestamps rather than dates, but perhaps we should just drop the word
baptism
and refer to it astimestampToDate
instead?Thx! Hi @zdmc23, my bad forgot to remove react-native-intl as we are not using any more. Please check the new commit. Thanks
Hi @jhenterprise , the package files still remain in your PR, would you kindly remove those. Also, the PR in front of yours made a change to components/Card/ActivityLogCard.js
, so please pull the latest version of that file and merge your new changes into it and resubmit. I will merge your PR next. Thx!
Hi @zdmc23, oh I just noticed, how this happen. Did I clone from the wrong branch (development)? How can I fix it? I again pull from the development branch?
No worries, you pulled from the correct branch, but we have ongoing development and I merged another PR since time you cloned.
Yes, go ahead and pull to merge the changes. Thx!
Resolves #686 - Dates in logs are now user friendly