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

refactor(SwipeCell): new SwipeCell #663

Merged
merged 5 commits into from
May 19, 2023

Conversation

nined9
Copy link
Contributor

@nined9 nined9 commented May 11, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #630

💡 需求背景和解决方案

📝 更新日志

  • break(SwipeCell): 调整 DOM 结构

  • break(SwipeCell): 移除 expanded 属性

  • feat(SwipeCell): 新增 opened 等属性

  • feat(SwipeCell): 新增组件实力方法 showSure,用于实现二次确认

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented May 11, 2023

完成

@anlyyao anlyyao mentioned this pull request May 12, 2023
@anlyyao
Copy link
Collaborator

anlyyao commented May 15, 2023

@nined9 辛苦大佬有时间继续跟进处理一下~

问题&&优化点建议

  1. 可滑动区域可以扩大到整个cell区域吗? 目前手指要放到指定区域才能滑动。
  2. 二次确认按钮的动画都是默认一个方向?(当前场景如: 带二次确认、带编辑/删除两个按钮的左滑操作,当我点击“编辑”按钮时,触发编辑的二次确认,此时左侧的“编辑”二次确认按钮和右端的“删除”的二次确认按钮动画一样都是从右往左覆盖全部按钮。理论上,左侧的“编辑”按钮的二次确认按钮动画应该是从左到右覆盖,如果有三个按钮,中间按钮是从中间往两侧覆盖,不知道这样的效果好不好实现~)
  3. API 文档未更新,如 expanded 已更名为 opened, click事件参数名发生改变。 建议rebase 仓库的 refactor/swipe-cell 分支,更新文档
  4. 官网示例代码未显示,应该是 common 内容忘记提pr了~

@anlyyao anlyyao added the in progress 正在处理中 label May 15, 2023
@anlyyao anlyyao merged commit fc2fff9 into Tencent:develop May 19, 2023
@github-actions github-actions bot mentioned this pull request May 23, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress 正在处理中
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【SwipeCell组件升级】任务单
2 participants