Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Readded info-screen #523

Merged
merged 17 commits into from
Apr 15, 2018
Merged

Readded info-screen #523

merged 17 commits into from
Apr 15, 2018

Conversation

martinheidegger
Copy link
Collaborator

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.

martinheidegger and others added 11 commits January 29, 2018 12:46
* 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
Copy link
Collaborator

@aks- aks- left a 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':
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

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

@martinheidegger martinheidegger merged commit 8590281 into react Apr 15, 2018
@martinheidegger martinheidegger deleted the add/info branch April 15, 2018 06:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants