You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(release-browser): add compare mode to diff two releases
Adds a View/Compare toggle to the right pane. In Compare mode the user
picks a reference release from a grouped Autocomplete (current-in-env
bindings first, then any other release) and the right pane renders a
side-by-side YamlDiffViewer of that reference vs the highlighted
release. When opened with an environmentName, pre-fills the comparison
target with that env's current release so the common "is this release
different from what's deployed?" question resolves with zero clicks.
Manifests are fetched on demand and cached, so toggling and switching
targets are free. Existing view-mode behavior, search, and selection
flow are unchanged.
Signed-off-by: Kavith Lokuhewage <kaviththiranga@gmail.com>
0 commit comments