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

Issue #504 #736

Merged
merged 3 commits into from
Mar 27, 2022
Merged

Issue #504 #736

merged 3 commits into from
Mar 27, 2022

Conversation

23mwest
Copy link
Contributor

@23mwest 23mwest commented Feb 27, 2022

Sorry this took a while

@whyboris
Copy link
Owner

Code looks awesome! I'll test it out before merging ✅
I hope to finally get back to VHA development this or next month 🤞 -- have been busy with house stuff 😅

@23mwest
Copy link
Contributor Author

23mwest commented Mar 6, 2022

Awesome, congrats on the house stuff! 👍

@whyboris whyboris self-requested a review March 27, 2022 23:00
@@ -1695,13 +1698,13 @@ export class HomeComponent implements OnInit, AfterViewInit {
clipSnippets: 5,
extractClips: false,
futureHubName: '',
isFixedNumberOfScreenshots: true,
screenshotSizeForImport: 288, // default
isFixedNumberOfScreenshots: this.wizard.isFixedNumberOfScreenshots ?? true,
Copy link
Owner

Choose a reason for hiding this comment

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

I'm loving the nullish-coalescing here 👍

@@ -1911,6 +1914,7 @@ export class HomeComponent implements OnInit, AfterViewInit {
shortcuts: this.shortcutService.keyToActionMap,
vhaFileHistory: this.vhaFileHistory,
windowSizeAndPosition: undefined, // is added in `cose-window` in `main.ts`
wizardOptions: this.wizard
Copy link
Owner

Choose a reason for hiding this comment

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

😅 ah I see it! You're saving it 🎉

@whyboris whyboris merged commit bdb2a36 into whyboris:main Mar 27, 2022
@whyboris
Copy link
Owner

whyboris commented Mar 27, 2022

🙇 Thank you very much @23mwest for your contribution 🎉

Super awesome! During the review I thought I spotted a bug or two and commented, but have since then deleted the comments - I think everything is 💯 🙇

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.

2 participants