Skip to content

빈 끝 칸에 실제로 끝나는 시각을 흐리게 보여준다 - #54

Merged
Jang990 merged 2 commits into
mainfrom
feat/#53
Sep 10, 2026
Merged

빈 끝 칸에 실제로 끝나는 시각을 흐리게 보여준다#54
Jang990 merged 2 commits into
mainfrom
feat/#53

Conversation

@Jang990

@Jang990 Jang990 commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Closes #53

image

무엇을 바꿨나

  • 끝 칸의 안내 글씨가 다음 트랙까지에서, 비워 두면 실제로 끝나는 시각으로 바뀐다. 다음 트랙 시작 시각이고, 마지막 트랙이면 영상 끝 시각, 영상 길이를 모르면 끝까지다.
  • 끝을 정해 둔 트랙도 안내 글씨는 다음 트랙 시작 시각이다. 칸을 비우면 거기서 끝나기 때문이다.
  • 시각은 이미 있던 findEditRange로 구한다. core는 바뀌지 않았다.
  • 안내 글씨 색은 --yt-spec-text-secondary를 따른다.

확인

  • npm test 192개 통과
  • npm run test:e2e 53개 통과

미확인

  1. chrome://extensions에서 확장을 새로고침하고, 타임라인 댓글이 있는 영상에서 트랙의 ✎를 누른다.
  2. 끝 칸이 비어 있을 때 다음 트랙 시작 시각이 흐린 글씨로 보이고, 값을 넣으면 진한 글씨가 되는지 본다.
  3. 다크·라이트 테마 모두에서 흐린 글씨와 진한 글씨가 구분되는지 본다.

🤖 Generated with Claude Code

https://claude.ai/code/session_01CLN2x7BatxttSEsxhfLhqA

Jang990 and others added 2 commits September 10, 2026 20:23
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CLN2x7BatxttSEsxhfLhqA
@Jang990 Jang990 added the feat 새 기능 label Sep 10, 2026
@Jang990
Jang990 merged commit c39f52c into main Sep 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

빈 끝 칸에 실제로 끝나는 시각을 흐리게 보여준다

1 participant