Product
Blog
Docs
Pricing
Log in
Sign up
alexwein/gridEdit5x5
alexwein/gridEdit5x5
/
Compare
Merge
alexwein/main
into
stevekrouse/main
16 files changed
Hide whitespace
+599
-172
README.md
+16
-2
stevekrouse/main
alexwein/main
backend/README.md
+6
-2
backend/database/README.md
+18
-9
backend/database/queries.ts
+59
-23
H
backend/index.ts
+23
-17
frontend/README.md
+16
-4
frontend/components/App.tsx
+45
-43
frontend/index.html
+1
-1
frontend/index.tsx
+2
-2
frontend/style.css
+181
-25
shared/README.md
+13
-2
shared/utils.ts
+23
-3
H
backend/getgrids.ts
+16
-0
frontend/components/GridEditor.tsx
+117
-0
frontend/components/SavedGridsView.tsx
+63
-0
frontend/components/MessageInput.tsx
+0
-39