Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 characters across grid and tweak relative grid sizing #96

Open
efortuna opened this issue Apr 30, 2019 · 3 comments
Open

3 characters across grid and tweak relative grid sizing #96

efortuna opened this issue Apr 30, 2019 · 3 comments

Comments

@efortuna
Copy link
Collaborator

for the super large layout, we should have 3 characters across the top.
Also, let's be honest, they are the most visually exciting thing on the app -- we could make that column take up more screen real-estate in general (50% ? 40%?)
The tasks to be worked on can be the same size, but make the "completed"/launch column narrower.

@luigi-rosso
Copy link
Contributor

I was going to do this by putting a max width (or something of the equivalent) on each of the task columns, basically some max width at which the buttons still look good, and give the remaining space to the characters panel. Then I was thinking that we could dynamically determine the number of horizontal cells by using some "best fit" cell width for the characters. This way on wider screens it'll fit more characters horizontally as that column grows.

@neurowave
Copy link

We were discussing the same exact idea in an email thread from Filip yesterday!

@efortuna
Copy link
Collaborator Author

efortuna commented May 1, 2019

yes I saw that thread, I just wanted to make a bug to formalize it. :-) thanks!

luigi-rosso added a commit that referenced this issue May 1, 2019
Improving layout for wide screens. Issue #96.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants