Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 16997 invoked from network); 5 Jul 2009 20:48:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jul 2009 20:48:22 -0000 Received: (qmail 27259 invoked by uid 500); 5 Jul 2009 20:48:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 27182 invoked by uid 500); 5 Jul 2009 20:48:31 -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 27171 invoked by uid 99); 5 Jul 2009 20:48:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 20:48:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of volker.mische@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 20:48:19 +0000 Received: by fxm28 with SMTP id 28so4428338fxm.11 for ; Sun, 05 Jul 2009 13:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=21rnZd+k4UaXKt/nbQ7bokrwXfqJz4fhjBbefHcaPRU=; b=niIUE81SF5MYh3khtzZ5okTgUYLjkGhIbUiGu4AKRtMMtq7OH5rC/SOxEoZNE/m4hZ MEHYxDoVNnSoKwkKTOSo4wAWHsKWJEkNZ7Z/45r6y45Fl1+f3dH/TfdFTkJXWDyjJo8S 8NlkqHyP/f0S2aI6OUW3J0GW4TqVEMeUS+XTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=i1BIteaoOGh5xHL2lpunambsFssSzxiS+FYC+zpTBbXfVAd53sjpP4TyL7Ft6fvdfg 2a69wW4p6J8Y5vqm0TdsLnCvy/Qh3OPpSbb9CKWGrYBFA2LONGPbSqFHJdcSVCNfLWZX f3/iHkOdjrDfWSBtS3hM+P3AH3y/ZVG+s8UAI= Received: by 10.204.102.15 with SMTP id e15mr3757752bko.196.1246826878141; Sun, 05 Jul 2009 13:47:58 -0700 (PDT) Received: from ?192.168.0.136? (dslb-088-064-086-218.pools.arcor-ip.net [88.64.86.218]) by mx.google.com with ESMTPS id d13sm10266916fka.2.2009.07.05.13.47.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Jul 2009 13:47:57 -0700 (PDT) Message-ID: <4A51117C.5080000@gmail.com> Date: Sun, 05 Jul 2009 22:47:56 +0200 From: Volker Mische User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Hiding Futon's sidebar Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, every time I use Futon, I'd love to hide the sidebar. As it isn't a frame any more it wasn't too hard to achieve. It's more a proof of concept rather than shiny code. If someone has better ideas to show/hide the sidebar, please let me know. The code is at http://github.com/vmx/couchdb/tree/hide-sidebar , the diff is here http://github.com/vmx/couchdb/commit/4a0f989c766a0c4cfa997d20b84f1b104480e37c What needs to be done to get something similar upstream? Cheers, Volker