From ed4a564677673421e92ca0c4442e69d922a8e40f Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Thu, 15 Oct 2020 00:38:29 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ scm-ui/ui-components/src/repos/DiffFile.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148eb799f3..ca5d9ede3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Added +- Source code fullscreen view ([#1376](https://github.com/scm-manager/scm-manager/pull/1376)) + ## [2.7.1] - 2020-10-14 ### Fixed - Null Pointer Exception on anonymous migration with deleted repositories ([#1371](https://github.com/scm-manager/scm-manager/pull/1371)) diff --git a/scm-ui/ui-components/src/repos/DiffFile.tsx b/scm-ui/ui-components/src/repos/DiffFile.tsx index 71bfa4957b..d8fee267df 100644 --- a/scm-ui/ui-components/src/repos/DiffFile.tsx +++ b/scm-ui/ui-components/src/repos/DiffFile.tsx @@ -488,7 +488,7 @@ class DiffFile extends React.Component { if (file?.hunks?.length) { modalContent = ( this.closeModal()} body={{body}} active={showFullscreenModal}