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

refactor: Make entire consent box clickable #223

Closed maiertech closed 1 month ago

maiertech commented 1 month ago

Description of change

This PR refactors the Checkbox components to optionally accept a custom store. This custom store can be used outside the component to change styling based on the store value.

Links to any relevant issues

Fixes #221. Check the issue for a screenshot of what was implemented.

How the change has been tested

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

daniel-mader commented 1 month ago

If we merge it like this, only the areas colored in orange would react to a click, and not the entire box, right?

Screenshot 2024-05-07 at 12 21 54
maiertech commented 1 month ago

If we merge it like this, only the areas colored in orange would react to a click, and not the entire box, right? Screenshot 2024-05-07 at 12 21 54

Ouch, yes.