From b035e91120c9f4dd7c583153012dc8bf81d8ae0f Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 8 Apr 2026 15:20:47 +0200 Subject: [PATCH] feat(12-02): add MSP logo section with live preview to SettingsView - Add Separator and MSP Logo label after data folder section - Add Border with Grid containing Image preview and placeholder TextBlock - Image bound to MspLogoPreview via Base64ToImageConverter with max 80x240 - DataTrigger toggles placeholder visibility when logo is null - Import/Clear buttons bound to BrowseMspLogoCommand/ClearMspLogoCommand - StatusMessage TextBlock in red, visible only when set Co-Authored-By: Claude Opus 4.6 (1M context) --- .../Views/Tabs/SettingsView.xaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/SharepointToolbox/Views/Tabs/SettingsView.xaml b/SharepointToolbox/Views/Tabs/SettingsView.xaml index e2373ad..aa0533b 100644 --- a/SharepointToolbox/Views/Tabs/SettingsView.xaml +++ b/SharepointToolbox/Views/Tabs/SettingsView.xaml @@ -24,5 +24,40 @@ Command="{Binding BrowseFolderCommand}" Width="80" Margin="8,0,0,0" /> + + + + +