Damus PRs

Damus PRs's avatar
Damus PRs
npub1ahck...7v97
damus iOS github pull request
Scan QR code from static image (#1550) This PR allows users to open the link in a QR Code if it exists. Detects if there is a qr code and extracts that info, if it is an lnurl it'll append the lightning prefix so it can be opened by a lightning wallet. If it is a regular link it'll open a dialog to ask the user if they want to open the link, with the link displayed. If there is no link it show a dialog that says no qr code found. See these notes for video examples: scan-image-qr, 1 commits
Move the Block helper type to its own file (#1496) Move the Block helper type to its own file, collapse the various standalone functions for parsing block data, and refactor consumers to initialize a Block with given data and access its members as needed. This is a more "idiomatic" approach to these C-backed data structures, and moves a number of these functions, extensions, and types into `fileprivate` scope, removing them from the global symbols and generally cleaning up their interface and usage. I plan to continue these "cleanup and refactor" changes as I learn more about the repository. refactor/block-initializer, 1 commits
Adding zap icon to Eurothon hashtag (#1477) Adding the Zap โšก๏ธ icon to the Eurothon hashtag. I created a new property for Eurothon. I'm using the same svg icon file, just like the Zapathon hashtag. I couldn't test it because I don't have a macOS environment. Issue: #1474 eurothon-zap, 1 commits