🐛 Bug Report: IDs of entities are not visible
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### 👟 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](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.