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

Repositories #101

Merged
merged 26 commits into from
Jul 4, 2016
Merged

Repositories #101

merged 26 commits into from
Jul 4, 2016

Conversation

joshaber
Copy link
Contributor

Dependent on #97

Add repositories to the app via dragon drop and store them in IndexedDB.

screen shot 2016-06-30 at 3 18 27 pm

@joshaber
Copy link
Contributor Author

👀 🙏

@joshaber
Copy link
Contributor Author

joshaber commented Jul 1, 2016

This diff is more reasonable now 🎉

@shiftkey
Copy link
Member

shiftkey commented Jul 1, 2016

via dragon drop

return new Repository()
const gitHubRepository = json.gitHubRepository
if (gitHubRepository) {
return new Repository(json.path, GitHubRepository.fromJSON(json.gitHubRepository))

This comment was marked as spam.

This comment was marked as spam.

@shiftkey
Copy link
Member

shiftkey commented Jul 1, 2016

This all seems rather nice. Anything in particular you'd like me to focus on when reviewing/testing?

@joshaber
Copy link
Contributor Author

joshaber commented Jul 1, 2016

Anything in particular you'd like me to focus on when reviewing/testing?

The things that come to mind are: (1) repositories persist across relaunches, (2) repositories show up in the list when dragged in.

@niik niik mentioned this pull request Jul 1, 2016
1 task
@@ -27,7 +27,6 @@ export default class SharedProcess {
this.window.loadURL(`file://${__dirname}/shared.html`)

if (process.env.NODE_ENV === 'development') {
this.window.show()

This comment was marked as spam.

This comment was marked as spam.

@shiftkey
Copy link
Member

shiftkey commented Jul 4, 2016

Changes look good, tested drag-and-drop and persistence. Just that note about the dev tools experience and this is good to 🚢

@joshaber
Copy link
Contributor Author

joshaber commented Jul 4, 2016

🌁

@shiftkey
Copy link
Member

shiftkey commented Jul 4, 2016

🎱

@shiftkey shiftkey merged commit 714467c into master Jul 4, 2016
@shiftkey shiftkey deleted the repositories branch July 4, 2016 01:57
private dispatch<T>(action: Action): Promise<T> {
const copiedAction = Object.assign({}, action)
delete copiedAction.name
return this.send(action.name, action)

This comment was marked as spam.

This comment was marked as spam.

joshaber added a commit that referenced this pull request Jul 5, 2016
This was referenced Jul 5, 2016
@niik niik mentioned this pull request Jul 6, 2016
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

3 participants