1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript955 stars (955 stars)322 forks (322 forks)batch import
FeatureHelp WantedQuestion
Description
Hi,
Is any way to show the recently used colors under the swatches.
Thanks!
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.
- 1-2 days
- 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.
- unclear
- Prerequisites
- jQueryJavaScriptCSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- First, review the plugin's source code (jquery.minicolors.js) to understand how color swatches are rendered and how the color picker state is managed. Look for any existing local storage or state management that could be extended to store recent colors. Then, examine the CSS files to see how new UI elements (a recent colors tray) could be styled and integrated. The issue lacks specifics, so the first step is to propose a design or ask clarifying questions about the expected behavior, such as how many recent colors to store and where to display them.