KokoIRC / koko

Yet another IRC client for me and you :koko:
https://github.com/KokoIRC/koko
MIT License
307 stars 27 forks source link

Layout is not responsive #30

Open AriTheElk opened 7 years ago

AriTheElk commented 7 years ago

Preview of issue

My primary field is UI/UX engineering, so most of my reported issues and changes are going to be related to that. This isn't something that's extremely urgent, but needs to get done eventually. I have an idea for fixing this by using a minimal react grid system, but I'm going to fix a few other important issues first.

I may resolve this alongside #27

AriTheElk commented 7 years ago

It may be possible to resolve a large chunk of this issue by implementing a minimum window size.

AriTheElk commented 7 years ago

I have recently released a responsive flexbox based grid system called hedron. It's extremely lightweight and modern.

We shouldn't implement until it matures out of the pre-release stage, but at that point we should be a lot closer to being able to implement this (after implementing styled-components #35).