tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

refactor: align dialog implementation with others #56

Closed tnc1997 closed 5 months ago

tnc1997 commented 5 months ago

Describe the change This change aligns the dialog implementation with others for example Fluent UI Blazor and MudBlazor.

Current behavior The dialog implementation is bespoke and not very reusable.

New behavior The dialog implementation is aligned with others and is more reusable.

Additional context The render mode of the entire application has been changed to InteractiveServer.