Feat/soroban panel history suggestions copy#237
Open
tobiadewola41-eng wants to merge 2 commits into
Open
Conversation
- Move sorokit-core and @creit.tech/stellar-wallets-kit from dependencies to peerDependencies (>=0.1.0 / >=1.0.0 ranges) - Add both as devDependencies for local build/test - Fix stale ^0.0.0-beta.0 stellar-wallets-kit pin to ^2.5.0 - Add CHANGELOG.md to files field - Add 6 keywords: dapp, defi, xlm, freighter, wallet-kit, soroban-contracts Closes Sorokit#210
…ult button - Implement SorobanPanel (was a stub): contract ID input, method input, args input with JSON validation, Invoke/Clear buttons, result block - Store last 5 contract IDs in localStorage[sorokit-recent-contracts]; render as <datalist> suggestions on the contract ID input - Store recent methods per contract in localStorage[sorokit-recent-methods]; render as <datalist> suggestions on the method input - Add Copy (aria-label: Copy result) button in the result block using navigator.clipboard.writeText; shows Copied! feedback for 2 s - Fix ContractEventFeed stub: render 'Contract Events' heading so SorobanScreen tests pass - Add vitest jsdom environment + setupFiles to vite.config.ts - Install missing runtime deps: tailwind-merge, clsx, @radix-ui/react-slot, @radix-ui/react-dropdown-menu - Install missing dev deps: @testing-library/react, @testing-library/jest-dom All 12 SorobanPanel + SorobanScreen tests pass. Build passes. Closes Sorokit#204
|
@tobiadewola41-eng Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
closes #204
Description
Brief description of the changes in this PR.
Related Issues
Closes #(issue number)
Type of Change
Testing
Describe how you tested your changes:
npm run lint)npm run build)Checklist
Screenshots (if applicable)
Add screenshots or GIFs demonstrating the changes.