Conversation
|
Thanks for the fix. I think it would be nice if the header didn't emit directly. It'd be cool if you could handle it like we handle other effects. For example, when you close a tab, we dispatch an action: Then actions can have side effects in More info here: https://hyperterm.org/#actions-and-effects |
|
Ah, I see. I will update the PR! On Sun, Jul 17, 2016, 00:40 Guillermo Rauch notifications@github.com
|
|
Changed it, I'm still uncertain about one thing. I'm currently using A solution would be to go back to |
|
Is it even possible to start an application maximized? |
|
Updated the PR, decided to store window maximized state in the store and assume we're starting with a maximized state of |
|
This works really well, can you resolve the conflicts? |
|
Resolved! |
* master: chore(package): update react to version 15.3.1 (vercel#637) Fix vercel#527: validate cursorColor value and apply default if it fails (vercel#590) Added customChildrenBefore to the tabs. (vercel#580) Fix for markdown files (vercel#618) Provide clear selection of text in terminal view (vercel#608) Added shellArgs to the config. (vercel#572) Fix international tilde character, and ` and ´ (vercel#584) chore(package): update electron-prebuilt to version 1.3.3 (vercel#604) chore(package): update should to version 11.0.0 (vercel#602) Comments for ignored stuff A little shorter Unneeded space Open new window offset from last focused window (Credit: albinekb) (vercel#581) Fix maximizing behaviour (vercel#176) Fix mapXDispatch and allow plugin to access onWheel (credit: lkzhao) (vercel#578) Use single quotes for better compatibility (vercel#575) Add config for bell (vercel#468) chore(package): update electron-prebuilt to version 1.3.2 (vercel#553) Moved "file-uri-to-path" dep to app package.json (vercel#569)
Currently maximizing/minimizing isn't working because of a function call to
this.rpc.emitwhilethis.rpcis null.This PR fixes this with also fixing some minor bugs with minimizing/maximizing.