hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
274 stars 144 forks source link

Long User Name on the new UI is not displayed correctly #2146

Closed armarik closed 8 months ago

armarik commented 8 months ago

Description

Users with long names on Guardian (latest version with new UI) are bot displayed correctly.

Steps to reproduce

  1. Create a user with a long name such as "cee - c23a7dd4-7384-4504-9d3f-8be4e36cd319"
  2. Go to the initial Login page
  3. Click the Demo Admin button on the login page and check the list of users and SRs (print included) where the name is not readable
  4. After signing into guardian, the name of the user in the side panel is cut and the logout icon is not visible (print included)

Additional context

image (4) image (3)

Hedera network

mainnet, testnet, previewnet

Version

v2.41.0

Operating system

Linux

agadzhalov commented 8 months ago

Hi @armarik I think you've mistaken the repository since in hedera-js-sdk no frontend is involved . Most likely you've wanted to open to it in https://github.com/hashgraph/guardian

armarik commented 8 months ago

You are absolutely right 🤦 my bad, I'll close this issue and open it in the right place. Apologies!