mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 12:12:42 +00:00
Notification about the Grey Shadow issue
First Reported 7/24/2019. Think it's a mobile Chrome issue.
This commit is contained in:
@@ -4,7 +4,7 @@ const createClass = require('create-react-class');
|
|||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const cx = require('classnames'); //Unused variable
|
const cx = require('classnames'); //Unused variable
|
||||||
|
|
||||||
const DISMISS_KEY = 'dismiss_notification2-7-19';
|
const DISMISS_KEY = 'dismiss_notification7-24-19';
|
||||||
|
|
||||||
const NotificationPopup = createClass({
|
const NotificationPopup = createClass({
|
||||||
getInitialState : function() {
|
getInitialState : function() {
|
||||||
@@ -22,9 +22,9 @@ const NotificationPopup = createClass({
|
|||||||
notifications : {
|
notifications : {
|
||||||
psa : function(){
|
psa : function(){
|
||||||
return <li key='psa'>
|
return <li key='psa'>
|
||||||
<em>Known bug: Missing letters in PDF </em> <br />
|
<em>Known bug: Grey Shadow Boxes </em> <br />
|
||||||
With the latest Chrome update, certain characters appear as blank spaces when generating a PDF.
|
The shadows around certain brew elements such as notes and statblocks might appear as a solid grey box when generating a PDF.
|
||||||
<a target='_blank' href='https://www.reddit.com/r/homebrewery/comments/ao5yt2/psa_missing_letters_on_pdf/'>
|
<a target='_blank' href='https://old.reddit.com/r/homebrewery/comments/ch3v0d/psa_grey_boxesshadows_around_notes_stat_blocks_etc/'>
|
||||||
See this Reddit post
|
See this Reddit post
|
||||||
</a> for updates and possible workarounds.
|
</a> for updates and possible workarounds.
|
||||||
</li>;
|
</li>;
|
||||||
|
|||||||
Reference in New Issue
Block a user