Commit 33e77c5
Add independent Pin to Dock feature and fix Save Logs to Desktop (#153)
Resolves the two problems reported in issue #142:
- Dock pinning is now its own feature, decoupled from Favorites. Adds a
DockPinsManager store, Pin to Dock / Unpin from Dock commands on each
location, a Docked tag, and repoints GetDockBands() at the dock-pin
store. Existing favorites are migrated into dock pins once so current
users keep their dock content.
- Save Logs to Desktop now works. RollingFileLogger writes to a writable
LocalApplicationData path instead of the read-only install directory,
and SaveLogsCommand always produces a zip and shows a confirmation toast.
Adds DockPinsManager tests, updates existing test callers and the README.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent b193613 commit 33e77c5
28 files changed
Lines changed: 719 additions & 40 deletions
File tree
- WeatherExtension.Tests
- WeatherExtension
- Commands
- Pages
- Properties
- Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
116 | | - | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
0 commit comments