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

fix(*): Welcome, ChoosePeername, AddDataset, CreateDataset #75

Merged
merged 6 commits into from
Jul 30, 2019
Merged

Conversation

ramfox
Copy link
Member

@ramfox ramfox commented Jul 29, 2019

closes #41 - bug in TOS page, (change link from frontend to desktop)
closes #42 - wire up ChoosePeername page
This is closed, however this won't be functioning until qri-io/qri#849
closes #48 - removed 'By Url' tab in AddDataset and add more info and error handling describing what a good dataset reference is
closes #50 - fix CreateDataset submit bug & commented out 'Use existing datafile' tab
This ended up being an error in how we were setting params in the api. Fixed now.
closes #73

- renames `ui/setPeername` to `ui/setHasSetPeername`
- passes new actions down to `App` component, through `AppContainer`
- refactors `onSave` func in OnBoarding
- add`acceptEnabled` (accept button enabled) param to `WelcomeTemplate`, which disables the accept button (and adjusts styling) when false
…t want it

- also added CSSTransition
- adjusted `.error` css
this commit also comments out the tabs in `CreateDataset`, and all other associated code
@ramfox ramfox requested a review from chriswhong July 29, 2019 22:11
@ramfox ramfox added the bug Something isn't working label Jul 29, 2019
@ramfox ramfox self-assigned this Jul 29, 2019
@chriswhong
Copy link
Contributor

LGTM, one note on #50

I was expecting "Create a Dataset" to make a directory for me with the dataset name, but it just added files to the location I specified. I think this should make a directory, and we should make this clearer to the user.

I'm good to merge this, just flagging a UX wish.

@ramfox ramfox merged commit c884987 into master Jul 30, 2019
@ramfox ramfox deleted the bugs branch July 30, 2019 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment