Added feature to display LFS images in the file browser & file history

This commit is contained in:
Henrik Andersson 2025-06-05 12:45:00 +02:00
parent eebadd67a1
commit 6def15212c
7 changed files with 157 additions and 17 deletions

View file

@ -0,0 +1,12 @@
using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class RevisionFileLFSContentViewer : UserControl
{
public RevisionFileLFSContentViewer()
{
InitializeComponent();
}
}
}