actioncenter-mobile
actioncenter-mobile copied to clipboard
Action Feed: Style 'Share this app!'
Now that we have an action feed, the 'Share this' action needs to be styled consistently with the other items in that feed.
This item is actually a bit different - "Take Action" and "Share This Action" are the same thing. I think we need to get rid of one of the buttons.
i.e. we need some changes to the markup in addition to fixing up the styling.
Also I would say the message shown to the app user should be different from the message that is actually shared.
Wait, how is this different from #51?
I think this needs some more design work. Do we really want this to have "Take Action" and "Share This Action" buttons?
@mfb this issue referred to the way 'Share this action!' is displayed in the actionItems feed, but we should definitely make the markup changes to the modal as well.
hrm this appears to be broken now
The latest release seems to have broken the path to the no-image eff logo png on my device. Cannot reproduce on my dev instance.
@jeremytribby I've noticed your image URLs are sometimes wrong. it needs to be ../assets not /assets/
@mfb I think all of these are wrong and they need to be "assets/". For some reason relative paths seems to work? Images also apparently need to be ng-src="" and not src="" if there's a {{data.actionItem.image}} type variable inside otherwise it will make two calls -- one first to literally http://url/%7B%7Bdata.actionItem.image%7B%7B before grabbing the correct one.