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

Update documentation for DevTools and fix some ESLint warnings #911

Merged
merged 8 commits into from
Jan 2, 2018

Conversation

IGassmann
Copy link
Contributor

This fixes ESLint warnings concerning anonymous functions and updates the documentation for the project's DevTools.

@IGassmann IGassmann self-assigned this Dec 28, 2017
@IGassmann IGassmann changed the title Issue/763 Update Documentation for DevTools and fix some ESLint warnings Dec 28, 2017
@IGassmann IGassmann changed the title Update Documentation for DevTools and fix some ESLint warnings Update documentation for DevTools and fix some ESLint warnings Dec 28, 2017
Copy link
Contributor

@liamcardenas liamcardenas left a comment

Choose a reason for hiding this comment

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

Overall awesome changes, I think the contributing doc is much stronger now

README.md Outdated

### Ongoing Development
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you take out this section? I don't see any explanation for how people are supposed to do ongoing dev

Copy link
Contributor

Choose a reason for hiding this comment

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

ah nvm i see that its in contributing.md, but I think its still worth mentioning in this doc

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added a "Running" section. Eventually, we will be able to run the app without HMR by using yarn start. For the meantime, it's only yarn dev.

@liamcardenas liamcardenas merged commit c894567 into master Jan 2, 2018
@IGassmann IGassmann deleted the issue/763 branch February 27, 2018 15:28
Ruk33 pushed a commit that referenced this pull request Feb 25, 2022
…#911)

## Issue
535

## Change
- Header: Use the "channel list undefined" instead of "active channel url undefined" to determine if the button should be "pending".
- App: restore the use of `activeChannelClaim` instead of `activeChannelId`. In the existing design, the latter is never cleared is some situations, so the former is more accurate as it takes the current channel list into account. We might want to hide (not export) `activeChannelId` to avoid this mis-use again.
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.

2 participants