Skip to content

style(configure): lay out About check and update-all buttons in one row#247

Merged
hyoshi merged 1 commit into
mainfrom
feat/about-update-buttons-layout
Jun 13, 2026
Merged

style(configure): lay out About check and update-all buttons in one row#247
hyoshi merged 1 commit into
mainfrom
feat/about-update-buttons-layout

Conversation

@hyoshi

@hyoshi hyoshi commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

概要

About タブの「最新版を確認」ボタンと「すべて更新」ボタンが縦に離れて(間にパッケージ一覧が挟まって)配置されていたのを、横並びに整えた。

変更

  • app.html: 2つのボタンを .dashboard-about-update-actions の flex 行にまとめ、更新可能パッケージ一覧(ul)はその上へ移動。
  • app.css: .dashboard-about-update-actionsdisplay:flex; gap:8px; align-items:center; flex-wrap:wrap で追加。「すべて更新」は更新がある時のみ表示なので通常は確認ボタンのみ左寄せ、狭幅では折り返し。

影響

  • 表示のみの変更。ボタンは data-* フックで選択しているため dashboard.js への影響なし。
  • About テスト 24 件合格。

@hyoshi
hyoshi merged commit f71d708 into main Jun 13, 2026
9 checks passed
@hyoshi
hyoshi deleted the feat/about-update-buttons-layout branch June 13, 2026 10:42
@hyoshi hyoshi mentioned this pull request Jun 13, 2026
hyoshi added a commit that referenced this pull request Jun 13, 2026
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