bencherdev / bencher

🐰 Bencher - Continuous Benchmarking
https://bencher.dev
Other
500 stars 22 forks source link

API token is not fully displayed in settings #462

Open thomaseizinger opened 1 month ago

thomaseizinger commented 1 month ago

At least in Firefox (didn't test other browsers), the API token is cut off and can't be fully selected. I had to go into the DOM inspector to copy the fully value.

epompeii commented 1 month ago

I use Firefox as well, and I admit the UI could be improved here, like adding a click to copy button. This will definitely be a part of API tokens v2 (https://github.com/bencherdev/bencher/issues/262).

However, with the current setup I'm able to select the entire API token by triple clicking on the token to highlight the entire thing. I'm also able to highlight the entire thing with my cursor manually. The viewing window for the API token scrolls horizontally. Does one or both of these work for you?

thomaseizinger commented 1 month ago

I use Firefox as well, and I admit the UI could be improved here, like adding a click to copy button. This will definitely be a part of API tokens v2 (#262).

However, with the current setup I'm able to select the entire API token by triple clicking on the token to highlight the entire thing. I'm also able to highlight the entire thing with my cursor manually. The viewing window for the API token scrolls horizontally. Do one or both of these work for you?

I don't think triple clicking worked for me, I had to go into the DOM to get the full value.

I am okay with the workaround but it might trip up other people :)

epompeii commented 1 month ago

Completed: https://bencher.dev/docs/reference/changelog/#v0418