-
Notifications
You must be signed in to change notification settings - Fork 11
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
release v2.1.0 #165
Merged
Merged
release v2.1.0 #165
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Refactor about constant of path * Config default setting information * Edit unit test config and repair unit test code * Fix title about page html * E2E configure using spectron with jest * Attach ipc handler to use e2e test Spectron doesn't support controll of electron window. So To use end to end test, Attach ipc handler on test environment. * Add E2E support module * Add window manager to control electron window on e2e environment * Add test manager to use convenience * Initial e2e code for search window * E2E test main feature of list on search window * E2E test feature of menu on search window * Fix unit-test snapshot code
* add dbclick feature in list of search window. when double click list of search widget, widget will be opened. * Select whole address when double click address bar * add reset button about address value
* code refactor for readability * Optimization about preference window - Delete action and store of preference - because It don't need to manage globally. - unnecessary action can cause confuse. * Optimization about search window * [WIP] Optimize of managing widget window * Fix unit test code * Delete update logic - current update logic automatically update - manually update doesn't need any more
* design search-view * Fix snapshot on unit-test * Config Svg inline component to controll svg attribute * Apply react-svg-inline component on image of svg * fix and redesign search & page view * Widget Page view re-design & publishing * Empty page and more menu on search window (#168) * Fix double click event * Add more menu in search window * Empty page of search window * search view and widget view republishing * Fix overflow search menu on view-port * fix address input padding * fix unit test code
* update title when move page of widget * fix error about refer of undefined
* fix unit test code * adjust package script * adjust webpack config file * adjust babel config * adjust jest config file * adjust electron build config
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Todo
End to End test configneed to more information about electron e2e testSearch window e2e testWidget window e2e test