odoo/o-spreadsheet#8737
Created by BI, Adrien Minne (adrm)
- label
- odoo:master-eye-dropper-adrm
- head
- b3ce44143ff747cfd2f4a420a0e4c87e7ae55aee
| odoo/o-spreadsheet | |
|---|---|
| master | #8737 missing r+ |
[IMP] color picker: add eye dropper support
Description:
[IMP] color picker: add eye dropper support
This commit adds a button to pick a color from anywhere on your
screen using the EyeDropper API.
The EyeDropper API is still experimental and not widely supported
(only on desktop chromium browser at the time of writing this),
so we make sure the button is only there when the API is avilable.
[IMP] typing: improve globalThis typing
globalThis.Chartwas defined twiceChartGeowas defined inwindowinstead ofglobalThis
Task: 6226285
review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo