qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

wip: added manual dataset creation #591

Closed boandriy closed 2 years ago

boandriy commented 2 years ago

added manual dataset creation UI

chriswhong commented 2 years ago

I pushed a commit with some major refactoring:

When the user selects a file to upload:

Note For now I have removed the ability to edit a dataset's title from the header on a dataset the user owns. I have kept all of the UI and logic for this in DatasetNameCommitModal which is unused, but we can bring this back if we need it. I think what we will probably want here is to just bring the user to the dataset editor UI if they want to edit the meta.title.

chriswhong commented 2 years ago

To get this PR across the finish line: