nextcloud-libraries / nextcloud-libraries/nextcloud-vue
[NcColorPicker] Get rid of `vue-color` in flavor of native picker for custom color
Open
@ShGKme is already working on this.
Since Sep 16, 2024.
1. to develop
feature: colorpicker
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
NcColorPicker is implemented on top of vue-color. The only feature we actually use from it is advanced picker. But it looks bad with its own style, even the font is serif.
This picker also is not accessible.
Currently, we only use it for advanced picker. But nowadays, all supported browsers have support for native color picker.
What about getting rid of vue-color in flavor of native color picker for advanced picker?
Screenshot from: https://github.com/nextcloud/spreed/pull/13317#issuecomment-2353169385
Contributor guide
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.
Assessment
This issue has not been assessed yet.