mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Links in Properties view are not clickable #82

Closed paulvi closed 7 years ago

paulvi commented 8 years ago

It would be nice to have Links in Properties view to be clickable

<div class="resource"><div class="properties">
    <h2>Properties</h2>
    <pre>{
  "links": [
    {
      "rel": "customer",
      "href": "http://localhost:8080/rest/customer{?page,size,sort}"
    },
    {
      "rel": "profile",
      "href": "http://localhost:8080/rest/profile"
    }
  ]
}</pre>
</div><div class="links">
    <h2>Links</h2>
    <table class="table">
        <thead>
        <tr>
            <th>rel</th>
            <th>title</th>
            <th>name / index</th>
            <th>docs</th>
            <th>GET</th>
            <th>NON-GET</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div></div>
upachler commented 7 years ago

Yeah, that feature is dearly missed!

++1

upachler commented 7 years ago

Hi, I implemented that.. :)

upachler commented 7 years ago

Now that my change is merged, could this issue be closed now? Also, it'd be nice to make a new webjars release of hal-browser that has that change - how can we do that?

mikekelly commented 7 years ago

no idea about webjars, sorry

leanjaxrs commented 7 years ago

already done :)

-> On the webjars.org page, you can simply request a new version, and the folks there pull it from your git repo and get it deployed to Maven central (hal-browser is a 'classic webjar' as they call it).