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

Define dispatch #846

Merged
merged 2 commits into from
Nov 13, 2020
Merged

Define dispatch #846

merged 2 commits into from
Nov 13, 2020

Conversation

LukasHirt
Copy link
Collaborator

Fix choose account dialogue.

@LukasHirt LukasHirt requested a review from IljaN November 12, 2020 10:52
@LukasHirt LukasHirt self-assigned this Nov 12, 2020
@LukasHirt LukasHirt force-pushed the fix-dispatch-on-choose-account branch from b643a7b to 62dd552 Compare November 12, 2020 10:54
@owncloud owncloud deleted a comment from update-docs bot Nov 12, 2020
@LukasHirt LukasHirt force-pushed the fix-dispatch-on-choose-account branch from 62dd552 to d24f5f5 Compare November 12, 2020 12:27
@@ -88,10 +88,9 @@ generate: assets

# TODO find a docker container with go and yarn so we can properly build assets in ci
#assets: assets/identifier/static assets/identifier/index.html
assets: assets/identifier/static
assets: static-assets
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be run always, not only if it doesn't exist. When running yarn build it builds a placeholder logo for dev env. We are overwriting it with this with oC logo.

@@ -33,7 +33,7 @@ const styles = theme => ({
});

function Chooseaccount(props) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just saves one line, but we could have the signature like this:
function Chooseaccount({ loading, errors, classes, hello, history, dispatch }) {

@LukasHirt LukasHirt force-pushed the fix-dispatch-on-choose-account branch from d24f5f5 to b9d416b Compare November 13, 2020 09:44
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@LukasHirt LukasHirt merged commit 31401cd into master Nov 13, 2020
@LukasHirt LukasHirt deleted the fix-dispatch-on-choose-account branch November 13, 2020 10:56
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.

3 participants