fix(calendar): dedupe color swatch hex keys #217
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!217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_calendar_color_dup_key"
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
Calendar event-form color picker had two swatches with identical hex
#007AFF(labeled Blue + Purple) and Pink labeled with iOS Purple hex. Dioxus uses the hex as the loop key, so duplicates panic.Related Issue
Closes #108
Changes
Replaced duplicate Purple/Pink hex with iOS palette: Purple #5856D6, Pink #FF2D55.
Test Results
cargo check + clippy + test pass on hero_archipelagos_calendar.