File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@using CodeBlock .DevKit .Clients .AdminPanel .Pages .Shared
2- @using CodeBlock .DevKit .Infrastructure .Services
32@using CodeBlock .DevKit .Web .Blazor .Server
4- @using System .Reflection
53@inject IModuleRegistry ModuleRegistry
64@inherits AppBase
7- <CascadingBlazoredModal HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.2)" >
5+
6+ <CascadingBlazoredModal FocusFirstElement =" false" HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.4)" >
87 <CascadingAuthenticationState >
98 <Router AppAssembly =" @typeof(Program).Assembly" AdditionalAssemblies =" @ModuleRegistry.GetUIModuleAssemblies()" >
109 <Found Context =" routeData" >
Original file line number Diff line number Diff line change 1- @using CodeBlock .DevKit .Infrastructure .Services
2- @using CodeBlock .DevKit .Web .Blazor .Server
1+ @using CodeBlock .DevKit .Web .Blazor .Server
32@using CodeBlock .DevKit .Web .Blazor .Server .Components
4- @using System .Reflection
53@using CanBeYours .WebApp .Pages .Website .Shared
64@inject IModuleRegistry ModuleRegistry
75@inherits AppBase
86
9- <CascadingBlazoredModal HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.2 )" >
7+ <CascadingBlazoredModal FocusFirstElement = " false " HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.4 )" >
108 <CascadingAuthenticationState >
119 <Router AppAssembly =" @typeof(Program).Assembly" AdditionalAssemblies =" @ModuleRegistry.GetUIModuleAssemblies()" >
1210 <Found Context =" routeData" >
You can’t perform that action at this time.
0 commit comments