Fix #111: Move recording Delete button into its own section-toggle #116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "batch/111-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #111 — Recording Delete Button Position
Problem
The Delete button for recordings was positioned after the section-toggle buttons but NOT inside a collapsible section. It appeared permanently visible, not under its own section-toggle.
Solution
Current Recording (no transcript):
▶ Run Recording+🗑️ Delete(collapsible) — Delete =deleteFolder()Current Recording (has transcript):
▶️ Play Recording+🗑️ Delete(collapsible) +📄 Show Transcript📝✕ Delete transcript+↻ Recreate— Delete =deleteTranscriptOnly()Previous Recordings (has transcript):
▶️ Play Recording+🗑️ Delete(collapsible) +📄 Show Transcript📝✕ Delete transcript+↻ RecreatePrevious Recordings (no transcript):
▶️ Play Recording+🗑️ Delete(collapsible) +▶ Run RecordingKey changes
🗑️ Deleteis now asection-togglewithtoggleSection()— openssection-contentwithdeleteFolder()button📝✕ Delete transcriptstays inside the transcript section — callsdeleteTranscriptOnly()playSection(shown during playback) is now empty — no duplicate delete button inside itFiles changed
ui/index.html— 26 insertions, 9 deletions