[APP-2429] Add Sunlight and Twilight color options to the Invite Friends QR code (#10921)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Spence Pope
2026-06-24 13:27:12 -04:00
committed by GitHub
parent c909fef3f1
commit f64b1258b6
4 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -1319,7 +1319,7 @@ export type Events = {
'invite:action:scan': {}
// user changed the QR card color theme
'invite:theme:change': {
themeKey: 'dawn' | 'day' | 'dusk' | 'night'
themeKey: 'dawn' | 'sunlight' | 'day' | 'dusk' | 'twilight' | 'night'
}
// QR scanner decoded a code; result indicates whether it resolved to a profile
'invite:scanner:scanned': {