You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now cards are made only for repositories. It would be great if we could display pinned Gists as well.
This will require getting pinned Gists from GitHub using the GitHub API V4 and creating a template with HTML/CSS in the /resources folder.
Mockup of possible implementation:
Edit: We may also need to change a few settings of masonry js. Masonry js is responsible for the responsive grid and its animations when resizing the browser.
The text was updated successfully, but these errors were encountered:
@hendaoui go ahead! I had forgotten to mention that for the look above (bigger card for gist than repo) we might need to change a few settings of masonry js. Masonry js is responsible for the responsive grid and its animations when resizing the browser. I've updated the info above.
Right now cards are made only for repositories. It would be great if we could display pinned Gists as well.
This will require getting pinned Gists from GitHub using the GitHub API V4 and creating a template with HTML/CSS in the
/resources
folder.Mockup of possible implementation:
Edit: We may also need to change a few settings of
masonry js
. Masonry js is responsible for the responsive grid and its animations when resizing the browser.The text was updated successfully, but these errors were encountered: