console
console copied to clipboard
🐛 Bug Report: IDs of entities are not visible
👟 Reproduction steps
After the upgrade to the new console, all the IDs for Databases, Users, Functions, Collections, etc. are now displayed just as Database ID, User ID, etc. with a "click to copy" function on them but the actual ID strings are no longer visible:

It is important to be able to quickly see the IDs for all kinds of purposes - for example, when I need to refer to the user ID which I previously console.log()-ed in my code.
👍 Expected behavior
Show the entity IDs instead of Database ID etc.
👎 Actual Behavior
Entity IDs as hidden.
🎲 Appwrite version
Version 1.1.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
I would like to work on this issue.
As of 1/2/2023, the name of an ID is shown in the dashboard with the ability to click on it to copy the actual ID. I often have simple IDs with a more expressive name. If I am flipping around the dashboard, having to click, copy, then paste the ID, is more burdensome than typing "post." Often, I have to copy/paste into an arbitrary text input because I don't want to paste the value; I am only confirming what it is.
@pspierce would you please 👍 this issue so we can properly gauge feedback?
@stnguyen90 I would love to work on this!
I also tried some designs on how the button could be redesigned. I am open to feedback.