Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Docs/ASLM/content/docs/ASLM/Pages/ModuleUpdateView.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Implements **`ILocalizable`**, **`INotifyPropertyChanged`**.
| `ReleasePicker`, `BranchPicker` | GitHub refs |
| `CheckUpdatesButton`, `InstallUpdateButton` | Footer actions |
| `OverallProgressLabel`, progress bars, download detail | Activity section |
| `UpdateLogPanel` | Panel for the console, bound to `HasLog` |
| `UpdateLogConsole` | **`ConsoleOutputView`** ← `LogText`, `UpdateLogSessionKey` |

---
Expand Down Expand Up @@ -88,7 +89,7 @@ Implements **`ILocalizable`**, **`INotifyPropertyChanged`**.

## Bound properties

Delegate to **`_module`** when attached (empty/fallback when null). Key members: **`DialogTitle`**, **`DialogSubtitle`**, **`CurrentVersionLabel`**, **`TargetVersionLabel`**, **`SourceModeOptions`**, **`SelectedSourceMode`**, **`ReleaseOptions`**, **`SelectedReleaseOption`**, **`BranchOptions`**, **`SelectedBranch`**, **`IsBranchMode`**, **`IsReleaseMode`**, **`HasUpdate`**, **`CanInstallUpdate`**, **`CanCheckUpdates`**, **`ShowInstallAction`**, **`IsBusy`**, **`ActivityTitle`**, **`ActivityStatus`**, progress fields, **`LogText`**, **`HasLog`**, **`UpdateLogSessionKey`** (`module.SourcePath`).
Delegate to **`_module`** when attached (empty/fallback when null). Key members: **`DialogTitle`**, **`DialogSubtitle`**, **`CurrentVersionLabel`**, **`TargetVersionLabel`**, **`SourceModeOptions`**, **`SelectedSourceMode`**, **`ReleaseOptions`**, **`SelectedReleaseOption`**, **`BranchOptions`**, **`SelectedBranch`**, **`IsBranchMode`**, **`IsReleaseMode`**, **`HasUpdate`**, **`CanInstallUpdate`**, **`CanCheckUpdates`**, **`ShowInstallAction`**, **`IsBusy`**, **`ActivityTitle`**, **`ActivityStatus`**, progress fields, **`LogText`**, **`HasLog`**, **`UpdateLogSessionKey`** (generates dynamically for new update sessions).

Setters on **`SelectedSourceMode`** / release / branch forward to **`ModuleViewModel`** and trigger option load.

Expand Down
Loading