Skip to content

UIの絵文字をFontAwesome単色アイコンに置き換え#185

Merged
kojira merged 1 commit into
mainfrom
claude/ranking-feature-bug-a8nq2k
Jul 18, 2026
Merged

UIの絵文字をFontAwesome単色アイコンに置き換え#185
kojira merged 1 commit into
mainfrom
claude/ranking-feature-bug-a8nq2k

Conversation

@kojira

@kojira kojira commented Jul 18, 2026

Copy link
Copy Markdown
Member

概要

#183 の第1弾。機種依存の見た目を排除するため、フロントUIの絵文字をFontAwesome単色アイコン(文字色追従)に置き換えます。DESIGN.md の方針(絵文字は使わない・例外はユーザー投稿テンプレの⛩のみ)に沿った対応です。

置き換え内容

箇所 置き換え
見出し「🏆 ランキング」(index) fa-trophy
見出し「⛩️ でばっぐ神社とは」(index) fa-torii-gate
見出し「💬 開発コミュニティ」(index) fa-comments
見出し「📦 でばっぐ神社リポジトリ」(index) fa-box
見出し「📊 参拝の記録」(ProfileStats) fa-chart-bar
見出し「⛩️ 参拝の草」(SanpaiGrass) fa-seedling
「📜 全期間を解析する」ボタン fa-scroll
📌(RepoPicker/GithubStatsのラベル・ボタン) fa-thumbtack(ラベル側は文言のみに)
⭐ スター数(3箇所) fa-star
🍴 フォーク数 fa-code-branch
「🔖 READMEに貼れるバッジ」(dashboard) fa-bookmark
🔥 ストリーク継続 fa-fire(琥珀で彩色)
⚛️ 物理乱数の表記(結果カード・枯渇画面) fa-atom
⛩️ おみくじ筐体 fa-torii-gate(琥珀で彩色)

対象外(#183で継続)

  • ユーザー投稿テンプレ(参拝・おみくじ共有文言)の ⛩ — 例外として維持
  • おみくじtier絵文字(🌟🎉😊等: 結果カード・共有文言・ダッシュボード) — 表現の要なので別途検討
  • 称号バッジの絵文字17種 — バックエンド(profileStatsGo)由来のためAPI側の設計変更が必要
  • 二拍手の👏🏻 — 参拝の儀式表現の要なので別途検討

yarn generate 成功。

🤖 Generated with Claude Code

https://claude.ai/code/session_01DwkB6Hj2JggoKcy7FoxNcU


Generated by Claude Code

機種依存の見た目を排除するため、見出し・ボタン・ラベル・統計タイルの絵文字を
FontAwesomeに置換する(DESIGN.mdの方針)。

- 見出し: 🏆→fa-trophy ⛩️→fa-torii-gate/fa-seedling 💬→fa-comments
  📦→fa-box 📊→fa-chart-bar
- 部品: 📌→fa-thumbtack ⭐→fa-star 🍴→fa-code-branch 🔖→fa-bookmark
  📜→fa-scroll 🔥→fa-fire(琥珀) ⚛️→fa-atom ⛩️(おみくじ筐体)→fa-torii-gate(琥珀)
- ユーザー投稿テンプレの⛩は例外として維持。おみくじtier絵文字・称号絵文字
  (バックエンド由来)・二拍手の👏🏻は本コミットの対象外(#183で継続)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DwkB6Hj2JggoKcy7FoxNcU
@cursor

cursor Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

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