#43 HTML and CSS changes to Social Card.
Closed by wildflower. Opened by wildflower.
wildflower/Fedora-app master  into  master

Download 43.patch

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 }}

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.

@a2batic fetching the date with : {{ update.date }}

@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}}

@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.

1 new commit added

  • updated source of fetched updates

@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

Metadata