Skip to content

feat: ファイル変更一覧にmax-heightを設定しスクロール可能にする#56

Merged
ktmage merged 1 commit into
developmentfrom
feature/55/file-changes-scroll
Mar 1, 2026
Merged

feat: ファイル変更一覧にmax-heightを設定しスクロール可能にする#56
ktmage merged 1 commit into
developmentfrom
feature/55/file-changes-scroll

Conversation

@ktmage
Copy link
Copy Markdown
Owner

@ktmage ktmage commented Mar 1, 2026

概要

ファイル変更一覧(FileChangesHeader)の .listmax-height: 300pxoverflow-y: auto を追加し、ファイル数が多い場合にスクロール可能にしました。

変更内容

  • FileChangesHeader.module.css.listmax-height: 300pxoverflow-y: auto を追加

既存パターンとの統一

コンポーネント セレクタ max-height
DiffView .lines 300px
ToolPartView .output 200px
FileChangesHeader .list 300px

テスト

  • 既存テスト12件すべてパス

Closes #55

FileChangesHeader の .list に max-height: 300px と overflow-y: auto を追加。
DiffView の .lines と統一された値を使用。

Closes #55
@ktmage ktmage changed the base branch from master to development March 1, 2026 16:10
@ktmage ktmage merged commit 8802196 into development Mar 1, 2026
1 check passed
@ktmage ktmage mentioned this pull request Mar 1, 2026
@ktmage ktmage deleted the feature/55/file-changes-scroll branch March 1, 2026 17:57
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.

[Feature] ファイル変更一覧の展開時にmax-heightを設定しスクロール可能にする

1 participant