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

IOK Picker Dialog UI #75

Open
rianadon opened this issue May 26, 2020 · 1 comment
Open

IOK Picker Dialog UI #75

rianadon opened this issue May 26, 2020 · 1 comment

Comments

@rianadon
Copy link
Collaborator

rianadon commented May 26, 2020

For both selecting an IOK to merge and selecting an iok with the "upload iok" button:

image

we will need a more capable picker to upload both local IOKs as well as GitHub awesome lists and other IPFS and blockstack IOKs.

This component can have a callback to send the uploaded iok's json. For example, you could initialize a:

<IokPicker
  onPick={json => console.log('chosen iok', json)}
/>

The loadGraph function in SignedIn could be abstracted into a library that isn't tied from the SignedIn component's state,.
The function would need to be extended to handle local files as well as Awesome lists (requires #74), and then it could be used within the picker component.

UI mockup of the picker dialog:

Screen Shot 2020-05-25 at 7 06 03 PM

@rianadon rianadon changed the title IOK Picker UI IOK Picker Dialog UI May 26, 2020
@rustielin
Copy link
Collaborator

Maybe integrate the IoK list

@susan-lin susan-lin mentioned this issue Jun 15, 2020
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

No branches or pull requests

2 participants