-
Notifications
You must be signed in to change notification settings - Fork 18
Send link by share screen, copy link from QR code view #63
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
base: main
Are you sure you want to change the base?
Conversation
Except in CBScanner.swift from third-party barcode scanner, issue is open: heart/CarBode-Barcode-Scanner-For-SwiftUI#66
Set space between icons in project list
|
Hi, thanks for all the contribution, unfortunately currently I am very engaged in other projects and got little time to review and test all the small changes in detail. |
|
Feel free to separate the localization, dispatchqueues and test-fixes in separate PRs, I can merge those right away |
|
Thank you for your response, I will keep this in mind. |
InteractionEngineer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First of all: Thank you for your contribution – I like the features you added to make it easier to share projects with others! Please look into the comments I left on each file modified. After the necessary changes where made, I'm happy to merge your PR and bring your feature to all current users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outdated, GRDB is up to date now and two major versions ahead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is only for preview, and preview works without initializing this struct (again), better remove it completely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'animation' was deprecated in iOS 15.0 – so it would be even better to use 'withAnimation'. Your fix works too, though – but let's make the switch sooner than later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'animation' was deprecated in iOS 15.0 – so it would be even better to use 'withAnimation'. Your fix works too, though – but let's make the switch sooner than later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super helpful feature, thank you! It's best practice to keep logic and interface separated. Would you mind "outsourcing" this feature? This way it can easily be reused in different places and even tested automatically (more easily).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outdated but correct! …at this time already in the codebase
Added: share Link, copy Link in QR code view, translation
Update: dependencies, unit test
Remove: warnings, bugs :)