Conversation
remove unused reducer
remove unused UPLOAD_PROGRESS reducer
Kellogs key had an extra colon causing the error
fix: header stying issues on settings and geotagged screen
Fix: german translation
fix: privacy switch not working
Fix/state mutation on web_reducer
replaced legacy string ref with createRef fix sentry bug - 58
feat: change recommended changes in #129
Add new brands
Single API -- Upload image with tags
fix: android build issue
feat: added tags chewing gum & pizza box
| lat: item.node.location.latitude, | ||
| lon: item.node.location.longitude, | ||
| timestamp: item.node.timestamp, | ||
| date: item.node.timestamp, |
There was a problem hiding this comment.
Is this date or timestamp? Comment would be good here
There was a problem hiding this comment.
I changed the key from timestamp to date SO that both gallery and camera image have same key . The value here is in epoch timestamp
There was a problem hiding this comment.
If the value is timestamp, then the key should also be timestamp?
There was a problem hiding this comment.
I made it date because API was date and generally timestamps are used for dates.
| timestamp: item.node.timestamp, | ||
| date: item.node.timestamp, | ||
| selected: false, | ||
| picked_up: false, |
There was a problem hiding this comment.
Why are we not initialising this?
There was a problem hiding this comment.
Because this is when we load geotagged cameraroll/gallery images to state, we don't need to add picked_up here..
We add pickedUp in ADD_IMAGES i.e when we select gallery image
fix: review changes for #116
No description provided.