Product
Blog
Docs
Pricing
Log in
Sign up
saltmine/win-wall
saltmine/win-wall
/
Compare
Merge
saltmine/main
into
templates/main
20 files changed
Hide whitespace
+785
-59
README.md
+37
-41
templates/main
saltmine/main
frontend/components/App.tsx
+19
-7
frontend/index.html
+2
-2
H
index.ts
+73
-9
api
api/testimonials.ts
+73
-0
database
database/queries.ts
+55
-0
frontend/api.ts
+48
-0
frontend/components/AdminCard.tsx
+66
-0
frontend/components/Nav.tsx
+42
-0
frontend/components/TestimonialCard.tsx
+24
-0
frontend/hooks
frontend/hooks/useRoute.ts
+18
-0
frontend/pages
frontend/pages/AdminPage.tsx
+165
-0
frontend/pages/SubmitPage.tsx
+110
-0
frontend/pages/WallPage.tsx
+40
-0
shared
shared/types.ts
+13
-0