Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Adding global info bar #4028

Merged
merged 4 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Strings/en-us/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,7 @@
<data name="GPODisabledDevHomeDescription.Text" xml:space="preserve">
<value>Check with your IT or System Administrator for support.</value>
</data>
<data name="ShellInfoBar.Message" xml:space="preserve">
<value>Dev Home will be going away in May 2025 and a subset of its features will be moved to new places. Stay tuned for more information in the following months.</value>
</data>
</root>
2 changes: 2 additions & 0 deletions src/Views/ShellPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
</Grid>
</NavigationView>

<InfoBar x:Uid="ShellInfoBar" IsOpen="True" Severity="Error" Margin="20,40,20,10"></InfoBar>

<StackPanel
Grid.Row="1"
HorizontalAlignment="Center"
Expand Down
Loading