APUOPE-RE / frontend

repo for the frontend
0 stars 0 forks source link

TASK Make UI responsive and usable on different resolutions #55

Open tan-at opened 2 weeks ago

tan-at commented 2 weeks ago

Currently, the app's UI works as intended when used on a "normal-sized" desktop view.

When the app is used on a 2560x1440 resolution screen, the frontend UI doesn't look good. Examples with the chatbot view. Problems are similar in other views, with the forms and other parts of the UI not centering, somehow always forcing the user to scroll down a bit:

Chatbot view in 2560x1440. Notice the overly wide left side for choosing old conversations, and the bottom field for inserting text and the button for submitting, are both cut out of the screen; only visible when scrolling down: image

Chatbot view in 1920x1080. Similar problems as above: image

Chatbot view in 960x1080. Similar problems as above. Somehow feels the most usable one: image

Notice the problems with:

App has a responsive UI that can be used on different-sized screens. Test with 960x1080, 1920x1080 and, if possible, 2560x1440 screens/windows.

The design for the chat screen can be inspired by ChatGPT. View in 2560x1440: image

View in 1920x1080: image

View in 960x1080 (half of the screen with 1920x1080): image

tan-at commented 2 weeks ago

Related task for mobile UI design: TASK Design UI for mobile users 54