fix(discovery): 出品者画面の下書き・古い wallet の完了通知・DELETE の例外・USDC 案内の判定を直す (B-R10c) - #636
Open
cipherwebllc wants to merge 1 commit into
Open
cipherwebllc wants to merge 1 commit into
cipherwebllc wants to merge 1 commit into
Conversation
…-R10c) 第 6 回レビュー R10a で固定した AI ストア出品者画面の既存の不具合。(1) 編集中の下書きと editId が wallet 切替・サインアウト後も残る → 消す (完了カード・snippet・通知・USDC 案内・削除確認も)。 一時的な切断 (wallet のロック等で address が一瞬 undefined) では下書きと進行中の結果を保持し、 再接続後の本当のサインアウトで消す。(2) 切替前の wallet の PATCH/DELETE/POST が新しい wallet の 下で成功表示になる → 開始時の wallet を捕まえて画面更新だけ抑止 (catalog と送信元 wallet の owned の無効化は常に行い、A→B→A で掲載が出ない・再送で 409 になるのを防ぐ)。(3) DELETE の fetch 例外を既存のエラー UI に渡し、エラー時は登録欄を自動展開して見えるようにする。 (4) USDC 案内の判定を最新 render ではなく送信時の値で行う。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
cipherwebllc
force-pushed
the
fix/r6-b10c-discovery-owner-bugs
branch
from
September 24, 2026 13:36
a371c78 to
e2ad376
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
第 6 回レビュー R10a (#617) で固定した AI ストア出品者画面の既存の不具合の修正 (B-R10c) です。意図的な挙動変更です。
判断が入っている点
wallet のロック等で wagmi が一瞬切断する (address が undefined になる) 場合、下書きと進行中の送信結果は保持し、再接続後の本当のサインアウトで消します。購入の hook は切断で意図的に消しますが、出品の下書きはお金ではなく、一時的な切断で失うほうが害が大きいと判断しました。方針が違えばご指摘ください。
公開文言の変更はありません (既存のエラー文言を再利用)。
検証
🤖 Generated with Claude Code
https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc