MattIPv4 / MattIPv4/PyDMXControl
[JavaScript] Mobile color picker
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 143
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The current color picker on the web control panel makes use of the HTML5 color picker input which isn't support on most mobile devices.
I would like to have a color picker implemented on the fixture control page that supports mobile.
Further, the color picker should update the fixture color as the picker is selected (before mouse/finger release, before submit etc).
Additionally, the picker should still allow users to type in their own custom hex value character by character.
Preferably, this should not use jQuery as the site currently does not use it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the fixture control page and its current HTML5 color input, then trace how picker changes reach the fixture color. Done means a mobile-compatible picker updates during selection, accepts custom hex input character by character, and works without jQuery.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100