Commit 5071615
feat: connect new backend conversation with frontend (#182)
* Added frontend
* fix `/conversations` payload
* remove prettier from build
* fix dark mode
* fix suggestedquestions
* fix conversation ui
- backend: order messages by created_at
- fix conversations payload
* add confirmation prompt before deletion
---------
Signed-off-by: error9098x <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Co-authored-by: Jack Luar <[email protected]>1 parent d7f3827 commit 5071615
File tree
11 files changed
+8642
-803
lines changed- backend/src/database
- frontend/nextjs-frontend
- app
- components
11 files changed
+8642
-803
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments