Fix #58: Settings icon is shown but doesn't show settings panel #62

Merged
SaschaFuksa merged 1 commit from batch/58 into master 2026-04-22 13:46:00 +00:00
Owner
No description provided.
Fix #58: Settings icon click opens settings panel
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
76efa1dc0a
Fixes a JavaScript error on page load that prevented the settings
button click handler from being registered.

The loadChunks() function referenced DOM IDs that don't exist
(chunksList, chunksPagination, chunksReloadBtn) instead of the
correct IDs (previousRecordingsList, previousRecordingsPagination,
previousRecordingsReloadBtn). This caused a null reference error
when loadChunks(1) was called at page load, silently breaking
the entire <script> block before the settingsBtn listener was
registered.

Also adds the missing previousRecordingsPagination element to the
HTML structure.
Tasch self-assigned this 2026-04-21 20:09:50 +00:00
SaschaFuksa deleted branch batch/58 2026-04-22 13:46:00 +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!62
No description provided.