You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Describe the bug
Currently, it's possible for the active certificate to be invalid, while having other valid certificates available. These can be activated from the settings page, but this is unintuitive. I would be much better UX for the active certificate to be updated automatically to a valid cert if one is available.
The bug aspect of this is the many ways in which a user can be told they have a valid cert, when they don't, or vice-versa.
Additional context
Currently the active cert is stored in an atom. This should be changed to a getter function that returns a cached value, and can update the value if it's appropriate to do so.
Note: This change would have require significant re-work of the various pages that use the certificate, so it could be time consuming and has a higher risk of introducing regressions. Time for development and testing should be planned accordingly.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, it's possible for the active certificate to be invalid, while having other valid certificates available. These can be activated from the settings page, but this is unintuitive. I would be much better UX for the active certificate to be updated automatically to a valid cert if one is available.
The bug aspect of this is the many ways in which a user can be told they have a valid cert, when they don't, or vice-versa.
Additional context
Currently the active cert is stored in an atom. This should be changed to a getter function that returns a cached value, and can update the value if it's appropriate to do so.
Note: This change would have require significant re-work of the various pages that use the certificate, so it could be time consuming and has a higher risk of introducing regressions. Time for development and testing should be planned accordingly.
The text was updated successfully, but these errors were encountered: