Skip to content

Conversation

@nur557
Copy link
Collaborator

@nur557 nur557 commented Jun 28, 2025

Close #27

@nur557 nur557 requested a review from stojadin2701 June 28, 2025 21:02
});
window.renderer.on("EXPORT_FLIGHTLOG_CSVS", (flightLog) => {
this.exportButtonLoading = false;
this.showSuccessSnackbar("Exported flight log CSVs!");
Copy link
Member

Choose a reason for hiding this comment

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

"Flight log CSVs exported!"

});
window.renderer.on("EXPORT_FLIGHTLOG_HTML", (flightLog) => {
this.exportButtonLoading = false;
this.showSuccessSnackbar("Exported flight log HTML charts!");
Copy link
Member

Choose a reason for hiding this comment

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

"Flight log HTML plots exported!"

@nur557 nur557 merged commit 207097e into main Jun 29, 2025
3 checks passed
@nur557 nur557 deleted the snackbar branch June 29, 2025 16:04
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.

Add success toast (or equivalent) where appropriate

3 participants