diff --git a/manifest/chrome.json b/manifest/chrome.json index 24ee7d1e..77020989 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -3,7 +3,7 @@ "offline_enabled": true, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "5.0.0", + "version": "5.0.1", "browser_action": { "default_icon": "icons/128x128.png" }, diff --git a/manifest/firefox.json b/manifest/firefox.json index 00ad6390..cc2c5a5d 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "5.0.0", + "version": "5.0.1", "browser_action": { "default_icon": "icons/128x128.png" }, diff --git a/package.json b/package.json index a65f2bbe..08c83eec 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "homepage": "https://muetab.com", "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", "license": "BSD-3-Clause", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "@fontsource/lexend-deca": "^4.2.3", "@fontsource/montserrat": "^4.2.2", diff --git a/src/components/modals/main/marketplace/Item.jsx b/src/components/modals/main/marketplace/Item.jsx index 901bb33c..bea334ae 100644 --- a/src/components/modals/main/marketplace/Item.jsx +++ b/src/components/modals/main/marketplace/Item.jsx @@ -1,8 +1,8 @@ import React from 'react'; -import Modal from 'react-modal'; +//import Modal from 'react-modal'; -import Lightbox from './Lightbox'; +//import Lightbox from './Lightbox'; import ArrowBackIcon from '@material-ui/icons/ArrowBack'; @@ -66,9 +66,9 @@ export default class Item extends React.PureComponent { {warningHTML} - this.setState({ showLightbox: false })} isOpen={this.state.showLightbox} className='Modal lightboxmodal' overlayClassName='Overlay resetoverlay' ariaHideApp={false}> + {/* this.setState({ showLightbox: false })} isOpen={this.state.showLightbox} className='Modal lightboxmodal' overlayClassName='Overlay resetoverlay' ariaHideApp={false}> this.setState({ showLightbox: false })} img={iconsrc}/> - + */} ); } diff --git a/src/components/modals/main/settings/sections/Changelog.jsx b/src/components/modals/main/settings/sections/Changelog.jsx index 61caf976..8747754e 100644 --- a/src/components/modals/main/settings/sections/Changelog.jsx +++ b/src/components/modals/main/settings/sections/Changelog.jsx @@ -1,8 +1,8 @@ import React from 'react'; -import Modal from 'react-modal'; +//import Modal from 'react-modal'; -import Lightbox from '../../marketplace/Lightbox'; +//import Lightbox from '../../marketplace/Lightbox'; import WifiOffIcon from '@material-ui/icons/WifiOff'; @@ -103,9 +103,9 @@ export default class Changelog extends React.PureComponent {
{this.state.author} • {this.state.date}
{this.state.image ? {window.language.modals.update.title} : null}
- this.setState({ showLightbox: false })} isOpen={this.state.showLightbox} className='Modal lightboxmodal' overlayClassName='Overlay resetoverlay' ariaHideApp={false}> + {/* this.setState({ showLightbox: false })} isOpen={this.state.showLightbox} className='Modal lightboxmodal' overlayClassName='Overlay resetoverlay' ariaHideApp={false}> this.setState({ showLightbox: false })} img={this.state.lightboxImg}/> - + */}
); }