-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified Window #323
Unified Window #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of points..
app/package.json
Outdated
@@ -1,13 +1,14 @@ | |||
{ | |||
"name": "buttercup", | |||
"version": "0.18.2", | |||
"version": "0.19.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 😱
package.json
Outdated
@@ -126,7 +126,7 @@ | |||
"babel-register": "^6.18.0", | |||
"babili-webpack-plugin": "^0.1.1", | |||
"buttercup-importer": "~0.9.2", | |||
"buttercup-web": "~0.32.0", | |||
"buttercup-web": "^0.32.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to keep this locked to patches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sure this was a merge conflict
src/renderer/index.js
Outdated
const unhandled = require('electron-unhandled'); | ||
unhandled(); | ||
// const unhandled = require('electron-unhandled'); | ||
// unhandled(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we bin this? Or was this kind of a pending item..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented this out temporarily. uncommenting again :)
@sallar I was thinking that we might consider making this beta already.. and perhaps leap to version |
Fixes #319
Fixes #81
Fixes #310
Fixes #293
Fixes #302
Fixes #308
Fixes #309
Fixes #322