Fix #79: After last fixes, "Previous Recordings" panel is broken #81

Merged
SaschaFuksa merged 1 commit from batch/79 into master 2026-04-22 18:41:37 +00:00
Owner
No description provided.
Fix: guard structuredReloadBtn.addEventListener for missing DOM element
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
8b6206a407
Previous recordings panel was broken after UI redesign - the
structuredReloadBtn element no longer exists in the DOM, causing:
Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

The loadStructured function already has a guard for missing listEl, but the
event listener registration was unguarded. Now both are guarded.
Tasch self-assigned this 2026-04-22 18:40:16 +00:00
SaschaFuksa deleted branch batch/79 2026-04-22 18:41:37 +00:00
Sign in to join this conversation.
No reviewers
No labels
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
Tasch/whisper-transcribe!81
No description provided.