impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

[Bug] Checkbox can be unchecked in ThemeSelect #229

Closed maiertech closed 1 month ago

maiertech commented 1 month ago

Description

ThemeSelect is implemented with radio buttons but rendered with checkboxes.

Hardware Specification

n/a

Steps to Reproduce the Bug

  1. Go to profile.
  2. Go to app settings.
  3. Go to theme.
  4. Uncheck the box of the selected theme.

Expected Behaviour

It should not be possible to uncheck the checkbox while its parent is selected. But it should also not be possible to unselect a checked radio button without selecting another one.

Actual Behaviour

Errors

n/a