feat: finish quick links, start weather widget, bug fixes etc

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-04-09 14:44:18 +01:00
parent 75fea391f0
commit 2f21b5b5c2
20 changed files with 285 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ export default class View extends React.PureComponent {
viewStuff() {
// elements to hide
const elements = ['.searchBar', '.clock', '.greeting', '.quotediv', 'time'];
const elements = ['.searchBar', '.clock', '.greeting', '.quotediv', 'time', '.quicklinks-container', '.weather'];
elements.forEach((element) => {
try {