Long file names in the document list were causing the layout to break.
This change applies CSS properties (overflow: hidden, white-space: nowrap, text-overflow: ellipsis)
to the component responsible for displaying file names, ensuring that long names are truncated
with an ellipsis instead of causing misalignment.
This addresses issue #30.
Fix: Handle Promise rejection in copyUserInfo
Modified the copyUserInfo function in MemberAdd.tsx to await the navigator.clipboard.writeText() Promise and handle potential rejections. This ensures that appropriate success or error messages are displayed to you.
Output:
Fix: Handle Promise rejection in copyUserInfo
I've modified the copyUserInfo function in MemberAdd.tsx to await the navigator.clipboard.writeText() Promise and handle potential rejections. This ensures that appropriate success or error messages are displayed to you.