From 9265e25c733fca55b0fde7661162244f1374bbe8 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 8 May 2020 15:32:39 -0400 Subject: [PATCH] Update popup to notify update Also point to latest FAQ page on Reddit --- .../notificationPopup/notificationPopup.jsx | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index 347422b86..4db9ee892 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx @@ -4,7 +4,7 @@ const createClass = require('create-react-class'); const _ = require('lodash'); const cx = require('classnames'); //Unused variable -const DISMISS_KEY = 'dismiss_notification7-24-19'; +const DISMISS_KEY = 'dismiss_notification5-8-2020'; const NotificationPopup = createClass({ getInitialState : function() { @@ -21,19 +21,24 @@ const NotificationPopup = createClass({ }, notifications : { psa : function(){ - return
  • - Known bug: Grey Shadow Boxes
    - The shadows around certain brew elements such as notes and statblocks might appear as a solid grey box when generating a PDF.   - - See this Reddit post - for updates and possible workarounds. + return
  • + Markdown library update
    + We have updated the library that converts your brews from markdown to + HTML for security reasons. We have made every effort to make sure your + homebrews appear just as they did before, but there's always a chance we + missed something. If your homebrew has started rendering incorrectly + since your last visit,  + + please let us know + +  and we will try to fix your issue as soon as possible.
  • ; }, faq : function(){ return
  • Protect your work!
    At the moment we do not save a history of your projects, so please make frequent backups of your brews!   - + See the FAQ to learn how to avoid losing your work!
  • ;