fix(tasks): theme-neutral row background + borders #129
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos!129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_tasks_theme_and_priority"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Task rows rendered with a hard-coded dark
#2b3035background and a white-alpha border on the non-completed branch. Under light theme the rows looked like opaque dark panels and the delete/edit IconButtons were invisible against them.Related Issue
Closes #117
Changes
task_item.rs— theme-neutral alpha values for row bg + row/checkbox bordersTest Results
cargo check -p hero_archipelagos_tasks: passcargo clippy -p hero_archipelagos_tasks -- -D warnings: passcargo fmt --check -p hero_archipelagos_tasks: passdx build --package hero_os_app --web --features web: pass, deployed to the shared test instancescreenshots/tasks_list_view.png)Manual verification