13 comments (13 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript1,306 stars (1,306 stars)159 forks (159 forks)batch import
feature requesthelp wanted
Description

Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- React basicsVault UI component knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Locate the component that displays the secret (likely in src/components/). Add a copy to clipboard button using the browser's Clipboard API and a show/hide toggle button that toggles the visibility of the secret text. Ensure the UI matches the existing design system. Test the functionality manually for different secrets.