feat: receive screen

This commit is contained in:
eneller
2026-03-05 21:23:16 +01:00
parent 6af1a8a3e9
commit 9444145bf5
6 changed files with 117 additions and 35 deletions

View File

@@ -21,6 +21,7 @@
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"qrcode": "^1.5.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -29,10 +30,10 @@
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.0",
"@types/qrcode": "^1.5.6",
"jsdom": "^28.0.0",
"less": "^4.2.0",
"prettier": "^3.8.1",
"qrcode": "^1.5.4",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}