Commit Graph

4 Commits

Author SHA1 Message Date
google-labs-jules[bot] e94b4dfeda Fix: Prevent UI misalignment caused by long file names
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.
2025-05-22 13:52:03 +00:00
google-labs-jules[bot] ea34e82d4a Input:
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.
2025-05-22 13:36:56 +00:00
yu.kuai 275d840054 feat(fe): 编辑器优化功能 2025-05-16 11:20:18 +00:00
yu.kuai b624df3e86 chore: init 2025-05-16 02:55:53 +00:00