2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
enhancementgood first issue
Description
表格有单元格内设置对角斜线的需求,左上到右下或右上到左下。
Contributor guide
- Tech stack
- javascripthtmlcss
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic JavaScriptHTML/CSSLuckysheet codebase orientation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Explore the Luckysheet rendering code, particularly the cell drawing functions (likely in src/ or src/components/). Understand how cell borders and backgrounds are rendered. Determine if diagonal lines can be added as a new property or drawn over the cell. Consider implementing via CSS or canvas depending on the rendering approach. Test with a simple implementation and propose a design.