Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reactify #820

Closed
wants to merge 8 commits into from
Closed

Reactify #820

wants to merge 8 commits into from

Conversation

garrensmith
Copy link
Member

No description provided.

@garrensmith
Copy link
Member Author

This is pretty cool +384 −2,112

Copy link
Contributor

@robertkowalski robertkowalski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so great! <3

+1 after deleting commented stuff

const toggleMenu = sinon.spy();
const burgerEl = mount(<Views.Burger toggleMenu={toggleMenu} />);
burgerEl.simulate('click');
//TestUtils.Simulate.click(ReactDOM.findDOMNode(burgerEl));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

args.splice(0, 1, eventName, this);
broadcaster.trigger.apply(broadcaster, args);
},

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pure joy!

authPromise = FauxtonAPI.auth.checkAccess(roles);
routeUrls.forEach(route => {
this.route(route, route.toString(), (...args) => {
//const args = Array.prototype.slice.call(arguments),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete comment

<% if (development) {%>
<script src="/templates.js" type="text/javascript"></script>
<%}%>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finally! :)

@robertkowalski
Copy link
Contributor

+1

asfgit pushed a commit that referenced this pull request Dec 8, 2016
This removes the last parts of backbone.layout manager. We now have a
single React entry point.

PR: #820
PR-URL: #820
Reviewed-By: Robert Kowalski <rok@kowalski.gd>
@robertkowalski
Copy link
Contributor

merged!

millayr pushed a commit to millayr/couchdb-fauxton that referenced this pull request Dec 19, 2016
This removes the last parts of backbone.layout manager. We now have a
single React entry point.

PR: apache#820
PR-URL: apache#820
Reviewed-By: Robert Kowalski <rok@kowalski.gd>
@garrensmith garrensmith deleted the reactify branch January 3, 2018 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants