Open
Conversation
Add richer logging (call type, duration, decoded results, error details), search by function name, filter chips (Read/Write/Success/Error), JSON/CSV export, clear history, and improved modal with copy-to-clipboard.
…nsistency - Add console.warn in empty catch blocks for history logging failures - Restyle history pane to match Read/Write panel (purple border card, tabs-box header) - Use consistent rounded-[5px] borders, bg-component, and border-[#8A45FC] - Improve search bar, filter chips, and toolbar styling for dark/light themes - Extract StatusIcon outside component body to avoid re-renders - Clean up modal layout with meta info row and consistent section styling
fc7ee12 to
622ade0
Compare
Replace R/W text with EyeIcon (read) and PencilSquareIcon (write) from @heroicons/react for better visual clarity.
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.
Summary
Files changed
services/store/history.ts— ExtendedHistoryEntrytype withcallType,decodedResult,gasUsed,duration,errorDetailsReadOnlyFunctionForm.tsx— Async read with duration tracking, decoded result capture, error handlingWriteOnlyFunctionForm.tsx— Duration tracking, error details capturehistory/DebugHistory.tsx— Search bar, filter chips, export JSON/CSV, clear button, R/W badgeshistory/HistoryModal.tsx— Richer detail display, copy entry as JSONTest plan