solvioapp / amos-web

Moved to https://github.com/amosapp/amos
https://www.amos.app
4 stars 1 forks source link

Navigation styled according to wireframes, also responsiveness of hea… #8

Closed developerKumar closed 5 years ago

developerKumar commented 5 years ago

…der handled!

As of now, Header design is fixed according to wireframes. Multiple column handling is done, check out review screen.

hacker-DOM commented 5 years ago

Good stuff!

Ideally we'll have custom components and use Amos logo for the circle. And slightly better chatboxes - feel free to use the css here but improve the structure ;)

Finally, the Amos logo shouldn't be by itself on mobile, but next to the first chatbox. The other boxes can either be full-width underneath or aligned with the first one - I think aligned is better.. I guess we can make the logo smaller on mobile so it doesn't take up more than 20% of the width.

So, great job 🤟🏾 I'm also happy coding those changes but earlier would be Thursday. And then @sultan99 can review it

developerKumar commented 5 years ago

Okay, refactoring code, in order to use custom styled components.

developerKumar commented 5 years ago

@dteiml used styled components to handle responsive design.