feat: add trending/leaderboard for collections
New collection_favorites table lets users star public collections. /collections/explore mirrors the recipe explore page: trending (star count in last 7 days) and recently-added public collections. Linked from the "Discover" button on the collections page. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -693,6 +693,13 @@
|
||||
"public": "Public",
|
||||
"recipeCount": "{count} recipe",
|
||||
"recipeCountPlural": "{count} recipes",
|
||||
"discoverTitle": "Discover",
|
||||
"discoverSubtitle": "Trending and recently shared public collections",
|
||||
"myCollectionsLink": "My collections",
|
||||
"trendingThisWeek": "Trending this week",
|
||||
"recentlyAdded": "Recently added",
|
||||
"noTrending": "No trending collections yet",
|
||||
"noRecent": "No public collections yet",
|
||||
"exportPdf": "Export as PDF",
|
||||
"shareTitle": "Share collection",
|
||||
"shareDescription": "Invite people to view or edit this collection.",
|
||||
|
||||
Reference in New Issue
Block a user