fix android module name
import fixes
fix some imports
use `@atproto/jwk` over local zod schema
preview oauth client
rename package
alignment
more alignment
database implementation
cleanup some types
alignment
switch implementation for es256
half of `verifyJwt` for android
half of `verifyJwt` for iOS
rm log
`createJwt` android
`createJwt` ios
rm print
cleanup native impl
silence some warnings
reorg, finish web impl
follow the `CryptoImplementation`
move some more things around
normalize some names
rename func
add generate on android
add android dep
rm bool
add alg
better implementation
ios jwk generation
fix index.ts
add `getRandomValues()` on native
web `getRandomValues`
silence ts error for missing crypto on web
add `digest` for web
add `digest`
add module
* add extra tab to search and translate tab names
* add feature gate
* flatten pager children
* Revert "flatten pager children"
This reverts commit 0050d42558.
* have pager children as array
* move gate to custom hook
* bundle titles and pages together
* remove comment
* Fix a crash
* Use Views as children
---------
Co-authored-by: dan <dan.abramov@gmail.com>
* Italian Localization
New strings translated for v.1.75
* Update messages.po
Changed two expressions following the revision of @marcomaroni
* Update messages.po
Additional changes to text applied following the suggestion of external translators.
* Update messages.po
Deleted extra stop and corrected a gramatical error
* Update messages.po
Added a correction on string 414 which had a grammatical error.
* Update messages.po
String with Labeler updated.
* Update messages.po
Additional changes made to wordings in traduced strings
* Small logic cleanups
* Small logic cleanups (#3451)
* remove a few things
* oops
* stop swallowing the error
* queue callbacks
* oops
* log error if caught
* no need to be nullable
* move isClosing=true up
* reset `isClosing` and `closeCallbacks` on close completion and open
* run queued callbacks on `open` if there are any pending
* rm unnecessary ref and check
* ensure order of calls is always correct
* call `snapToIndex()` on open
* add tester to storybook
---------
Co-authored-by: Hailey <me@haileyok.com>