Skip to content

Commit 0da551a

Browse files
Yanatyjohnthecat
andcommitted
fix: update QR code rendering in host-papp-react-ui (#171)
Co-authored-by: Sergey Zhuravlev <zhuravlev1337@gmail.com>
1 parent 1c00181 commit 0da551a

9 files changed

Lines changed: 426 additions & 102 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
()## 0.7.9 (2026-05-11)
1+
## 0.7.9 (2026-05-15)
22

33
### 🚀 Features
44

@@ -10,6 +10,11 @@
1010
- **host-api / product-sdk:** `push(...)` now returns an id you can hold onto, and the new `notificationManager.cancel(id)` lets a product cancel a notification it scheduled earlier — handy for "remind me in an hour" style flows where the user changes their mind.
1111
- **host-api / product-sdk:** if the host can't accept any more scheduled notifications, the product now gets a clear `ScheduleLimitReached` error instead of a generic failure, so it can tell the user what happened.
1212

13+
### 🩹 Fixes
14+
15+
- **host-papp-react-ui:** pairing QR code now renders on `<canvas>` via the lighter `qrcode` dep (replacing `qr-code-styling`), with pixel-snapped modules and circular finder eyes — scans reliably across phone cameras and stays crisp on hi-DPI displays.
16+
- **host-papp-react-ui:** pairing modal/popover is responsive — shrinks to fit narrow viewports instead of being pinned at 350px.
17+
1318
### ⚠️ Breaking Changes
1419

1520
- **host-api:** `host_create_transaction` no longer takes a separate `account_id` parameter — the account is now part of the payload as a typed `signer` field.

0 commit comments

Comments
 (0)