0ME9A / password

Password is a free online tool that helps you create strong and random passwords for your accounts. You can customize your password options and copy the generated password to your clipboard with one click.
https://password.ome9a.com
MIT License
5 stars 4 forks source link

Add Instant Copy Checkbox in Advanced Settings #17

Closed 0ME9A closed 11 months ago

0ME9A commented 11 months ago

Description: Introduce a new feature in the settings tab, specifically within the advanced settings section, that allows users to instantly copy a newly generated password without requiring an additional click on the copy button. This feature will be implemented as a checkbox, and when checked, the generated password will automatically be copied to the clipboard upon generation.

Tasks:

  1. Design and UI:

    • Create a checkbox element within the advanced settings section of the settings tab.
    • Ensure the checkbox is appropriately labelled, providing clear instructions about its functionality.
  2. Functionality Implementation:

    • Implement the necessary logic to copy the generated password instantly if the checkbox is checked.
    • Include an option to disable this feature for users who prefer the traditional copy button.
  3. Testing:

    • Conduct thorough testing to ensure the new feature works seamlessly across different browsers and devices.
    • Check for potential conflicts with other settings or functionalities.
  4. Documentation:

    • Update relevant documentation, such as the user guide or tooltips, to inform users about the new feature.

Additional Information: