mulesoft / api-console

An interactive REST console based on RAML/OAS files
Other
911 stars 237 forks source link

HTTP methods overlap with resource name - space is expensive #161

Closed sichvoge closed 7 years ago

sichvoge commented 9 years ago

image

As you can see in the imagine above the HTTP methods easily overlap with the resource name when they are getting larger. It would be good to maybe not have them on the same line, maybe that could be a table with two rows one column using the first for the resource name and the second for the http methods.

I would also argue if we need to show all traits/resource types next to the resource name. If we have multiple traits, that can get messy as well. Maybe just one box next to it that has a hover effect and list all applied traits as a "tooltip". Therefore you only have a single traits button.

I am using Chrome on my Mac OSX with the latest version of the console on Anypoint Platform.

nmarinel01 commented 7 years ago

Hi @sichvoge, this seems to be fixed using latest release. Can you verify and reopen if applies ? Regards !