The Sanity engineering blog is live. Deep dives from our engineers.

Minesweeper

Studio v2
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.

Dashboard widget for the Sanity Studio which gives you a minesweeper game.

v2 install command (deprecated)

sanity install minesweeper

minesweeper

Dashboard widget for the Sanity Content Studio which gives you a minesweeper game. The game itself was stolen from @saninmersion and adapted a bit. I plan to implement a level select feature or fluid rows/columns depending on available space

Usage

Assuming you already have a functional Dashboard in your Sanity Content Studio.

  1. Install this widget in your Studio folder like so:
sanity install minesweeper
  1. Update your src/dashboardConfig.js file by adding {name: 'minesweeper'} to the widgets array
  2. Restart your Studio