Add robust themes, drag-drop layout, and manual screenshot controls

This commit is contained in:
Nate Emmert
2026-03-18 14:33:21 -04:00
parent 38e5ed7906
commit a06830281d
5 changed files with 1375 additions and 121 deletions
+1
View File
@@ -5,6 +5,7 @@ export type Project = {
title: string
domain: string
url: string
thumbnailUrl?: string
readmeUrl?: string
category: string
access: 'Public' | 'Login required' | 'Mixed'