1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)CSS8,093 stars (8,093 stars)967 forks (967 forks)batch import
help wanted
Description
在例句中会遇到一些不认识的单词,希望能增加一个功能,让用户可以直接点击这个单词,在弹出的气泡窗口或者是其他页面中查看单词的释义,并允许用户将这个单词加入到陌生单词中
Contributor guide
- Tech stack
- None
- 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.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Understanding of project's word renderingAbility to add click handlersExperience with popup UI elementsKnowledge of word list management
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Examine the codebase to find where example sentences are rendered and add click handlers on individual words. Look for existing UI components like popovers or modals that can display word definitions. Investigate the data management for user word lists to integrate the 'add to unknown words' functionality. Review the existing comment on the issue for any further clarification.