Commit Graph

26 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
safe1ine 528e2a3733
Merge pull request #42 from chaitin/fix-copy-user-info
fix issue#35
2025-05-22 21:41:44 +08: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
safe1ine 8f9501aae2
Update README.md 2025-05-21 17:11:39 +08:00
xiaomakuaiz 7d3c60b2bd
Merge pull request #31 from KuaiYu95/main
编辑器优化
2025-05-16 19:23:34 +08:00
holly 0a1b3085d8
Merge branch 'chaitin:main' into main 2025-05-16 19:21:09 +08:00
yu.kuai 275d840054 feat(fe): 编辑器优化功能 2025-05-16 11:20:18 +00:00
xiaomakuaiz 68ef720935
Merge pull request #29 from xiaomakuaiz/feat-user
feat(backend): change default account to admin
2025-05-16 19:16:50 +08:00
xiaomakuaiz 866ca0ae16 feat(backend): change default account to admin 2025-05-16 11:14:36 +00:00
safe1ine 428564bbe9
Merge pull request #22 from safe1ine/main
重写了 readme
2025-05-16 17:19:37 +08:00
monster 6103411eba 增加了微信交流群的二维码 2025-05-16 17:18:53 +08:00
monster 46293cb532 增加了微信交流群的二维码 2025-05-16 17:18:09 +08:00
monster c63b78d733 改进了readme 2025-05-16 17:14:17 +08:00
xiaomakuaiz e5f8a20732
Update issue templates 2025-05-16 16:16:55 +08:00
xiaomakuaiz 0cd29503ed
Update issue templates 2025-05-16 16:15:51 +08:00
xiaomakuaiz 5ebdbd464f
Merge pull request #4 from safe1ine/main
增加开源协议
2025-05-16 15:58:25 +08:00
monster 71672153ae 修改了安装步骤 2025-05-16 15:56:15 +08:00
monster b4a72d9ee0 增加开源协议 2025-05-16 15:49:58 +08:00
xiaomakuaiz cd7db2bdb0
Update issue templates 2025-05-16 15:49:51 +08:00
xiaomakuaiz 8e46777ca5
Merge pull request #3 from safe1ine/main
add readme
2025-05-16 15:28:38 +08:00
monster 00d0caea95 add readme 2025-05-16 15:27:46 +08:00
xiaomakuaiz 5906fc4224
Merge pull request #2 from xiaomakuaiz/feat-backend
ggfeat(backend): open source code
2025-05-16 11:45:43 +08:00
xiaomakuaiz 824b5db6aa feat(backend): open source code 2025-05-16 03:41:49 +00:00
xiaomakuaiz 88bc82b501
Merge pull request #1 from KuaiYu95/main
chore: web init
2025-05-16 11:15:37 +08:00
yu.kuai b624df3e86 chore: init 2025-05-16 02:55:53 +00:00
xiaomakuaiz 36f39b0ab4 first commit 2025-05-15 13:14:08 +00:00