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

Add save build log #293

Merged
merged 1 commit into from Mar 17, 2022
Merged

Conversation

justinlampley
Copy link
Collaborator

Add a button to the Logs card title that allows saving of the build log to a file.

image

<IconButton
aria-label="Save log to file"
title="Save log to file"
onClick={async () => {
Copy link
Member

Choose a reason for hiding this comment

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

I think this one deserves to be extracted into separate function instead of being inline.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The save build logs onClick has been moved to its own function instead of being inline.

@jurgelenas jurgelenas merged commit ff78a89 into ExpressLRS:master Mar 17, 2022
@justinlampley justinlampley deleted the SaveBuildLogButton branch March 23, 2022 03:40
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.

None yet

2 participants