2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
enhancementhelp wanted
Description
建议:大纲树增加删除图标。 背景:有些组件不好选中或者无法选中,难以删除该组件。比如要删除绑定了事件的按钮,当点击为了选中的时候却触发了事件,不是预想的效果。
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with lowcode engine's UI componentsUnderstanding of React component patterns
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- First, explore the repository to locate the outline tree component, likely within packages/editor skeleton or similar. Review existing icon implementations to understand the pattern. Then, add a delete icon that triggers a delete action on the selected component. Check existing deletion logic in the codebase for consistency. Engage with maintainers via comments for guidance on design and placement.