- Move all Launcher components to LANCommander.Launcher.UI namespace - Move all SCSS files next to components (when possible) - Refactor styles that control overflow of content into titlebar to MainWindow only - Remove use in launcher UI of SDK.Client
12 lines
No EOL
278 B
Text
12 lines
No EOL
278 B
Text
@namespace LANCommander.Launcher.UI
|
|
@inherits LayoutComponentBase
|
|
@layout MainWindow
|
|
|
|
<AuthenticatedView NoAutoValidate="false">
|
|
<Authenticated>
|
|
@Body
|
|
</Authenticated>
|
|
<NotAuthenticated>
|
|
<RedirectToLogin/>
|
|
</NotAuthenticated>
|
|
</AuthenticatedView> |