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

DatArchive.selectArchive #501

Merged
merged 24 commits into from Jun 4, 2017

Conversation

Projects
None yet
2 participants
@taravancil
Member

taravancil commented Jun 4, 2017

This adds:

  • A new DatArchive method, selectArchive(), which prompts the user to select or create an archive and returns the URL of the selected archive
  • A new modal for selecting an archive
var archive = await DatArchive.selectArchive({
  title: "Pick the archive you'd like to edit",
  buttonLabel: "Edit",
  filters: {writable: true}
})

screen shot 2017-06-04 at 1 11 55 pm

screen shot 2017-06-04 at 1 11 31 pm

@taravancil taravancil requested a review from pfrazee Jun 4, 2017

@pfrazee

pfrazee approved these changes Jun 4, 2017

Great work! 👍 👍 👍

@pfrazee pfrazee merged commit 9ebc4d0 into master Jun 4, 2017

@pfrazee pfrazee deleted the dat-picker branch Jun 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment