mssiegel / Frempco-web-client

Frontend for frempco.com
https://www.frempco.com/
3 stars 0 forks source link

added all chats to show on teacher page #25

Closed karlrez closed 1 year ago

karlrez commented 1 year ago

for #4

Initial draft of the UI for showing all chats on teacher page:

image

@mssiegel what are your thoughts on this layout?

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
frempco ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 5, 2023 at 6:25PM (UTC)
karlrez commented 1 year ago

Hey @mssiegel @zachlankton just made the updates from the comments. Let me know of any further edits that should be added in.

Currently, I've run into a bug where the scrollDown() in Conversations is causing the entire page to scroll whenever a student sends a message, which would make the teachers page very difficult to use. I'll make another commit once I figure out a solution, but if you have any suggestions let me know!

karlrez commented 1 year ago

@mssiegel I've added the changes from the last comments. Only difference is regarding the showCopyButton prop which I changed to inAllStudentsChatDisplay. Let me know your thoughts, I can go back and update if needed.

karlrez commented 1 year ago

@mssiegel just added those changes in. Only additional addition was changing the inAllStudentsChatDisplay prop to inAllStudentChatsDisplay, figured the spelling should match the component name