-
Notifications
You must be signed in to change notification settings - Fork 33
Conversation
Maybe @ltfschoen can help me on that, I figured it also happens on master. To reproduce:
|
Yes, that's because at the moment we're showing a "frame" on Windows OS and the user click press ALT to toggle showing or hiding the menu. But when the menu appeared it was cropping the "Feedback" button, so we tried to reduce the height of the Fether window when the Fether menu was shown, and increase the height of the Fether window when the Fether menu was hidden again. We did that change to fether-electron/src/main/app/messages/index.js in this commit EDIT: commit b4318da |
Tested on Windows and Linux, it should be good to go. Note that the import screen (with JSON, recovery phrase and Parity Signer) has a scrollbar, it's not perfect but should be solved with #389. |
<Header title={<h1>Terms of Use</h1>} /> | ||
|
||
<div className='window_content'> | ||
<div className='box -padded-extra'> |
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.
consider removing -padded-extra
from fether-react/src/assets/sass/shared/_box.scss if we're no longer using it
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.
LGTM
just some nitpicks. i think we should merge PR #443 first, then this PR, and then lastly #440
Note: Tested on Windows 10, Linux Mint and macOS. I tested it on macOS as follows:
- macOS
- Tested with
yarn; yarn electron
- Tested the T&C page by running
rm -rf ~/Library/Application Support/Electron
before starting app - Tested Accounts List page by only having a single key (no scroll) and multiple keys (scroll) in ~/Library/Application Support/io.parity.ethereum/keys/kovan
- Tested Account (token list) page, both with single token (no scroll) and multiple tokens (scroll)
- Tested Send Ether page, when you click "Details" it makes the page scroll.
Suggest that we make the Tx Details section a popup, which was an option when it was originally created, see feat - Fixes #293. Shows tx fee estimate and total tx amount. See issues in commit details #307 (comment)
- Tested with
…into tbaut-fix-window-size
…into tbaut-fix-window-size
The PR #427 broke my changes as the overlay applies to the whole app. (it adds the modal, hence a |
was fixed easiely by simply removing this |
closes #275
closes #366
Todo:
Issues on Windows: