Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add copy to clipboard button to resources page #5687

Merged
merged 6 commits into from Feb 2, 2024

Commits on Jan 25, 2024

  1. chore: add a copy button to resources ui

    Add a button to copy the resource socket address to the clipboard.
    
    Signed-off-by: Thiago Ribeiro Mendes <tzig@tutanota.de>
    Signed-off-by: Thiago Mendes <tzig@tutanota.de>
    trmendes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e785c68 View commit details
    Browse the repository at this point in the history
  2. test: check if the copy to clipboard works as expected

    A test to verify the copy to clipboard button added to the resources page
    
    Signed-off-by: Thiago Ribeiro Mendes <tzig@tutanota.de>
    Signed-off-by: Thiago Mendes <tzig@tutanota.de>
    trmendes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4fa0eb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc74d94 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. chore: add generic copy button with text

    Add a generic copy button to copy the displayed text to the clipboard.
    Signed-off-by: Thiago Mendes <tzig@tutanota.de>
    trmendes committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a45791b View commit details
    Browse the repository at this point in the history
  2. test: test the Generic Copy Button component

    Test our Generic copy button component
    Signed-off-by: Thiago Mendes <tzig@tutanota.de>
    trmendes committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2738547 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore: make usage of CopyToClipboard new component

    Move from having a specific component to a more generic one
    
    Signed-off-by: Thiago Mendes <tzig@tutanota.de>
    trmendes committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5a7fd89 View commit details
    Browse the repository at this point in the history