diff --git a/.gitignore b/.gitignore index 9bc865f..7f0e0d8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ bin Debug /CouchLog/Data/CouchLog.db +/CouchLog/Data/CouchLog.db-shm +/CouchLog/Data/CouchLog.db-wal #Migrations obj diff --git a/CouchLog/Components/Pages/GlobalList.razor b/CouchLog/Components/Pages/GlobalList.razor index ca9aafe..75141a4 100644 --- a/CouchLog/Components/Pages/GlobalList.razor +++ b/CouchLog/Components/Pages/GlobalList.razor @@ -43,10 +43,10 @@
- - @if (!string.IsNullOrEmpty(ImagePreviewUrl)) + + @if (!string.IsNullOrEmpty(ImageString)) { - + }
@@ -66,12 +66,12 @@ -
+
@foreach (var Entity in GlobalEntities) { if (!Entity.IsPrivate || (Entity.IsPrivate && (Entity.CreatorId == AppUser.Id))) { -
+