django-spaghetti-and-meatballs icon indicating copy to clipboard operation
django-spaghetti-and-meatballs copied to clipboard

A lot of each popup in the example is off-screen

Open andybak opened this issue 9 years ago • 4 comments

You must have a much bigger monitor than me.

Design flaw, though. No?

andybak avatar Aug 26 '15 01:08 andybak

Is this in the aristotle example? If so each of those models has a lot of fields which is tricky to manage.

I'm still working with visjs to make popups stay when clicked which would make it possible to add a scrolling region to popup.

If you have any suggestions I'd be open to a PR.

LegoStormtroopr avatar Aug 26 '15 01:08 LegoStormtroopr

Is this in the aristotle example?

Yep.

If you have any suggestions I'd be open to a PR.

I'm not familiar with the js library you're using but if I get time, I'll have a play. Maybe make it optional to show some of the info? i.e. have just fieldnames as the default and allow other info to be turned on and off?

Also - 2+ columns instead of 1?

andybak avatar Aug 26 '15 19:08 andybak

Any progress with this one?

dmussaku avatar May 26 '16 09:05 dmussaku

There isn't really a fix for this that will suit every one. I've tweaked the demo example, but I'm using it for a very specific purpose.

However, If you want to restyle how each ode looks you can just override this template in your project:

/templates/django_spaghetti/meatball.html

LegoStormtroopr avatar May 28 '16 04:05 LegoStormtroopr