feat: allow filtering with null (no) rating
This commit is contained in:
@@ -13,7 +13,7 @@ export type Article = {
|
||||
name: string;
|
||||
tags: string[];
|
||||
meta: {
|
||||
status: "finished" | "not-finished";
|
||||
done?: boolean;
|
||||
date: Date;
|
||||
link: string;
|
||||
thumbnail?: string;
|
||||
|
||||
Reference in New Issue
Block a user