sd012gfhkhhvh / Slate.AI

A Real Time Whiteboard for doodling with multiple peoples
https://slate-ai.vercel.app
MIT License
11 stars 16 forks source link

Updated Landing page UI and fixed UI in room page #17

Closed 0xMishra closed 7 months ago

0xMishra commented 7 months ago

Updated Landing page UI and fixed UI in room page #16

Title : Enhancing the UI of the landing page and fixing UI in room page

Issue No. : 16

Code Stack : .jsx

Close #16

Video/Screenshots (mandatory)

The Updated UI of landing page in desktop and mobile view Screenshot 2024-01-19 132523 Screenshot 2024-01-19 132551

Now in the room page you can see that there is no scrollbar in the chatbox component Screenshot 2024-01-19 133259

The canvas components have dotted borders and appropriate amount of space on the screen Screenshot 2024-01-19 133556

Checklist:

Are you contributing under any Open-source programme? Contributing under JWOC

vercel[bot] commented 7 months ago

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

Name Status Preview Comments Updated (UTC)
slate-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 19, 2024 0:34am
sd012gfhkhhvh commented 7 months ago

2

@mishra811 the text area is still overflowing. and in mobile view its even more horible. Try to give all the components of the chatbox a height and max-height w.r.t the parent div(you can use % instade of px or rem.) And keep the send button just right to the text area.

0xMishra commented 7 months ago

It was working fine locally when I changed it. Let me look into it

0xMishra commented 7 months ago

Is it ok now ?

sd012gfhkhhvh commented 7 months ago

Is it ok now ?

It's looking good, I will merge after review

sd012gfhkhhvh commented 7 months ago

issue #16 has been resolved and merged into dev