mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-30 19:35:21 -04:00
Side Nav Redesign (#2310)
This commit is contained in:
@@ -76,6 +76,11 @@ public class AppUser : IdentityUser<int>, IHasConcurrencyToken
|
||||
/// An ordered list of Streams (pre-configured) or Smart Filters that makes up the User's Dashboard
|
||||
/// </summary>
|
||||
public IList<AppUserDashboardStream> DashboardStreams { get; set; } = null!;
|
||||
/// <summary>
|
||||
/// An ordered list of Streams (pre-configured) or Smart Filters that makes up the User's SideNav
|
||||
/// </summary>
|
||||
public IList<AppUserSideNavStream> SideNavStreams { get; set; } = null!;
|
||||
public IList<AppUserExternalSource> ExternalSources { get; set; } = null!;
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user