From d8a6815def66e1695373a1951b68d63c14ff985b Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sun, 28 Sep 2025 23:46:10 -0500 Subject: [PATCH] Added modern attachment interaction for chat interface #PHO-2. --- .idea/workspace.xml | 45 ++++- package-lock.json | 9 + package.json | 1 + src/app/components/ChatBubble.jsx | 29 ++- src/app/services/Photos/photoService.js | 199 ++++++++++++++++++ src/app/services/index.js | 3 + src/app/views/Chat/Chat.jsx | 256 +++++++++++++----------- src/index.css | 11 +- 8 files changed, 417 insertions(+), 136 deletions(-) create mode 100755 src/app/services/Photos/photoService.js create mode 100755 src/app/services/index.js diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f2e4138..7697d55 100755 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,19 @@