Open kgcorner opened 7 years ago
@kgcorner these CSS peculiarities can be difficult and time consuming to debug and review. If you could provide an ember-twiddle with this issue, i could provide some insight. Use ember-twiddle canary. It supports ember-paper.
I am pretty new to ember js and unable to understand how to code in canary. I tried but its not working. It is using concepts of controller where as i have used routes. Could you please access the dev app directly?
A little effort from your side will be required, which i request you to do. Please login using facebook and on landing page just reload the page. If it is not possible then i will try uploading the complete project on github itself
can you remove facebook/google login for a sample test?
@v3ss0n I have deployed by removing login page. You can see the UI directly now by visiting http://pixyfi.com/pwa
Dosen't work for me.
@v3ss0n sorry for that. Its working now http://www.pixyfi.com/pwa/feeds please use mobile view to get the issue
I am trying to create pinterest like layout. I am able to list all my cards. I am using below code.
<div class="layout-row layout-wrap"> {{#each model as |item|}} <div class="flex-45"> {{#feed-small class="col-xs-5" feed=item}} {{/feed-small}}</div> {{/each}} </div>
My cards are listing properly for cards with same height. When i receive cards with different height it leaves blank spaces