feat: support child window on linux, closes #273#415
Conversation
ad5c33e to
fea7bc8
Compare
fea7bc8 to
ba364fd
Compare
|
Tested it and looking great! Thanks! |
|
If it is made a general window builder method, it would probably be best to document the behaviour differences for each platform, if there are any. |
cf8660d to
d1c2ce0
Compare
d1c2ce0 to
f1366e4
Compare
|
I fixed these review. |
|
Might be good to use |
|
It's look good to me but I feel like @amrbashir is best to review the difference between |
|
as @vdvman1 said, With that said, I don't think it is a good idea to provide a general builder method for all 3 platforms. Instead we should have them under extensions trait so macOS would have |
|
I see. |
|
On a somewhat off-topic note, can you do normal pushes instead of force-pushing in the future? Would make it much easier to follow along :) Imo we should add this to our contributing guidelines too 🤔 |
Oh, sure.
yeah even if we separate these method, I think we should keep a context as comment. |
|
@keiya01 So sorry you have to revert. I think this is the part I'll usually miss some context. 🙇♂️ @FabianLars I'm okay with both as long as commits are clear. I also will do some force push if commits are all just want to make clippy and fmt happy. |
This reverts commit f1366e4.
|
I reverted in Revert "fix: ganeral window builder". |
|
I will add some description later. |
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
I wonder why does android fail... |
|
Probably github CI being funny again. I'll rerun it tomorrow. |
|
Looks like it's because of rust-mobile/ndk#286 |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___)Other information