From 094d15b015705b88904ac358a105934284ca6203 Mon Sep 17 00:00:00 2001 From: Vignesh-SF3580 <102575140+Vignesh-SF3580@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:11:56 +0530 Subject: [PATCH 1/2] added tooltip for add button. --- src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml | 1 + .../src/templates/maui-mobile/Pages/ProjectDetailPage.xaml | 3 ++- .../src/templates/maui-mobile/Pages/ProjectListPage.xaml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml index baaa071ce932..a81b719185af 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml @@ -97,6 +97,7 @@ diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml index 06b20a433516..ddff135cebe8 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml @@ -184,7 +184,8 @@ + SemanticProperties.Description="Add task" + ToolTipProperties.Text="Add task" /> \ No newline at end of file diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml index 3a5599498f28..05ec58333257 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml @@ -42,6 +42,7 @@ + Command="{Binding AddProjectCommand}" + ToolTipProperties.Text="Add project" /> \ No newline at end of file From affaf5a4f88aeceb12ad21c0835bbc29117259bb Mon Sep 17 00:00:00 2001 From: Vignesh-SF3580 <102575140+Vignesh-SF3580@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:25:29 +0530 Subject: [PATCH 2/2] Update ProjectListPage.xaml --- .../src/templates/maui-mobile/Pages/ProjectListPage.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml index 05ec58333257..b818890ef287 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml @@ -42,7 +42,8 @@ \ No newline at end of file