Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Disabled dish rating and news for next release build
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 5, 2022
1 parent 8a9f97d commit ac35be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UI/Controls/Canteens/DishControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
TextWrapping="Wrap"
ToolTipService.ToolTip="{x:Bind Dish.Labels, Mode=OneWay, Converter={StaticResource LabelsStringTooltipValueConverter}}"
Visibility="{x:Bind Dish.Labels, Mode=OneWay, Converter={StaticResource LabelsEmptyVisibilityValueConverter}}"/>
<canteens:DishRatingControl Grid.Row="2"
<!--<canteens:DishRatingControl Grid.Row="2"
Margin="0,5,0,0"
Dish="{x:Bind Dish, Mode=OneWay}"/>
Dish="{x:Bind Dish, Mode=OneWay}"/>-->
</Grid>
</UserControl>
3 changes: 2 additions & 1 deletion UI/Pages/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
</muxc:NavigationViewItem.Icon>
</muxc:NavigationViewItem>
<muxc:NavigationViewItem x:Name="news_navItem"
Content="News">
Content="News"
IsEnabled="False">
<muxc:NavigationViewItem.Icon>
<FontIcon Glyph="&#xE701;"/>
</muxc:NavigationViewItem.Icon>
Expand Down

0 comments on commit ac35be9

Please sign in to comment.