Commit c215471
committed
feat: add signup page and registration check
- Implemented a new signup page with form validation and user registration functionality.
- Added actions to check if registration is allowed based on platform configuration.
- Created necessary database tables for chat and user configurations.
- Updated proxy logic to allow access to the signup page without authentication.
- Introduced WhatsApp-related types and schemas for better type safety.
- Added a test socket script for sending messages via WhatsApp.1 parent a770ab8 commit c215471
File tree
27 files changed
+2631
-1630
lines changed- .claude
- drizzle
- meta
- src
- app
- login
- signup
- whatsapp/[slug]/chats
- config
- db
- schema
- lib
- whatsapp-types
- test-socket
27 files changed
+2631
-1630
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
This file was deleted.
0 commit comments