feat: watchlist (premium), mobile bottom nav
Build & Push Docker Image / build (push) Successful in 2m35s
Build & Push Docker Image / build (push) Successful in 2m35s
This commit is contained in:
@@ -5,6 +5,7 @@ import { z } from "zod/v4";
|
||||
export type UserPreferences = {
|
||||
view?: "grid" | "table" | "rows";
|
||||
density?: "cozy" | "compact";
|
||||
watchlist?: number[];
|
||||
};
|
||||
|
||||
export const usersTable = pgTable("users", {
|
||||
|
||||
Reference in New Issue
Block a user