Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r109031856
--- Diff: app/addons/fauxton/navigation/stores.js ---
@@ -94,8 +107,7 @@ Stores.NavBarStore = FauxtonAPI.Store.extend
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/893
+1 pending travis and addressing my comment
---
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 user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/893#discussion_r108957741
--- Diff: app/addons/documents/index-results/actions.js ---
@@ -63,8 +63,9 @@ export default {
if (responseText.reason
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/892#discussion_r108677355
--- Diff: assets/less/formstyles.less ---
@@ -78,25 +78,52 @@ button:focus {
}
}
}
-.btn-primary {
- background
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/892
I noticed that hovering over database names on the `_all_dbs` page doesn't
change the link text color. Is that your intent?
---
If your project is set up for it, you can reply to
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/892#discussion_r108674467
--- Diff: assets/less/templates.less ---
@@ -177,13 +177,12 @@
font-weight: normal;
font-family: helvetica
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/892#discussion_r108672812
--- Diff: assets/less/formstyles.less ---
@@ -78,25 +78,52 @@ button:focus {
}
}
}
-.btn-primary {
- background
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/892#discussion_r108672779
--- Diff: assets/less/formstyles.less ---
@@ -78,25 +78,52 @@ button:focus {
}
}
}
-.btn-primary {
- background
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/892#discussion_r108672638
--- Diff: assets/less/formstyles.less ---
@@ -78,25 +78,52 @@ button:focus {
}
}
}
-.btn-primary {
- background
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/892
Looks like you're reintroducing the bug fixed in
https://github.com/apache/couchdb-fauxton/pull/891. You might want to consider
rebasing this branch onto master.
---
If your proje
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108500571
--- Diff: app/addons/fauxton/navigation/stores.js ---
@@ -94,8 +107,7 @@ Stores.NavBarStore = FauxtonAPI.Store.extend
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499614
--- Diff: app/addons/fauxton/navigation/container/NavBar.js ---
@@ -0,0 +1,77 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499644
--- Diff: app/addons/fauxton/navigation/stores.js ---
@@ -10,24 +10,37 @@
// License for the specific language governing permissions and
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499514
--- Diff: app/addons/fauxton/navigation/actiontypes.js ---
@@ -19,5 +19,9 @@ export default {
NAVBAR_SET_VERSION_INFO
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499571
--- Diff: app/addons/fauxton/navigation/components/NavBar.js ---
@@ -0,0 +1,107 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499467
--- Diff: app/addons/fauxton/appwrapper.js ---
@@ -49,27 +53,52 @@ class ContentWrapper extends React.Component {
}
}
-const
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108499424
--- Diff: app/addons/auth/base.js ---
@@ -19,58 +19,46 @@ Auth.session = new Auth.Session();
FauxtonAPI.setSession(Auth.session
Github user millayr closed the pull request at:
https://github.com/apache/couchdb-fauxton/pull/808
---
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 user millayr reopened a pull request:
https://github.com/apache/couchdb-fauxton/pull/891
Remove extra spacing on dashboard content when navbar minimized
Before:
;
var WebpackDev = require('webpack-dev-server
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106692659
--- Diff: test/test.config.underscore ---
@@ -12,7 +12,7 @@
// License for the specific language governing permissions and limitations
under
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106698032
--- Diff: webpack.config.release.js ---
@@ -49,51 +73,71 @@ module.exports = {
},
module: {
-preLoaders
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/868#discussion_r106686584
--- Diff: devserver.js ---
@@ -98,9 +81,33 @@ var runWebpackServer = function () {
// don't explode on cancelled req
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/issues/866
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 this feature
enabled and wishes so, or
Github user millayr closed the issue at:
https://github.com/apache/couchdb-fauxton/issues/866
---
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
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/issues/866
PR: https://github.com/apache/couchdb-fauxton/pull/867
---
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
GitHub user millayr opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/867
Update layout for pages with secondary nav
When rendering the permanent notification at the top of the screen (see
https://github.com/apache/couchdb-fauxton/pull/865), we noticed a bug in
GitHub user millayr opened an issue:
https://github.com/apache/couchdb-fauxton/issues/866
Permanent notification layout bug on pages with secondary nav
When rendering the permanent notification banner on pages that have the
secondary nav, we cover a portion of the content window
Github user millayr commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/864
+1 after tests
---
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
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105734625
--- Diff: app/addons/replication/components/common-table.js ---
@@ -0,0 +1,406 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105738831
--- Diff: app/addons/replication/components/common-table.js ---
@@ -0,0 +1,406 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105743148
--- Diff: app/addons/replication/components/replicate-activity.js ---
@@ -0,0 +1,116 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105743029
--- Diff: app/addons/replication/components/replicate-activity.js ---
@@ -0,0 +1,116 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105734764
--- Diff: app/addons/replication/components/common-table.js ---
@@ -0,0 +1,406 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105718172
--- Diff: app/addons/replication/components/common-activity.js ---
@@ -0,0 +1,107 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105717253
--- Diff: app/addons/replication/components/common-activity.js ---
@@ -0,0 +1,107 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105717406
--- Diff: app/addons/replication/components/common-activity.js ---
@@ -0,0 +1,107 @@
+// Licensed under the Apache License, Version 2.0 (the
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105749148
--- Diff: app/addons/replication/route.js ---
@@ -39,25 +41,31 @@ const ReplicationRouteObject =
FauxtonAPI.RouteObject.extend
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105711712
--- Diff: app/addons/replication/api.js ---
@@ -228,38 +255,176 @@ export const parseReplicationDocs = (rows) => {
status:
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105748635
--- Diff: app/addons/replication/controller.js ---
@@ -186,25 +208,79 @@ export default class ReplicationController extends
React.Component
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105750432
--- Diff: app/addons/replication/stores.js ---
@@ -77,6 +110,23 @@ const ReplicationStore = FauxtonAPI.Store.extend({
this._activitySort
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105690327
--- Diff: app/addons/replication/api.js ---
@@ -16,6 +16,30 @@ import app from '../../app';
import FauxtonAPI from '
Github user millayr commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105683957
--- Diff: app/addons/replication/actions.js ---
@@ -171,13 +298,20 @@ const deleteDocs = (docs) => {
});
};
-co
61 matches
Mail list logo