Phase 6: Eliminate Duplicate Index Calls
Goal
Why?
// Thumbnails.tsx
const index = queryParamToArrayIndex(query.canvas);
// NoScriptImage.tsx
const index = queryParamToArrayIndex(query.canvas);
// MultipleManifestList.tsx
const index = queryParamToArrayIndex(query.canvas);const { currentCanvasIndex } = useItemViewerContextV2();Files to Update
Expected files (update each):
Replace pattern:
Testing
Success Criteria
Time: ~30 minutes
Last updated