Fixing Issue #26 Made CSS changes to Social updates. Also updated HTML to include the post dates in the updates.
@wildflower, please add a bug id (if exists), else create one and add it here.
Where are you fetching 'date' from ?
What if origin is 'Twitter' ?
@a2batic fetching the date with : {{ update.date }}
I will have to fetch the source as well. It should say "View on {{source}}". Will make an update on this.
@wildflower, can you point me to the file where update.date is being assigned ?
What if origin is 'Twitter' ? I will have to fetch the source as well. It should say "View on {{source}}". Will make an update on this.
+1, {{update.origin}}
It is currently there in main.js file, line no. 277.
1 new commit added
@wildflower, can you point me to the file where update.date is being assigned ? It is currently there in main.js file, line no. 277.
@wildflower can you add a link here for that file ?
@a2batic I am unable to find the link.
The location on my system is: Fedora-app/www/build/main.js
Maybe it is coming from node files. I'll figure out and get back to you on this.
Pull-Request has been closed by wildflower
Fixing Issue #26
Made CSS changes to Social updates. Also updated HTML to include the post dates in the updates.