Commit 8d8f982
Standardize provider file layout: move Hue + PlayStation into subfolders (v4.1.32)
LIFX already lived under Devices/LIFX/ with its provider co-located with
the rest of its files. Hue and PlayStation had their providers at the
Devices/ root level instead (Hue: namespace was already .Hue but the
file was in the wrong folder; PlayStation: namespace was the parent
.Devices). Moving both providers into their dedicated subfolders + the
PlayStation namespace correction so all three custom providers follow
the same shape:
Devices/Hue/HueRGBDeviceProvider.cs (namespace already .Hue)
Devices/PlayStation/PlayStationControllerRGBDeviceProvider.cs
(namespace .Devices -> .PlayStation)
Devices/LIFX/LifxRGBDeviceProvider.cs (already in place)
Updated three call sites that resolved PlayStationControllerRGBDeviceProvider
through the parent namespace to add a `using ...PlayStation;`:
RGBController, SettingsViewModel, DecoratorHarnessUI.MainViewModel.
Used `git mv` so source history follows the file. No behaviour change;
build clean, 130/130 tests pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bba7364 commit 8d8f982
9 files changed
Lines changed: 12 additions & 6 deletions
File tree
- Chromatics.DecoratorHarnessUI
- Chromatics
- Core
- Extensions/RGB.NET/Devices
- Hue
- PlayStation
- ViewModels
- obj
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3697 | 3697 | | |
3698 | 3698 | | |
3699 | 3699 | | |
3700 | | - | |
| 3700 | + | |
3701 | 3701 | | |
3702 | 3702 | | |
3703 | 3703 | | |
| |||
3723 | 3723 | | |
3724 | 3724 | | |
3725 | 3725 | | |
| 3726 | + | |
3726 | 3727 | | |
3727 | 3728 | | |
3728 | 3729 | | |
| |||
3741 | 3742 | | |
3742 | 3743 | | |
3743 | 3744 | | |
| 3745 | + | |
3744 | 3746 | | |
3745 | 3747 | | |
3746 | 3748 | | |
| |||
0 commit comments