Skip to content
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

[DDW-545] Update Electron to version 3.0.14 #1265

Merged

Conversation

nikolaglumac
Copy link
Contributor

@nikolaglumac nikolaglumac commented Jan 14, 2019

This PR fixes invisible application menu items text issue on Ubuntu 18.10.

Screenshots:

Before:

screen shot 2019-01-04 at 17 12 24

After:

51118102-d7773280-180f-11e9-87e2-5c28d014cbfa


Review Checklist:

Basics

  • PR is updated to the most recent version of target branch (and there are no conflicts)
  • PR has good description that summarizes all changes and shows some screenshots or animated GIFs of important UI changes
  • CHANGELOG entry has been added and is linked to the correct PR on GitHub
  • Automated tests: All acceptance tests are passing (yarn run test)
  • Manual tests (minimum tests should cover newly added feature/fix): App works correctly in development build (yarn run dev)
  • Manual tests (minimum tests should cover newly added feature/fix): App works correctly in production build (yarn run package / CI builds)
  • There are no flow errors or warnings (yarn run flow:test)
  • There are no lint errors or warnings (yarn run lint)
  • Text changes are proofread and approved (Jane Wild)
  • There are no missing translations (running yarn run manage:translations produces no changes)
  • UI changes look good in all themes (Alexander Rukin)
  • Storybook works and no stories are broken (yarn run storybook)
  • In case of dependency changes yarn.lock file is updated

Code Quality

  • Important parts of the code are properly documented and commented
  • Code is properly typed with flow
  • React components are split-up enough to avoid unnecessary re-rendering
  • Any code that only works in Electron is neatly separated from components

Testing

  • New feature / change is covered by acceptance tests
  • All existing acceptance tests are still up-to-date
  • New feature / change is covered by Daedalus Testing scenario
  • All existing Daedalus Testing scenarios are still up-to-date

After Review:

  • Merge PR
  • Delete source branch
  • Move ticket to done on the Youtrack board

Copy link
Contributor

@deepfire deepfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@amias-iohk
Copy link
Contributor

This is still problematic on ubuntu 18.10
On startup you can see the menu items however when you click on the menu the text disappears.
The menus are usable all the time.

normal
image

clicked
image

i am using the default Yaru theme.

@nikolaglumac
Copy link
Contributor Author

@amias-iohk I know. I'm still working on it...

@nikolaglumac nikolaglumac changed the title [DDW-545] Update Electron to version 3.1.0 [DDW-545] Update Electron to version 3.0.14 Jan 14, 2019
@nikolaglumac
Copy link
Contributor Author

@amias-iohk apparently they have fixed the issue in 3.0.14 version but not in 3.1.0 (which was released 2 days after it) 🤦‍♂️

@nikolaglumac nikolaglumac removed the WIP label Jan 14, 2019
@nikolaglumac
Copy link
Contributor Author

@amias-iohk @DominikGuzei @DmitriiGaico it is working 🎉

screen shot 2019-01-14 at 15 19 07

screen shot 2019-01-14 at 15 19 34

@DominikGuzei
Copy link
Member

bors r+

iohk-bors bot added a commit that referenced this pull request Jan 14, 2019
1265: [DDW-545] Update Electron to version 3.0.14 r=DominikGuzei a=nikolaglumac

This PR fixes invisible application menu items text issue on Ubuntu 18.10.

## Screenshots:

### Before:

![screen shot 2019-01-04 at 17 12 24](https://user-images.githubusercontent.com/376611/51113155-5dd84800-1801-11e9-8499-0ab3b81d8d32.png)

### After:

![51118102-d7773280-180f-11e9-87e2-5c28d014cbfa](https://user-images.githubusercontent.com/376611/51118271-3b016000-1810-11e9-9858-36b832b0c873.png)

---

## Review Checklist:

### Basics

- [ ] PR is updated to the most recent version of target branch (and there are no conflicts)
- [ ] PR has good description that summarizes all changes and shows some screenshots or animated GIFs of important UI changes
- [ ] CHANGELOG entry has been added and is linked to the correct PR on GitHub
- [ ] Automated tests: All acceptance tests are passing (`yarn run test`)
- [ ] Manual tests (minimum tests should cover newly added feature/fix): App works correctly in *development* build (`yarn run dev`)
- [ ] Manual tests (minimum tests should cover newly added feature/fix): App works correctly in *production* build (`yarn run package` / CI builds)
- [ ] There are no *flow* errors or warnings (`yarn run flow:test`)
- [ ] There are no *lint* errors or warnings (`yarn run lint`)
- [ ] Text changes are proofread and approved (Jane Wild)
- [ ] There are no missing translations (running `yarn run manage:translations` produces no changes)
- [ ] UI changes look good in all themes (Alexander Rukin)
- [ ] Storybook works and no stories are broken (`yarn run storybook`)
- [ ] In case of dependency changes `yarn.lock` file is updated

### Code Quality
- [ ] Important parts of the code are properly documented and commented
- [ ] Code is properly typed with flow
- [ ] React components are split-up enough to avoid unnecessary re-rendering
- [ ] Any code that only works in Electron is neatly separated from components

### Testing
- [ ] New feature / change is covered by acceptance tests
- [ ] All existing acceptance tests are still up-to-date
- [ ] New feature / change is covered by Daedalus Testing scenario
- [ ] All existing Daedalus Testing scenarios are still up-to-date

### After Review:
- [ ] Merge PR
- [ ] Delete source branch
- [ ] Move ticket to `done` on the Youtrack board


Co-authored-by: Nikola Glumac <niglumac@gmail.com>
@iohk-bors iohk-bors bot merged commit fb8462b into develop Jan 14, 2019
@iohk-bors iohk-bors bot deleted the fix/ddw-545-update-electron-to-fix-ubuntu-menu-issues branch January 14, 2019 16:38
@nikolaglumac nikolaglumac mentioned this pull request Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants