mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
feat: new welcome modal, refactor many things, various bug fixes, use material-ui v5 etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -43,6 +43,11 @@ export default class Widgets extends React.PureComponent {
|
||||
}
|
||||
|
||||
render() {
|
||||
// don't hide when welcome is there
|
||||
if (localStorage.getItem('showWelcome') === 'true') {
|
||||
return <div id='widgets'></div>
|
||||
}
|
||||
|
||||
// allow for re-ordering widgets
|
||||
let elements = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user