From 9c58de0f39bb8ca4607a15a933642f7f0a1db3c8 Mon Sep 17 00:00:00 2001 From: Vit Nemecky Date: Mon, 15 Apr 2024 22:25:30 +0200 Subject: [PATCH 1/3] Add tooltips for floating buttons (#47) Co-authored-by: Vit Nemecky --- .../Resources/TranslationResources.resx | 33 +++++++++++++++++++ .../UI/Pages/ControllerActionPage.xaml | 6 ++-- .../UI/Pages/ControllerProfilePage.xaml | 4 +-- .../UI/Pages/CreationListPage.xaml | 2 +- .../UI/Pages/CreationPage.xaml | 4 +-- .../UI/Pages/CreationScannerPage.xaml | 2 +- .../UI/Pages/DeviceListPage.xaml | 2 +- .../BrickController2/UI/Pages/DevicePage.xaml | 2 +- .../UI/Pages/SequenceEditorPage.xaml | 4 +-- .../UI/Pages/SequenceListPage.xaml | 2 +- 10 files changed, 47 insertions(+), 14 deletions(-) diff --git a/BrickController2/BrickController2/Resources/TranslationResources.resx b/BrickController2/BrickController2/Resources/TranslationResources.resx index b3c09242..86139c1a 100644 --- a/BrickController2/BrickController2/Resources/TranslationResources.resx +++ b/BrickController2/BrickController2/Resources/TranslationResources.resx @@ -120,21 +120,36 @@ About + + Add a new controller event + Add controller events + + Add a new controller profile + Add controller profiles + + Add a new control point + Add control points + + Add a new creation + Add creations Address + + Add a new sequence + Add sequences @@ -228,6 +243,9 @@ Connecting to: + + Connect to the device + Controller @@ -276,6 +294,9 @@ Default profile + + Delete the control point + Deleting... @@ -306,6 +327,9 @@ Duration (ms) + + Edit the sequence + Enter the control point duration between 300 and 10000 ms. @@ -381,6 +405,9 @@ Import successful: + + Import the creation + Information @@ -492,6 +519,9 @@ Saving... + + Scan for devices + Scan for devices before adding controller events! @@ -534,6 +564,9 @@ Settings + + Set up the channel + Share diff --git a/BrickController2/BrickController2/UI/Pages/ControllerActionPage.xaml b/BrickController2/BrickController2/UI/Pages/ControllerActionPage.xaml index a1a189cf..cdfe1495 100644 --- a/BrickController2/BrickController2/UI/Pages/ControllerActionPage.xaml +++ b/BrickController2/BrickController2/UI/Pages/ControllerActionPage.xaml @@ -43,7 +43,7 @@