mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 16:05:00 +00:00
ux: new style for tag's tooltip (#1305)
This commit is contained in:
parent
8a45e25106
commit
afc8a772dd
5 changed files with 66 additions and 26 deletions
|
@ -12,6 +12,7 @@ namespace SourceGit.Models
|
|||
public class Tag : ObservableObject
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public bool IsAnnotated { get; set; } = false;
|
||||
public string SHA { get; set; } = string.Empty;
|
||||
public ulong CreatorDate { get; set; } = 0;
|
||||
public string Message { get; set; } = string.Empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue