odoo/o-spreadsheet#7533
Created by BI, Dhrutik Patel (dhrp)
Merged
at 3cd5eeee39a4d68d3141df8f4bc149026ebd5424
Statuses:
- label
- odoo:master-fix-dark-mode-issues-dhrp
- head
- 035e5b96bc5fa29d93e078aa243ca3c52116efa7
- merged
- 9 hours ago by BI, Lucas Lefèvre (lul)
| odoo/o-spreadsheet | |
|---|---|
| master | #7533 |
[FIX] spreadsheet: dark mode display issues
Description:
- Update rotation icons to use
currentColorso they follow the active theme palette. - Force data bar conditional format preview text to use the dark
TEXT_BODYcolor, regardless of theme, as it was previously changing with the theme and becoming hard to read.
Task: 5322179
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