[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-14 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-92853950 @benkeen this looks great. I'm getting a strange behaviour if I view changes. Then make a few changes to the db and then click on the filter and check auto

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-92996212 Ah, drat. Good catch. What's happening is that the first time you check the auto update feature it'll show all changes that have occurred since the page was

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-93045162 Squashed merged. --- 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

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/368 --- 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

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-13 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/368#discussion_r28267782 --- Diff: app/addons/documents/changes/actions.js --- @@ -38,11 +45,59 @@ function (app, FauxtonAPI, ActionTypes) { }); },

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-13 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-92324028 @benkeen this is very cool. Could you add a small notification for each new change that is added. Maybe something like it changes colour slightly just so a

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-13 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/368#discussion_r28231276 --- Diff: app/addons/documents/changes/actions.js --- @@ -38,11 +45,59 @@ function (app, FauxtonAPI, ActionTypes) { }); },

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-13 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-92367398 @garrensmith that's a good idea, will do. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-09 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/368#discussion_r28092388 --- Diff: app/addons/documents/changes/components.react.jsx --- @@ -134,15 +135,30 @@ define([ return

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-09 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/368#issuecomment-91332920 +1 --- 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

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-09 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/368#discussion_r28093211 --- Diff: app/addons/documents/changes/components.react.jsx --- @@ -134,15 +135,30 @@ define([ return changesStore.hasFilter(filter);

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-09 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/368#discussion_r28093227 --- Diff: app/addons/documents/changes/actions.js --- @@ -38,11 +45,59 @@ function (app, FauxtonAPI, ActionTypes) { }); },

[GitHub] couchdb-fauxton pull request: Changes auto-update option added

2015-04-08 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/368 Changes auto-update option added This PR adds a Auto-update changes list option on the Changes page, within the Filters tab. When enabled, it will automatically update the page with