Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C396D17E7E for ; Fri, 31 Oct 2014 01:05:30 +0000 (UTC) Received: (qmail 13433 invoked by uid 500); 31 Oct 2014 01:05:30 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 13378 invoked by uid 500); 31 Oct 2014 01:05:30 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 13366 invoked by uid 99); 31 Oct 2014 01:05:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 01:05:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AF1F4A0571A; Fri, 31 Oct 2014 01:05:29 +0000 (UTC) From: benkeen To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fauxton pull request: Initial version of an all-purpose lo... Content-Type: text/plain Date: Fri, 31 Oct 2014 01:05:29 +0000 (UTC) GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/119 Initial version of an all-purpose lookahead-tray component. This isn't quite complete yet - I've done a couple of unusual things, so I want to open it up to discussion first. You can see a particular instantiation of the component by going to a database, then clicking on the database name. That will open up a tray where you can type to get a list of other matching databases. Clicking or selecting the item from the list will take you to that particular DB page. Closes COUCHDB-2420 You can merge this pull request into a Git repository by running: $ git pull https://github.com/benkeen/couchdb-fauxton 2420-new-lookahead-tray Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/119.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 #119 ---- commit 564ada75b98844f25d5762160172f4ca1c3c5eff Author: Benjamin Keen Date: 2014-10-31T01:02:39Z Initial version of an all-purpose lookahead-tray component. This isn't quite complete yet - I've done a couple of unusual things, so I want to open it up to discussion first. You can see a particular instantiation of the component by going to a database, then clicking on the database name. That will open up a tray where you can type to get a list of other matching databases. Clicking or selecting the item from the list will take you to that particular DB page. Closes COUCHDB-2420 ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---