Martin Kavík

Results 228 comments of Martin Kavík

Could you post the logo version for dark background, too? I want to know your color preference (grey, white, ..) and the logos posted above are almost invisible for people...

Before I merge it - could you please check whether there isn't the same problem within the "true branch"? (Or why there is not?). In other words - I'm just...

(Also please rename the commit, I rebase PRs and `fix` is too general, thanks!)

- And there should be a way to upload the file(s) to the Moon app through Connection. - Also drag&drop would be nice as an alternative to the button.

> any update on this? I'll need it in both production MZ apps I'm writing but file uploading hasn't been priority yet. I'm keeping it my mind, I'll update the...

Perhaps we can write an example inspired by an extended hsluv picker (as you suggested): ![image](https://user-images.githubusercontent.com/18517402/148135258-44e615d4-c0e0-4dc5-8e43-303995e13d4d.png) and then write an example with a custom Dropdown menu. Then anybody can look...

1. What's your motivation / use-case? 2. What `target` values do you plan to use and when? Thanks!

> specifying the target prevents a new tab from opening every time a link is clicked if given a target that already exists Then maybe a method like `Link::new_tab_once()` would...

The `wasm-opt` is downloaded here: https://github.com/MoonZoon/MoonZoon/blob/e4d55d7f3aa276922786be8b7a18a05b01ba6b66/crates/mzoon/src/wasm_opt.rs#L24-L39 And used here: https://github.com/MoonZoon/MoonZoon/blob/e4d55d7f3aa276922786be8b7a18a05b01ba6b66/crates/mzoon/src/wasm_opt.rs#L56-L79 You can try to download it manually from https://github.com/WebAssembly/binaryen/releases and extract `wasm-opt` binary to your project's `frontend` folder to test...

We can write a new element `MultilineInput`, leveraging the native `textarea` element. The behavior you've suggested sounds good.