feat: watchlist (premium), mobile bottom nav
Build & Push Docker Image / build (push) Successful in 2m35s

This commit is contained in:
opencode
2026-08-02 13:00:10 +02:00
parent c77610786b
commit d033b20dfb
14 changed files with 383 additions and 12 deletions
+1
View File
@@ -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", {