-
-
Notifications
You must be signed in to change notification settings - Fork 87
Sticker Packs #150
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
Sticker Packs #150
Conversation
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.
Overall, this PR was high quality, but there were some issues with changes to the project file and some other lint warnings. Applying all suggested fixes should resolve issues to the project file, but lint errors need to be manually resolved. Swiftcord's codebase has switched to only using spaces for indentation, so I suggest the same be done here to prevent mixed indentation warnings.
Co-authored-by: CryptoAlgo <64193267+cryptoAlgorithm@users.noreply.github.com>
Co-authored-by: CryptoAlgo <64193267+cryptoAlgorithm@users.noreply.github.com>
Co-authored-by: CryptoAlgo <64193267+cryptoAlgorithm@users.noreply.github.com>
Co-authored-by: CryptoAlgo <64193267+cryptoAlgorithm@users.noreply.github.com>
I'd have preferred if all suggested changes were batched into a single commit, but I guess this works too as it would be eventually squashed for merging. |
Co-authored-by: CryptoAlgo <64193267+cryptoAlgorithm@users.noreply.github.com>
Conflicts: Swiftcord/Views/Message/MessageStickerView.swift
It should be good now, I think 👍 |
Swiftcord.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Outdated
Show resolved
Hide resolved
Nice, there doesn't appear to be any more lint warnings/errors remaining! However, there still are some references to a local copy of DiscordKit, which shouldn't be committed. |
Ok, one final issue: looks like the commit hash of DiscordKit in |
Conflicts: Swiftcord.xcodeproj/project.pbxproj
Hopefully it's working now 😅 |
.onTapGesture
. This means that the Bird sticker, which previously wouldn't show a preview when clicked, now works correctly.StickerItemView
. This is because the hover-detection code is reused in the sticker pack view.StickerView
(the view used to display stickers in messages) toMessageStickerView
.