Skip to content

Conversation

@watkyn
Copy link
Contributor

@watkyn watkyn commented Sep 15, 2020

We ended up getting the internal build working again and didn't have any other changes except one to add some errors for when the upload to the server fails.

The error message is in HTML but better than nothing? If anyone wants to do something more, feel free. Otherwise, this last change is probably good and we can release 1.2.1

errMessage = "Unknown error: \(statusCode)"
}
print(errMessage)
Alert().display(header: "Upload failed", message: errMessage)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Alert().display(header: "Upload failed", message: errMessage)
Alert().display(header: "Upload failed:", message: errMessage)

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we want a colon at the end of the header. The header describes the situation on one line, and then the message gives more detail, and the message already has a colon, so it would look strange to have two colons.

Copy link
Contributor

Choose a reason for hiding this comment

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

I just saw that there is a colon in other messages for example "Attention:".

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah dang, I didn't notice it there.

@hisaac hisaac merged commit 5a097b2 into master Sep 16, 2020
@hisaac hisaac deleted the release-1.2.1-finishing-touches branch September 16, 2020 20:10
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.

4 participants