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
These pages should be rendered using a concept of Blocks so that content can be added/removed/re-ordered without having to rebuild the entire page.
for example, a Spotify block could be added as a plugin to the garden theme on the /now page, then configured to show the last 10 songs listened to or the last playlist.
The generic Block should be shadowable, as well as the SpotifyBlock, etc.
The text was updated successfully, but these errors were encountered:
I was playing some with this concept in gatsby-theme-bulma component and relying on Gatsby node to pick up templates based on which packages were installed. Might give you some direction to riff on.
Standard Pages
We should ship a set of standard pages
Blocks
These pages should be rendered using a concept of Blocks so that content can be added/removed/re-ordered without having to rebuild the entire page.
for example, a Spotify block could be added as a plugin to the garden theme on the /now page, then configured to show the last 10 songs listened to or the last playlist.
The generic
Block
should be shadowable, as well as theSpotifyBlock
, etc.The text was updated successfully, but these errors were encountered: