Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: diff cursor on folders while pressing alt key with checkbox opened #151

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

liuycy
Copy link
Contributor

@liuycy liuycy commented Feb 24, 2024

refer to #148 (comment)

改动如下

  • 在显示多选框时,鼠标在文件夹上显示默认指针,按下 Alt 键时显示手势指针
  • 修复 Solidjs 的 on:* 使用原生事件时 typescript 会报错的问题

src/hooks/useGlobalEvents.ts Outdated Show resolved Hide resolved
@xhofe xhofe merged commit 1687d11 into AlistGo:main Feb 28, 2024
4 checks passed
@anwen-anyi
Copy link
Contributor

anwen-anyi commented Feb 29, 2024

  • 在复选框上打开项目
    • 列表模式:可以直接打开 ✅
    • 网格模式图片模式:不能打开还是得使用Alt+点击 ❌

image

  • 在复选框上打开项目
    • 省略号、多行:生效 ✅
    • 滚动:不生效 ❌ ( 需要手机查看吗? 手机也试了不行其它两个选项可以)

image

还要一个ctrl的按键选项是需要其它设备匹配吗?还是说后端需要更新 😹
image

@liuycy
Copy link
Contributor Author

liuycy commented Feb 29, 2024

滚动:不生效 ❌ ( 需要手机查看吗? 手机也试了不行其它两个选项可以)

😂 看代码应该是加了横向滚动而已,电脑上可以按 shift 键 + 鼠标滚轮 进行滚动,手机上需要左右滑动

网格模式、图片模式:不能打开还是得使用Alt+点击 ❌

这个似乎没改全,我提个 PR 补充一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants