fluentui-blazor icon indicating copy to clipboard operation
fluentui-blazor copied to clipboard

[dev-v5] Migrate SortableList component

Open MarvinKlein1508 opened this issue 3 months ago • 4 comments

MarvinKlein1508 avatar Sep 30 '25 17:09 MarvinKlein1508

Are you going to use sortable.js for this still?

Would be nicer from an Infosec perspective to use something that comes bundled/built in with the project. (and at any rate, sortable.js had it's last release back in november of last year).

DanielCordell avatar Oct 23 '25 13:10 DanielCordell

We are looking at ways on how to include such scripts. We want to do it in a way that it is opt-in so you don't pay the penalty of a larger script when not using the component. Any ideas on how to do that are welcome.

vnbaaij avatar Nov 08 '25 11:11 vnbaaij

Possibly you could create separate projects/assembles for each of these "extra" components? Microsoft.FluentUI.AspNetCore.Components.SortableList?

DanielCordell avatar Nov 09 '25 21:11 DanielCordell

No. We prefer to have all FluentUI components in the same lib. But we would like to add a possibility to dynamically load external JS lib using a configuration flag. That can solve these problems.

dvoituron avatar Nov 09 '25 21:11 dvoituron