Initial commit of version 0.2.0
This commit is contained in:
parent
86fc06b877
commit
dfb04462f3
108 changed files with 16167 additions and 80 deletions
9
src/Decky.App/ViewModels/CardEditorResult.cs
Normal file
9
src/Decky.App/ViewModels/CardEditorResult.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Decky.App.ViewModels;
|
||||
|
||||
public sealed record CardEditorResult(
|
||||
string Title,
|
||||
string Description,
|
||||
DateTimeOffset? DueDate,
|
||||
string Color,
|
||||
bool IsCompleted);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue