feat: refine branded operator experience
Add the MBN-branded startup intro, semantic sidebar icons, and refined card-based operator visuals. Strengthen packaged UI and input smoke coverage for the updated experience.
This commit is contained in:
@@ -86,6 +86,8 @@
|
||||
<LegacyFinancialPreviewAsset Include="$(LegacyResSourceRoot)\Grow.bmp" />
|
||||
<LegacyFinancialPreviewAsset Include="$(LegacyResSourceRoot)\sell.bmp" />
|
||||
<LegacyFinancialPreviewAsset Include="$(LegacyResSourceRoot)\profit.bmp" />
|
||||
<!-- Official legacy wordmark, projected into the trusted Web root without a remote dependency. -->
|
||||
<LegacyBrandAsset Include="$(LegacyResSourceRoot)\logo.png" />
|
||||
|
||||
<Compile Include="..\..\LegacySceneRuntimeFactory.cs"
|
||||
Link="Runtime\LegacySceneRuntimeFactory.cs" />
|
||||
@@ -95,6 +97,7 @@
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
<Content Include="..\..\Assets\SplashScreen.scale-200.png" Link="Assets\SplashScreen.scale-200.png" />
|
||||
<Content Include="..\..\Assets\StartupHero.png" Link="Assets\StartupHero.png" />
|
||||
<Content Include="..\..\Assets\Square150x150Logo.scale-200.png" Link="Assets\Square150x150Logo.scale-200.png" />
|
||||
<Content Include="..\..\Assets\Square44x44Logo.scale-200.png" Link="Assets\Square44x44Logo.scale-200.png" />
|
||||
<Content Include="..\..\Assets\Square44x44Logo.targetsize-16_altform-unplated.png" Link="Assets\Square44x44Logo.targetsize-16_altform-unplated.png" />
|
||||
@@ -126,6 +129,12 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
<Content Include="@(LegacyBrandAsset)">
|
||||
<Link>Web\Brand\%(Filename)%(Extension)</Link>
|
||||
<TargetPath>Web\Brand\%(Filename)%(Extension)</TargetPath>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
<!--
|
||||
The active legacy DB INI contains credentials. It is available beside the
|
||||
executable for local F5/unpackaged development only and is never MSIX Content.
|
||||
@@ -146,6 +155,8 @@
|
||||
!Exists('$(LegacyResSourceRoot)\sell.bmp') or
|
||||
!Exists('$(LegacyResSourceRoot)\profit.bmp')"
|
||||
Text="The four required GraphE preview bitmaps are missing from $(LegacyResSourceRoot)." />
|
||||
<Error Condition="!Exists('$(LegacyResSourceRoot)\logo.png')"
|
||||
Text="The required legacy brand wordmark is missing: Res\logo.png." />
|
||||
<Error Condition="!Exists('$(LegacyCutsSourceRoot)\%(LegacyRequiredScene.Identity).t2s')"
|
||||
Text="A required active legacy scene file is missing: Cuts\%(LegacyRequiredScene.Identity).t2s." />
|
||||
<Error Condition="!Exists('$(LegacyCutsSourceRoot)\%(LegacyRequiredBuiltInAsset.Identity)')"
|
||||
|
||||
Reference in New Issue
Block a user