TryMudBlazor icon indicating copy to clipboard operation
TryMudBlazor copied to clipboard

[Feature Request] Change version or use dev branch

Open w3ori opened this issue 9 months ago • 3 comments
trafficstars

It would be nice to have an option to change MudBlazor version in the bottom right corner. And be able to use dev branch to try out the most recent features and updates.

w3ori avatar Feb 06 '25 08:02 w3ori

I think it would be cool, yes. It would require nuget support

The problem is that we forked our TryMudBlazor from an earlier version of BlazorREPL. Shortly before they hid the source code there was a version that supported loading nugets. That version has been forked and preserved by https://github.com/BlazorSnippet/BlazorSnippet but it would be quite a little bit of work to merge this with our version which has since diverged a lot.

The second thing it would require would be nightly builds that push to nuget of our dev branch.

We don't have neither ATM and both are quite some work.

henon avatar Feb 06 '25 09:02 henon

You are welcome to use my try at https://try.arctechonline.tech which should always include the latest version as well as commits to whatever I am working on last. My personal try also includes javascript, cdn, css support as well as a built in component library to choose from for starting point.

versile2 avatar Feb 06 '25 14:02 versile2

You are welcome to use my try at https://try.arctechonline.tech which should always include the latest version as well as commits to whatever I am working on last. My personal try also includes javascript, cdn, css support as well as a built in component library to choose from for starting point.

Thanks, I will try that.

w3ori avatar Feb 06 '25 14:02 w3ori