elsa-workflows / elsa-studio

A modular, extensible dashboard application framework
MIT License
187 stars 90 forks source link

Refactor: Remove unnecessary Blazor service context invocations #307

Closed sfmskywalker closed 1 month ago

sfmskywalker commented 1 month ago

This commit eliminates redundant usage of InvokeWithBlazorServiceContext, streamlining the service calls directly. It also refines several constructors and DI usages to be more concise, enhancing overall code readability and maintainability.