Skip to main content

Hello,

We would like a little adjustement to the default MAP view or options to let’s us costumize this part, at least.

Actually the MAP view design is very large and not compact, many people ask to review that problem, so we change some options directly to the code to have a better and usefull rendering.

As you can see, the Titles are centered and the boxes are more compact. It’s clearly better.

 

Actually, each time we need to customize and edit the hardcoded values… it's not practical.

 

There is some customized references: 

REMOVE the “to much” marked black rectangle

./lib/js-ng/main.js
=> 'stroke-width': 3 => 1

MAIN PAGE

To remove the scrollbar to have all maps displayed.

=> ./static/4116.a0260617.js => 4116.456a1713.js

mapsList:{
=> max-height:425px => 9999px (to remove the limit)
=> overflowY:"hidden" (to remove the scrollbar)

 

BOX COMPACT FORM:

return{wrapper:{backgroundColor
=> heigth:"auto" / minWidth:"175px"

wrapper:{cursor
=> 70px => auto

return{name:
=> return{name:{height:"auto"
=> textAlign:"center"

{title:{height:
=> marginTop:"40px"

wrapper:{left:0
=> position:"relative"

./static/2358.f78644ca.js => 9474.0bad2e00.js
last-child
=> padding-bottom 24 => 18

 

Best Regards,

NewDiscussion ongoing

 

Hello ​@DarkT,

Thanks for your idea. We're currently considering a redesign of this page, as it indeed suffers from usability issues. The approach that seems most appropriate to us is the one used on the new Dashboards, based on two distinct listing types:

 

1/ View as list

view as list

Very handy when it comes to administrate your Maps (sharing, sorting...), especially when the list is long. 

 

2/ View as cards

view as cards​​

More visual way of displaying your Maps, including thumbnails representing part of your Maps.

We could also add the custom pictogram currently used to represent each Map.

 

What do you think, would it fit your needs?

Best,