From 80d5d075c80c401e9ddc37585af66634ba76bbe6 Mon Sep 17 00:00:00 2001 From: HadayaRahman-SF4673 Date: Wed, 2 Apr 2025 17:41:06 +0530 Subject: [PATCH] 947225-Cleared Warnings --- .../ViewModel/RestaurantDashboardViewModel.cs | 6 -- .../Views/Dashboard/CompanyHistoryPage.xaml | 52 ++++++------ .../Dashboard/DailyCaloriesReportPage.xaml | 36 ++++----- .../Views/Dashboard/DailyTimelinePage.xaml | 22 ++--- .../Views/Dashboard/HealthCarePage.xaml | 80 +++++++++---------- .../Views/Dashboard/MyWalletPage.xaml | 50 ++++++------ .../Dashboard/RestaurantDashboardPage.xaml | 15 ++-- .../Views/Dashboard/StockOverviewPage.xaml | 29 +++---- 8 files changed, 145 insertions(+), 145 deletions(-) diff --git a/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs b/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs index bf4e8a2..934b54e 100644 --- a/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs +++ b/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs @@ -163,12 +163,6 @@ public ObservableCollection OrderDetailsHeader #region methods - private void OnDetailsClicked() - { - // Action on click - - } - private void UpdateOrderDetails() { this.orderDetails = new ObservableCollection diff --git a/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml b/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml index 7b534f2..5a945b8 100644 --- a/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml +++ b/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml @@ -3,13 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="EssentialMAUIUIKit.Views.Dashboard.CompanyHistoryPage" xmlns:syncfusion="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core" + x:DataType="local:CompanyHistoryViewModel" xmlns:local="clr-namespace:EssentialMAUIUIKit"> - - - -