google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.62k stars 589 forks source link

Adding a copy action to filter chips #2990

Closed JohannesLks closed 11 months ago

JohannesLks commented 12 months ago

Copy added to time filter grafik

Copy added to term filter

https://github.com/google/timesketch/assets/74617774/13038172-803f-4827-9fda-32e1853bd6c0

Checks

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

JohannesLks commented 12 months ago

The linting error: Expected error to be handled (handle-callback-err) might be this part in line 576, where i forgot to implement to handle the error.

        .catch(err => {
        // Handle errors (e.g., clipboard access denied)
        });