aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-08-15 18:30:13 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-15 22:00:13 +0530
commita014e37da75789ed8ecf80714e1dcd9252a4ff38 (patch)
treee37af327d0f91f20b12e99251005dc640c3389fd /src/components
parentdocs: updated CHANGELOG.md [skip ci] (diff)
downloadferdium-app-a014e37da75789ed8ecf80714e1dcd9252a4ff38.tar.gz
ferdium-app-a014e37da75789ed8ecf80714e1dcd9252a4ff38.tar.zst
ferdium-app-a014e37da75789ed8ecf80714e1dcd9252a4ff38.zip
chore: dependency cleanup (#1794)
- removed unnecessary smoothscroll-polyfill (electron is Chromium-only) - removed deprecated mobx-react-devtools (can be used through browser extension) - changed settings icon back to original (now called mdi-cog) - removed electron-rebuild (handled by electron-builder install-app-deps)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/layout/Sidebar.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index daa5642c3..a9fb73f33 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -216,8 +216,7 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
216 className="sidebar__button sidebar__button--settings" 216 className="sidebar__button sidebar__button--settings"
217 data-tip={`${intl.formatMessage(messages.settings)} (${settingsShortcutKey(false)})`} 217 data-tip={`${intl.formatMessage(messages.settings)} (${settingsShortcutKey(false)})`}
218 > 218 >
219 {/* TODO: Because of https://github.com/Templarian/MaterialDesign-Webfont/issues/81 bug in @mdi/font in 5.9.55, added `mdi-memory` as a fallback */} 219 <i className="mdi mdi-cog" />
220 <i className="mdi mdi-settings mdi-memory" />
221 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE 220 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE
222 || this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.DOWNLOADED) && ( 221 || this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.DOWNLOADED) && (
223 <span className="update-available"> 222 <span className="update-available">