appwrite / console

The Console that makes Appwrite tick from the browser 🖥
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
332 stars 142 forks source link

🐛 Bug Report: IDs of entities are not visible #1469

Open ddenev opened 1 year ago

ddenev commented 1 year ago

👟 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: image image

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?

🏢 Have you read the Code of Conduct?

vyomaaverse commented 1 year ago

I would like to work on this issue.

pspierce commented 1 year ago

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.

stnguyen90 commented 1 year ago

@pspierce would you please 👍 this issue so we can properly gauge feedback?

imtushardave commented 1 year ago

@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.

Screenshot 2023-03-23 at 3 32 18 PM