Skip to content

fix(#162): birthtime モバイル表示修正 & MarkdownEditor コピーボタン追加#283

Merged
Kewton merged 1 commit intodevelopfrom
feature/162-worktree
Feb 15, 2026
Merged

fix(#162): birthtime モバイル表示修正 & MarkdownEditor コピーボタン追加#283
Kewton merged 1 commit intodevelopfrom
feature/162-worktree

Conversation

@Kewton
Copy link
Owner

@Kewton Kewton commented Feb 15, 2026

Summary

  • ファイルツリーのbirthtime(作成時刻)がモバイルで非表示だった問題を修正
  • MarkdownEditorにファイル内容コピーボタンを追加

Changes

BUG-1: birthtime モバイル非表示の修正

  • FileTreeView.tsx の birthtime span から hidden sm:inline を削除
  • 全画面サイズ(モバイル含む)で作成時刻が表示されるように

BUG-2: MarkdownEditor コピーボタン追加

  • MarkdownEditor.tsx のヘッダーにコピーボタンを追加(Maximizeボタンの前)
  • 既存の copyToClipboard() を活用
  • Copy → Check アイコン切替フィードバック(2秒間)
  • .md ファイルでもワンクリックでファイル内容をコピー可能に

Test plan

  • 全ユニットテスト合格(3,392/3,392)
  • 新規テスト5件追加・合格
  • TypeScript型チェック(0 errors)
  • ESLint(0 errors)

Closes #162

🤖 Generated with Claude Code

…itor

- Remove hidden sm:inline from birthtime span so it displays on all screen sizes
- Add copy-to-clipboard button in MarkdownEditor header with Copy/Check icon feedback
- Add 5 unit tests for the fixes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Kewton Kewton merged commit 2e6c95e into develop Feb 15, 2026
5 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.

1 participant