fix(calendar): parallelize event fetch and gate delete behind ConfirmDialog #218

Merged
zaelgohary merged 1 commit from development_fix_calendar_n1_and_delete_confirm into development 2026-05-14 09:35:37 +00:00
Member

Summary

Completes the remaining symptoms from #108. The dup-key panic part was merged via #217; this picks up the other two.

Closes #108

Changes

Parallelized event_list / fetch_all_events with futures::join_all. Gated event delete behind ConfirmDialog.

Test Results

cargo check + clippy + fmt + test all green on hero_archipelagos_calendar.

## Summary Completes the remaining symptoms from #108. The dup-key panic part was merged via #217; this picks up the other two. ## Related Issue Closes #108 ## Changes Parallelized event_list / fetch_all_events with futures::join_all. Gated event delete behind ConfirmDialog. ## Test Results cargo check + clippy + fmt + test all green on hero_archipelagos_calendar.
fix(calendar): parallelize event fetch and gate delete behind ConfirmDialog
All checks were successful
Build and Test / build (pull_request) Successful in 8m16s
4fbf11436f
zaelgohary merged commit 1de359d13e into development 2026-05-14 09:35:37 +00:00
zaelgohary deleted branch development_fix_calendar_n1_and_delete_confirm 2026-05-14 09:50:43 +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!218
No description provided.