[Medium] Project colors shift after deletion + refresh() #46

Closed
opened 2026-05-24 14:05:03 -04:00 by zgaetano · 0 comments
Owner

File: screens-projects.jsx:56-60
Severity: Medium

When a project is deleted, surviving projects shift indices. PROJECT_COLORS[newIndex] picks a different color than originally assigned.

Fix: Persist color assignment per-project in the database or use a hash-based color from the project ID.

**File:** screens-projects.jsx:56-60 **Severity:** Medium When a project is deleted, surviving projects shift indices. PROJECT_COLORS[newIndex] picks a different color than originally assigned. **Fix:** Persist color assignment per-project in the database or use a hash-based color from the project ID.
zgaetano added the
bug
label 2026-05-24 14:05:03 -04:00
Sign in to join this conversation.
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: WildDragonLLC/dragonflight#46
No description provided.