]> Eric's Git Repo - listv4.git/commit
Added chat support and other enhancements main
authorEric Wertz <ericwertz@Erics-MacBook-Pro.local>
Sat, 9 Aug 2025 23:36:38 +0000 (19:36 -0400)
committerEric Wertz <ericwertz@Erics-MacBook-Pro.local>
Sat, 9 Aug 2025 23:36:38 +0000 (19:36 -0400)
commit88f35c97acd5cf7735ca69de338cd9aa3bde1022
tree297a0a052032f084e74755a21b3b00a56faf7c48
parente1f7469bd2b17faaa463905ce7f5b93076afaa28
Added chat support and other enhancements
45 files changed:
.gitignore
Makefile
backend/AuthController.cpp
backend/AuthController.h
backend/ChatController.cpp [new file with mode: 0644]
backend/ChatController.h [new file with mode: 0644]
backend/Controller.cpp
backend/Controller.h
backend/DBQuery.h
backend/Database.h
backend/HTTPRequest.cpp
backend/HTTPRequest.h
backend/HTTPRequestRouter.cpp
backend/HTTPRequestRouter.h
backend/HTTPResponse.cpp
backend/ListController.cpp
backend/ListController.h
backend/SettingsHelper.cpp [new file with mode: 0644]
backend/SettingsHelper.h [new file with mode: 0644]
backend/StreamingResponse.cpp [new file with mode: 0644]
backend/StreamingResponse.h [new file with mode: 0644]
backend/main.cpp
frontend/app/AppContext.tsx
frontend/app_routes.tsx
frontend/components/Accordion.tsx [new file with mode: 0644]
frontend/components/BottomBarContainer.tsx [new file with mode: 0644]
frontend/components/ChatConversation.tsx [new file with mode: 0644]
frontend/components/ChatInputForm.tsx [new file with mode: 0644]
frontend/components/ChatMessage.tsx [new file with mode: 0644]
frontend/components/Icons.tsx
frontend/components/ListContext.tsx
frontend/components/LoadingSpinner.tsx
frontend/components/Toolbar.tsx
frontend/components/ToolbarButton.tsx
frontend/components/TopBarContainer.tsx [new file with mode: 0644]
frontend/components/View.tsx [new file with mode: 0644]
frontend/esbuild.config.js
frontend/package.json
frontend/static/index.html
frontend/styles.css
frontend/tsconfig.json
frontend/views/Chat.tsx [new file with mode: 0644]
frontend/views/Home.tsx [deleted file]
frontend/views/List.tsx
frontend/views/Login.tsx