Archived
1
0

Done settings page (*almost), fixed background on light theme

This commit is contained in:
Michael Gordeev
2019-12-03 15:59:49 +03:00
parent 0d624ee1a3
commit d07aeee570
11 changed files with 152 additions and 55 deletions
+1
View File
@@ -13,5 +13,6 @@ namespace FoxTube.Core.Models
public DateTime TimeStamp { get; set; }
public abstract string Type { get; }
public string ShortTimeStamp => $"{TimeStamp.ToShortDateString()} {TimeStamp.ToShortTimeString()}";
}
}