Conversation
10a19b9 to
813585f
Compare
Closed
6aa7d61 to
8e58f34
Compare
mroz22
commented
Oct 29, 2024
|
|
||
| mainThreadEmitter.on('blur-window', () => { | ||
| app.hide(); | ||
| }); |
Contributor
Author
There was a problem hiding this comment.
one preliminary question - is it the correct way to achieve inter-module focus-window and blur-window? if yes, then of course code duplication needs to be solved.
Member
There was a problem hiding this comment.
We already have handlers in window-controls that respond to ipcMain app/hide and app/focus
Member
There was a problem hiding this comment.
However it can only focus an existing window, not recreate it
karliatto
reviewed
Oct 29, 2024
8e58f34 to
b85894c
Compare
b85894c to
ff0afd7
Compare
|
🚀 Expo preview is ready!
|
4a816ff to
9be558b
Compare
Member
|
Current state:
Missing features:
|
9be558b to
b1630f7
Compare
mroz22
commented
Nov 21, 2024
2b772b3 to
d0ee74b
Compare
…isting http receiver
d0ee74b to
b1125c6
Compare
martykan
approved these changes
Nov 25, 2024
fdb3d98 to
21ec6ac
Compare
21ec6ac to
9bcddac
Compare
matejkriz
added a commit
that referenced
this pull request
Dec 16, 2024
- #14690 introduced dependency on @trezor/suite-desktop-api in @suite-common/connect-init - The ultimate solution would be to split that logic to a new package and remove the dependency on desktop-api from connect-init
matejkriz
added a commit
that referenced
this pull request
Dec 17, 2024
- #14690 introduced dependency on @trezor/suite-desktop-api in @suite-common/connect-init - The ultimate solution would be to split that logic to a new package and remove the dependency on desktop-api from connect-init
This file contains hidden or 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
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.

So far only some preliminary research and exploration of replacing connect-popup with suite-desktop. My general idea is to merge this feature behind debug. The motivation is that there are similar UX problems to be solved for both core-in-suite-native and core-in-suite-desktop so it makes sense to me to have some playground available for both.
suite-desktop:
--expose-connect-wsflag is on, suite-desktop opens websocket on 8090 and accepts connect calls here.connect-web:
core-in-suite-desktop. what is a better name?core-in-ws-server?connectpackage. And also fromconnect-webextension. I need to discuss this with @karliatto