buttercup / buttercup-mobile

:iphone: React-Native mobile application for Buttercup
https://buttercup.pw
GNU General Public License v3.0
395 stars 71 forks source link

Read only mode #302

Closed perry-mitchell closed 2 years ago

perry-mitchell commented 2 years ago

Adds a read-only view mode for vaults when fetching the real vault remotely fails. Applicable only to those vault times that use remote services. Is not applicable when the error is an auth error.

This was present in v1 of the app but forgotten in v2, so this adds that functionality back. Sorry for the inconvenience!

Fixes #300