Small UI changes (#3787)
This commit is contained in:
parent
50a052e412
commit
5b8a643d82
203 changed files with 369 additions and 446 deletions
|
@ -1,7 +1,7 @@
|
|||
namespace API.DTOs.KavitaPlus.License;
|
||||
#nullable enable
|
||||
|
||||
public class EncryptLicenseDto
|
||||
public sealed record EncryptLicenseDto
|
||||
{
|
||||
public required string License { get; set; }
|
||||
public required string InstallId { get; set; }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace API.DTOs.KavitaPlus.License;
|
||||
|
||||
public class LicenseInfoDto
|
||||
public sealed record LicenseInfoDto
|
||||
{
|
||||
/// <summary>
|
||||
/// If cancelled, will represent cancellation date. If not, will represent repayment date
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace API.DTOs.KavitaPlus.License;
|
||||
|
||||
public class LicenseValidDto
|
||||
public sealed record LicenseValidDto
|
||||
{
|
||||
public required string License { get; set; }
|
||||
public required string InstallId { get; set; }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace API.DTOs.KavitaPlus.License;
|
||||
|
||||
public class ResetLicenseDto
|
||||
public sealed record ResetLicenseDto
|
||||
{
|
||||
public required string License { get; set; }
|
||||
public required string InstallId { get; set; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace API.DTOs.KavitaPlus.License;
|
||||
#nullable enable
|
||||
|
||||
public class UpdateLicenseDto
|
||||
public sealed record UpdateLicenseDto
|
||||
{
|
||||
/// <summary>
|
||||
/// License Key received from Kavita+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue