feat: standardize UI theme, fix dark mode consistency, and implement editorial tags
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m24s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m24s
This commit is contained in:
@@ -16,6 +16,7 @@ export interface Notebook {
|
||||
parentId: string | null;
|
||||
trashedAt?: Date | null;
|
||||
userId: string;
|
||||
isPrivate?: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
notes?: Note[];
|
||||
|
||||
Reference in New Issue
Block a user