slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.93k stars 566 forks source link

wasm demo: "Edit in the online code editor" often don't work because of version mix #411

Closed ogoffart closed 1 year ago

ogoffart commented 3 years ago

The URL is hardcoded with

Ideally the link should link to the code editor of the given release, with the url to the github for that released tag.

Possibly we need JS, or we can maybe do some change with sed in the script that copies the files

ogoffart commented 1 year ago

That was fixed in https://github.com/slint-ui/slint/pull/1593