GitHub user benkeen opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/650

    Make DesignDocSelector into a dumb component

    The dumbifies the DesignDocSelector to remove all ties a to
    store and passes everything via props so we can get more use out
    of it. Specifically, I need this for my next PR which includes
    a new, generic Clone Index modal that'll use this component
    in different contexts (i.e. all index types).
    
    Also includes validation in the component to make it more
    self-contained and allows for better UX by focusing on error fields.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benkeen/couchdb-fauxton 
design-doc-selector-update

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/650.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #650
    
----
commit 3e04c6f5798ef4ce5dba7d4bf9736937b29d54a5
Author: Ben Keen <[email protected]>
Date:   2016-02-19T19:05:04Z

    Make DesignDocSelector into a dumb component
    
    The dumbifies the DesignDocSelector to remove all ties a to
    store and passes everything via props so we can get more use out
    of it. Specifically, I need this for my next PR which includes
    a new, generic Clone Index modal that'll use this component
    in different contexts (i.e. all index types).
    
    Also includes validation in the component to make it more
    self-contained and allows for better UX by focusing on error fields.

----


---
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