-
Notifications
You must be signed in to change notification settings - Fork 69
Conversation
* Making sure that onupdate is not called before the return happened in order to prevent zalgo from hauting us at night. * Fixing problems with not running update in zalgo style. * Making sure that the dats are closed before trying to join the network.
* End the app if an error occurs * Fixing a proper reset of the tests folder * Made tests cancelable through Ctrl+C * Updated tap dependency * Using shebang to make sure the correct executable is called. * Proper tape tests need to be ended. * Making use of resolveMatch for shorter, better readable tests * Using waitForAndClick to get cleaner, quicker tests that don’t fail. * Extracted wait into until * The Default wait period is too long in those cases * Using waitForExist for quicker results. * Used shebang for tests/index * Using tap for all tests. * Using waitForMatch to quicker find out if a match exist and don’t fail the test if the text happens to show something different in-between (like the loading bytes) * shebang error on windows * Better error logs on windows tests * Updated spectron
* contributing: add pull request time frame * add week days
Fixes spacing for interface
39c872e
to
fe9efec
Compare
fe9efec
to
37c1036
Compare
37c1036
to
e14a27d
Compare
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.
Looks and works great
@@ -314,6 +318,14 @@ const redatApp = (state = defaultState, action) => { | |||
} | |||
} | |||
} | |||
case 'TOGGLE_MENU': |
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.
do you think it would make more sense to call it TOGGLE_BUG_MENU
instead?
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.
Right now it only shows the debug information but I believe it was added to hold more information.
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.
aha i see. looks good, i think we can merge it then
In the react branch the info-screen (hamburger button) of the master branch wasn't added. This PR adds the info-screen with the Report-bug button.