Skip to content

feat: ホーム画面の取引履歴をSubgraphの実データに接続 (#91)#110

Merged
yu23ki14 merged 2 commits intomainfrom
feature/issue-91
Apr 17, 2026
Merged

feat: ホーム画面の取引履歴をSubgraphの実データに接続 (#91)#110
yu23ki14 merged 2 commits intomainfrom
feature/issue-91

Conversation

@nakashi0604
Copy link
Copy Markdown
Collaborator

関連 Issue

Closes #91

変更内容

  • home.tsx のダミー取引データを削除し、useTransfers フックによる実データ接続を実装しました。
  • アドレスの短縮表示(shortenAddress)および日付フォーマット(formatTimestamp)のヘルパー関数を追加しました。
  • データ取得中のローディング表示、およびデータ0件時の空状態(「取引履歴がありません」)を実装しました。
  • 実行時に必要となる ~/gql モジュールの自動生成(codegen)を確認済みです。

動作確認

  • ローカル環境で動作確認済み(「取引履歴がありません」の表示を確認)
  • 型チェック完了
  • ビルド/サーバー再起動後の正常動作を確認済み

スクリーンショット

スクリーンショット 2026-04-13 22 42 45

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
for Error Error Apr 13, 2026 1:53pm

Request Review

@yu23ki14 yu23ki14 merged commit 91474bf into main Apr 17, 2026
1 of 2 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.

[Frontend] ホーム画面の取引履歴をSubgraphデータに接続

2 participants