-
Notifications
You must be signed in to change notification settings - Fork 6
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
Logic migration #13
Logic migration #13
Conversation
463485f
to
655e4fd
Compare
app/package.json
Outdated
@@ -14,5 +14,7 @@ | |||
}, | |||
"license": "MIT", | |||
"dependencies": { | |||
"electron-store": "^1.2.0", | |||
"falcon-core": "0.1.0-4" |
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.
Change this to https://github.com/amilajack/falcon-ui-rewrite-2/blob/master/app/package.json#L18. Master is correct here
@@ -9,15 +9,11 @@ function CheckBuildsExist() { | |||
const rendererPath = path.join(__dirname, '..', '..', 'app', 'dist', 'renderer.prod.js'); | |||
|
|||
if (!fs.existsSync(mainPath)) { |
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.
Revert all the changes to the internals
directory and any other boilerplate related files like webpack/babel/eslint changes. I have updated those in the repo already
1842f0f
to
6b3caa5
Compare
5475b31
to
6f1884f
Compare
Had some problems with overflow:scroll using handsontable. I moved the |
Some overflow issues with the dropdown in structure view (pretty sure you know about this). Also we have to find a way to convert the ints to booleans or their correct corresponding values. Also did you port the functionality for the "yellow null boxes"? |
Work in Progress
amilajack/falcon-core
graphql-voyager
to lerna