Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Allow users to view the raw JSON object for a credential record #18

Open luciddr34m3r opened 2 years ago

luciddr34m3r commented 2 years ago

Add a MenuOption to the CredentialCard component that says 'view raw data'. Use an icon that is either code, or json related. When clicked, a dialogue modal should pop up with a syntax highlighted, pretty formatted json string of the underlying object.

luciddr34m3r commented 2 years ago

Use the same json display modal as #14