christopherreay / thisEqualsThat_frontEnd

Online, collaborative pipeline for visualising information
GNU General Public License v3.0
6 stars 5 forks source link

Sizes of major components #76

Open christopherreay opened 7 years ago

christopherreay commented 7 years ago

Andrew. Can you have the sizes of the boxes deliberately fit inside the screen.

Also with the over lapping of stuff when there is a "That" Model (i.e. two models) on the screen.

Can you think of something better to do with the "That Model" Drop down

Also in general the drop downs are just white boxes without the arrow which would be expected for a combobox.

bertonbeil commented 7 years ago

Hmm, I see the problem.

christopherreay commented 7 years ago

:)

The contents of the SVG sizes itself. And the sliders on the left and side can be inside scroll bars if necessary (this happens when there is a that model on the screen).

So there should be quite a lot of flexibility in being able to size the panels to fit the screen perfectly.

It seems like it should be quite straightforward to do with straight css. But if there are things that you need js for, just do it

thanks :) xx

christopherreay commented 7 years ago

Im also thinking of something much more radical to the change of the design.... Ill make some pictures

bertonbeil commented 7 years ago

@christopherreay I probably find solution, when I lookin in html staructure in chrome-devtool I noticed one think: image

the bottomModelDiv inside topModelDiv, in my opinion first of all need reappend bottomModelDiv to parent container.

christopherreay commented 7 years ago

Yes, I agree.

great picture :)

In the future, there really shouldnt be top and bottom, but 1, 2, 3, ..., n

Go for it! Ill be around all day xx