fix(kanban): use light-theme defaults and tighter columns to fit 1440px #208

Merged
zaelgohary merged 1 commit from development_fix_kanban_light_theme into development 2026-05-04 15:41:05 +00:00
Member

Summary

kanban_column.rs hardcoded dark-theme fallbacks (#2b3035 bg, white-on-dark borders), making columns appear near-black on hero_os's light theme. Column min-width 280px × 5 also overflowed 1440px viewports.

Closes #206

Changes

Swapped fallback bg/border to light values and dropped column min-width 280→240 so 5 columns fit a 1440px viewport.

Test Results

cargo check --features web clean. Visual verification deferred to post-merge.

## Summary `kanban_column.rs` hardcoded dark-theme fallbacks (`#2b3035` bg, white-on-dark borders), making columns appear near-black on hero_os's light theme. Column min-width 280px × 5 also overflowed 1440px viewports. ## Related Issue Closes #206 ## Changes Swapped fallback bg/border to light values and dropped column min-width 280→240 so 5 columns fit a 1440px viewport. ## Test Results `cargo check --features web` clean. Visual verification deferred to post-merge.
fix(kanban): use light-theme defaults and tighter columns to fit 1440px
All checks were successful
Build and Test / build (pull_request) Successful in 5m31s
2ef2202c4b
zaelgohary merged commit ecd21dd500 into development 2026-05-04 15:41:05 +00:00
zaelgohary deleted branch development_fix_kanban_light_theme 2026-05-04 15:41:05 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos!208
No description provided.