Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b7efca4

Browse files
Upgrade to Electron 6
This includes a fix to the SVG process icons that were taking up an unreasonable amount of height, but it introduces a problem where some pages (public, profile, and others) are no longer scrollable. This needs to be resolved before the branch can be merged.
1 parent e1472b5 commit b7efca4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"devDependencies": {
103103
"changelog-version": "^1.0.1",
104104
"colors": "^1.3.3",
105-
"electron": "^5.0.12",
105+
"electron": "^6.1.4",
106106
"electron-builder": "^21.2.0",
107107
"standard": "^14.3.1"
108108
},

styles/base/profile-list.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ProfileList {
5757
div.progress {
5858
display: flex
5959
flex-direction: column
60+
height: 20px
6061
svg {
6162
transition: opacity 0.2s
6263
opacity: 0

0 commit comments

Comments
 (0)