Show badge for inactive documents (#1487)

* Show badge for inactive documents

* fix

* refactor to use the new flag

* add inactive check to ProveScreen

* lint

* fix for proving button not working

* use new qrHashlogic

* increase bundle size threshold to 46MB

* remove commented out line

* add kyc related changes

---------

Co-authored-by: seshanthS <seshanth@protonmail.com>
This commit is contained in:
Leszek Stachowski
2026-02-12 20:05:47 +01:00
committed by GitHub
parent ec8b8fc419
commit abf01c82c0
16 changed files with 665 additions and 43 deletions

View File

@@ -17,8 +17,8 @@ if (!platform || !['android', 'ios'].includes(platform)) {
// Bundle size thresholds in MB - easy to update!
const BUNDLE_THRESHOLDS_MB = {
// TODO: fix temporary bundle bump
ios: 45,
android: 45,
ios: 46,
android: 46,
};
function formatBytes(bytes) {