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

Widgets taking more than one designated space #23

Open
bartoszhernas opened this issue Mar 11, 2016 · 6 comments
Open

Widgets taking more than one designated space #23

bartoszhernas opened this issue Mar 11, 2016 · 6 comments
Labels

Comments

@bartoszhernas
Copy link

Hey, I have just stumbled on the project after reading about it on your blog :)
I love the idea and in the spare time, I will probably write some widgets for it.

What do you think to allow each widget to take more than 1 dimension?
Eg. I can see that time widget needs 1 tile, but twitter widget would work better taking up two tiles (vertically of course). Same goes for eg. photos view which would be better to be two tiles horizontally (but one tile here is also fine). Charts are also the perfect example.

Let me know what you think!

@ochococo ochococo self-assigned this Mar 11, 2016
@ochococo
Copy link
Contributor

Hey!

Thank you.

This dillema is as old as the project itself. Personally I would be in favor but I would like to discuss this issue a little bit more. There is one problem. If you have 6 uniform widgets - none of them will block the other.

Consider this situation:
widgets

You cannot add another vertical widget. You're stuck. And that's why the Widget is 640x540 now.

Thanks for sharing your idea with us!

@bartoszhernas
Copy link
Author

Yes, it's stuck, but it's up to the user. There will be always limitations. If you add 6 current-size widgets, then you cannot also add more. I understand your point.

Just mentioned the idea, in the later stage of the project it will give much more flexibility to widgets developers.
Nevertheless, it's the perfect project for me to display GAnalytics and Stripe data which I always wanted.

Will share it later, thanks a lot for creating this!

@ochococo ochococo added this to the Widget can take more than one tile. milestone Mar 11, 2016
@ochococo
Copy link
Contributor

Yeah, you're right.

It's almost certain we will add this feature.

@ochococo ochococo modified the milestones: Widget can take more than one tile., Core 2.0 Apr 19, 2016
@ochococo ochococo removed their assignment Apr 19, 2016
@joeljfischer
Copy link

It would be nice for widgets to define multiple possible layouts. So a widget could define a 1x1 layout, 1x2, 2x1, 3x1, etc. if they wanted to.

@ochococo
Copy link
Contributor

Great idea.. Thanks!

@ochococo
Copy link
Contributor

But I'm reluctant to add complexity without some significant gain... This Issue is out from Core 2.0 for now.

@ochococo ochococo removed this from the Core 2.0 milestone May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants