Skip to content

Commit 4625b5e

Browse files
committed
feat: add featured configs, seed data, and enhanced sorting
- Add featured field to configs table for curation - Create 20 seed configs covering frontend, backend, DevOps, security, etc - Add Featured badge to Explore page with subtle design - Replace sort buttons with dropdown (Featured/Installs/This Week/New/Recent) - Update landing page copy to be pain-focused - Add trending (this week) and new (by created_at) sort options
1 parent d41bf08 commit 4625b5e

File tree

5 files changed

+229
-96
lines changed

5 files changed

+229
-96
lines changed

migrations/0008_add_featured.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Add featured flag to highlight curated configs on the explore page
2+
ALTER TABLE configs ADD COLUMN featured INTEGER DEFAULT 0;

0 commit comments

Comments
 (0)