[PR #1796] feat: rediscovery feed #1903

Open
opened 2026-03-02 11:59:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1796
Author: @xuatz
Created: 7/28/2025
Status: 🔄 Open

Base: mainHead: feat/435


📝 Commits (1)

📊 Changes

16 files changed (+4374 additions, -13 deletions)

View changed files

📝 apps/mobile/app/dashboard/(tabs)/index.tsx (+27 -13)
📝 apps/mobile/app/dashboard/_layout.tsx (+8 -0)
apps/mobile/app/dashboard/rediscover.tsx (+16 -0)
apps/mobile/components/rediscovery/RediscoveryScreen.tsx (+454 -0)
📝 apps/web/app/dashboard/layout.tsx (+6 -0)
apps/web/app/dashboard/rediscover/page.tsx (+19 -0)
apps/web/components/dashboard/rediscovery/RediscoveryScreen.tsx (+451 -0)
📝 apps/web/package.json (+1 -0)
docs/docs/07-development/05-rediscover-feed.md (+226 -0)
packages/db/drizzle/0062_add_rediscovery_feed_schema.sql (+13 -0)
packages/db/drizzle/meta/0062_snapshot.json (+2403 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+33 -0)
📝 packages/trpc/routers/_app.ts (+2 -0)
packages/trpc/routers/rediscovery.ts (+670 -0)
📝 pnpm-lock.yaml (+38 -0)

📄 Description

fixes #435


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1796 **Author:** [@xuatz](https://github.com/xuatz) **Created:** 7/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/435` --- ### 📝 Commits (1) - [`1da0a44`](https://github.com/karakeep-app/karakeep/commit/1da0a446bbbc701a38da60587bf603c47ee9ae79) feat: rediscovery feed ### 📊 Changes **16 files changed** (+4374 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/dashboard/(tabs)/index.tsx` (+27 -13) 📝 `apps/mobile/app/dashboard/_layout.tsx` (+8 -0) ➕ `apps/mobile/app/dashboard/rediscover.tsx` (+16 -0) ➕ `apps/mobile/components/rediscovery/RediscoveryScreen.tsx` (+454 -0) 📝 `apps/web/app/dashboard/layout.tsx` (+6 -0) ➕ `apps/web/app/dashboard/rediscover/page.tsx` (+19 -0) ➕ `apps/web/components/dashboard/rediscovery/RediscoveryScreen.tsx` (+451 -0) 📝 `apps/web/package.json` (+1 -0) ➕ `docs/docs/07-development/05-rediscover-feed.md` (+226 -0) ➕ `packages/db/drizzle/0062_add_rediscovery_feed_schema.sql` (+13 -0) ➕ `packages/db/drizzle/meta/0062_snapshot.json` (+2403 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+33 -0) 📝 `packages/trpc/routers/_app.ts` (+2 -0) ➕ `packages/trpc/routers/rediscovery.ts` (+670 -0) 📝 `pnpm-lock.yaml` (+38 -0) </details> ### 📄 Description fixes #435 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1903
No description provided.