Skip to content

Commit

Permalink
🚀 [Code] Updated the functionalities to .NET 8 c3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmonettelli committed Mar 6, 2024
1 parent 196a33d commit 089d34e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions Mitawi/ViewModels/HomeViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ public partial class HomeViewModel : BaseViewModel
{
private readonly IWeatherDataService _weatherDataService;

[ObservableProperty]
private bool isAnimation;

[ObservableProperty]
private List<Hourly> hourlies;

Expand Down
24 changes: 0 additions & 24 deletions Mitawi/Views/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,30 +412,6 @@
</mct:UniformItemsLayout>
</ScrollView>
<!--#endregion-->

<!--<Grid
x:Name="gridLoading"
BackgroundColor="#fd3333"
IsVisible="{Binding IsBusy}"
RowDefinitions="*, Auto, Auto, *"
Style="{StaticResource vsm_orientation_gridLoading}">
<skia:SKLottieView
Grid.Row="1"
HeightRequest="200"
IsAnimationEnabled="{Binding IsAnimation}"
IsVisible="{Binding IsAnimation}"
Progress="{Binding Progress}"
Source="weather_animation.json"
WidthRequest="200" />
<Label
Grid.Row="2"
HorizontalTextAlignment="Center"
Style="{StaticResource TxtSubtitle1_1}"
Text="Loading"
TextColor="{AppThemeBinding Light='#703edb',
Dark='#9F79F1'}" />
</Grid>-->
</Grid>
<!--#endregion-->
</ContentPage.Content>
Expand Down

0 comments on commit 089d34e

Please sign in to comment.