RomainVialard / Google-Plus-Community-Migrator

https://docs.google.com/document/d/1UGhxaN5AiRXXL0Ki0DlVWLYJo_YYiEYhM2w1caRhljU/edit
12 stars 5 forks source link

Stackedgrid #17

Open syslogic opened 5 years ago

syslogic commented 5 years ago

Code.gs: replaced firebaseUrl with projectId (to avoid confusion in between hosting & database). web app: moved the template outside of the posts; removed some MDL classes, which prevented the masonry layout; removed the constantly appearing snackbar; added some comments into the JS; etc. live version available at https://apps-script-community-ar-a9405.firebaseapp.com/

RomainVialard commented 5 years ago

@syslogic It looks good when only the first posts are loaded. But when you start scrolling down and it loads new posts, the order of posts changes and it is messy (most recent posts are all in the first column, then older posts all in the second column,... and posts already displayed changed positions).

syslogic commented 5 years ago

with CSS one can only layout in columns; before used masonry.js which I've removed again.