feat: allow filtering with null (no) rating

This commit is contained in:
2023-08-20 20:13:47 +02:00
parent aeb067aadb
commit 93f359e684
12 changed files with 67 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ export type Article = {
name: string;
tags: string[];
meta: {
status: "finished" | "not-finished";
done?: boolean;
date: Date;
link: string;
thumbnail?: string;