Authors now showing on the listing
continuous-integration/drone/pr Build is passing

Back to the top works
This commit is contained in:
Khwezi Mngoma
2026-05-30 22:19:35 +02:00
parent 01a0264452
commit 26cd12532c
4 changed files with 12 additions and 15 deletions
@@ -19,6 +19,7 @@ public partial class Home : ComponentBase
[SupplyParameterFromQuery(Name = "q")] public string? SharedSearchQuery { get; set; }
[SupplyParameterFromQuery] public long? AuthorId { get; set; }
private ElementReference topTargetRef;
public enum ViewMode { Grid, List }
private ViewMode CurrentViewMode = ViewMode.Grid;
private string ActiveCategory = "All";