Basic Key Component
Closed this issue · 0 comments
LudoLogical commented
Story
As a developer, I want to be able to see, understand, and learn more about my Basic API Key.
Description
Create a React component, BasicKey
, that appears as shown in the Figma file for Platform.
Acceptance Criteria
- The header's
HoverableHint
reveals the correct text. - The key is displayed in a read-only fashion and has a functioning visibility toggle.
- The copy icon is clickable and functional.
- The component can also indicate that the basic key has been disabled if a flag is set.
- The "Regenerate" button opens a
DialogBox
with the appropriate contents. - The quota text is present (it does not need to be dynamically generated).### Notes
None