Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item count needs to be shown on item tiles. #28

Merged
merged 1 commit into from
Aug 16, 2015
Merged

Item count needs to be shown on item tiles. #28

merged 1 commit into from
Aug 16, 2015

Conversation

jrf0110
Copy link
Member

@jrf0110 jrf0110 commented Aug 16, 2015

I guess next to add button so user can see how many aded for that item.

from: goodybag/lunchroom#19 (comment)

@jrf0110
Copy link
Member

jrf0110 commented Aug 16, 2015

items

@@ -50,7 +50,10 @@
</h1>
<div class="tiles item-tiles" component:section="items">
{{#each items}}
<div class="tile item-tile" component:section="items" component:view="default">
<div
class="tile item-tile{{#if quantity}} is-in-cart{{/if}}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cadorn notice the is-in-cart class

jrf0110 added a commit that referenced this pull request Aug 16, 2015
Item count needs to be shown on item tiles.
@jrf0110 jrf0110 merged commit c25a84c into master Aug 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants