Skip to content

feat(extension): compact recording overlay with live timer - #63

Merged
iuyo5678 merged 2 commits into
mainfrom
feat/record-overlay-timer
Aug 6, 2026
Merged

feat(extension): compact recording overlay with live timer#63
iuyo5678 merged 2 commits into
mainfrom
feat/record-overlay-timer

Conversation

@shnpd

@shnpd shnpd commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Fixes 录制模式底层提示遮挡窗口元素 #48
  • Show “正在录制你的操作” for 10 seconds, then switch to a live MM:SS timer
  • Replace the finish CTA with record-icon.png (24×24) in a 50px pill
  • Keep timer label width stable so digit changes don’t resize the bar
  • Remove unused collapse/expand recording-overlay copy

Test plan

  • Start recording and confirm intro text shows for ~10s
  • Confirm it switches to MM:SS and advances
  • Confirm finish icon ends recording
  • Confirm pill stays 50px high and doesn’t jitter as digits change
  • pnpm --filter @browser-skill/extension test

shnpd added 2 commits August 5, 2026 20:26
Show the recording message for 10s, then switch to a fixed-width MM:SS
timer with the icon-only finish button.
@iuyo5678
iuyo5678 merged commit 20002e1 into main Aug 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

录制模式底层提示遮挡窗口元素

2 participants