Github user deathbearbrown commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/8#discussion_r15191681
  
    --- Diff: app/addons/fauxton/components.js ---
    @@ -533,6 +533,31 @@ function(app, FauxtonAPI, ace, spin) {
     
       });
     
    +
    +  //Menu Drop down component. It takes links in this format and renders 
the Dropdown:
    +  // [{
    +  //  title: 'Section Title (optional)',
    +  //  links: [{
    +  //    icon: 'icon-class (optional)',
    +  //    url: 'clickalble-url',
    +  //    title: 'name of link'
    +  //  }]
    +  // }]
    +  Components.MenuDropDown = FauxtonAPI.View.extend({
    --- End diff --
    
    :heart: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to