Add dev mode for easy copying of at:// URIs and DIDs (#7723)

* Add dev mode for easy copying at:// URIs and DIDs

* Use storage API

* Share text instead of URL

* Cleanup persisted schema

* Change translation msg
This commit is contained in:
Tom Sherman
2025-02-13 01:11:13 +00:00
committed by GitHub
parent db25f95c33
commit d56efe250e
6 changed files with 106 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ export type Device = {
countryCode: string | undefined
}
trendingBetaEnabled: boolean
devMode: boolean
}
export type Account = {