Product
Blog
Docs
Pricing
Log in
Sign up
the_haven/haven-housing-directory
the_haven/haven-housing-directory
/
Compare
Merge
the_haven/main
into
templates/main
19 files changed
Hide whitespace
+2624
-92
README.md
+19
-56
templates/main
the_haven/main
frontend/components/App.tsx
+603
-6
frontend/index.html
+2
-2
H
index.ts
+343
-10
AGENTS.md
+41
-0
STAFF-GUIDE.md
+142
-0
backend
backend/auth.ts
+63
-0
C
backend/cron.ts
+58
-0
backend/db.ts
+335
-0
backend/discover.ts
+183
-0
backend/seed.ts
+109
-0
backend/verify.ts
+154
-0
frontend/components/AdminUsers.tsx
+128
-0
frontend/components/ListingForm.tsx
+130
-0
frontend/components/ListingsTable.tsx
+149
-0
frontend/components/StatsPanel.tsx
+88
-0
frontend/types.ts
+77
-0
frontend/components/Counter.tsx
+0
-18