Dev
a10f03edc8
feat(06-02): add global site selection state, command, and broadcast to MainWindowViewModel
- Add OpenGlobalSitePickerDialog factory property (dialog factory pattern)
- Add GlobalSelectedSites ObservableCollection<SiteInfo>
- Add GlobalSitesSelectedLabel computed property for toolbar display
- Add OpenGlobalSitePickerCommand (disabled when no profile selected)
- Broadcast GlobalSitesChangedMessage via WeakReferenceMessenger on collection change
- Clear GlobalSelectedSites on tenant switch (OnSelectedProfileChanged)
- Clear GlobalSelectedSites on session clear (ClearSessionAsync)
- Add using SharepointToolbox.Views.Dialogs for SitePickerDialog cast
2026-04-07 10:03:30 +02:00
..
2026-04-07 09:19:03 +02:00
2026-04-07 10:02:20 +02:00
2026-04-03 10:03:41 +02:00
2026-04-03 16:35:34 +02:00
2026-04-07 09:19:03 +02:00
2026-04-03 10:13:39 +02:00
2026-04-03 11:06:25 +02:00
2026-04-07 10:03:30 +02:00
2026-04-07 09:15:02 +02:00
2026-04-03 10:19:16 +02:00
2026-04-03 10:24:32 +02:00
2026-04-02 13:50:35 +02:00
2026-04-07 09:15:02 +02:00
2026-04-03 10:24:32 +02:00
2026-04-03 16:36:07 +02:00