diff --git a/static/client.css b/static/client.css
index fe0722e..ce3c042 100644
--- a/static/client.css
+++ b/static/client.css
@@ -196,6 +196,7 @@
bottom: 0px;
background-color: #eeeeee;
padding: 20px;
+ width: 100%;
}
diff --git a/static/components/about.js b/static/components/about.js
index 79383ae..925c4b8 100644
--- a/static/components/about.js
+++ b/static/components/about.js
@@ -40,6 +40,9 @@ app.addComponent('aboutModal', (store) => { return new Reef("#aboutModal", {
trash icon » Trash by ICONZ from the Noun Project
+ missing icon » dots-square by Jeff Hilnbrand
+
+
server
language & runtime » node.js
diff --git a/static/components/brickwall.js b/static/components/brickwall.js
index 50fd60f..ff634fa 100644
--- a/static/components/brickwall.js
+++ b/static/components/brickwall.js
@@ -22,10 +22,21 @@ app.addComponent('brickwall', (store) => { return new Reef('#brickwall', {
}
function createBrickForBoard(board){
+
+ // https://materialdesignicons.com/icon/dots-square
+ let missingThumbnailSrc = "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg transform='translate(40, 40) scale(5 5)'%3E%3Cpath fill='currentColor' d='M12 16C13.1 16 14 16.9 14 18S13.1 20 12 20 10 19.1 10 18 10.9 16 12 16M12 4C13.1 4 14 4.9 14 6S13.1 8 12 8 10 7.1 10 6 10.9 4 12 4M6 16C7.1 16 8 16.9 8 18S7.1 20 6 20 4 19.1 4 18 4.9 16 6 16M6 10C7.1 10 8 10.9 8 12S7.1 14 6 14 4 13.1 4 12 4.9 10 6 10M6 4C7.1 4 8 4.9 8 6S7.1 8 6 8 4 7.1 4 6 4.9 4 6 4M18 16C19.1 16 20 16.9 20 18S19.1 20 18 20 16 19.1 16 18 16.9 16 18 16M18 10C19.1 10 20 10.9 20 12S19.1 14 18 14 16 13.1 16 12 16.9 10 18 10M18 4C19.1 4 20 4.9 20 6S19.1 8 18 8 16 7.1 16 6 16.9 4 18 4Z' /%3E%3C/g%3E%3C/svg%3E";
+
+ let boardImage = null;
+ if ( board.titlePinId > 0 ){
+ boardImage = ``;
+ } else {
+ boardImage = `